Add documentation for KUKA Sunrise features and programs
- Created a new document for the Station interface, detailing its menu structure, process data, safety functions, frames, and smartPAD function buttons. - Added a document for RobotPowerControl, explaining its purpose for safely shutting down or restarting the KUKA Sunrise Cabinet controller. - Introduced ServerFriRos2 documentation, outlining its role in establishing an FRI connection between the KUKA LBR iiwa and a ROS 2 computer. - Documented the TeachKuka application, which allows manual teaching of the KUKA LBR iiwa, including position capturing and trajectory recording. - Added an overview of Sunrise Workbench, including installation instructions for Windows and Linux. - Created a section on installing a Windows compatibility tool (PortProton) on Linux. - Documented the installation process for SunriseWorkbench on Linux using PortProton. - Added installation instructions for SunriseWorkbench on Windows. - Created troubleshooting documentation for configuration errors and SSL errors during installation. - Implemented a hook to generate the shared PDF only during the default-language build.
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
# Getting started
|
||||
|
||||
This section explains how to prepare the environment, connect to the controller, install the project, and start controlling the robot.
|
||||
|
||||
## Quick start
|
||||
|
||||
1. [**Sunrise Workbench setup**](sunrise-setup.md) — prepare the KUKA controller, upload `ServerFriRos2`, and configure the network. *(Physical robot only.)*
|
||||
2. [**Connect to the server**](remote-access.md) — choose local or remote deployment and connect to the control server over SSH.
|
||||
3. [**Install the project**](installation.md) — install LWC using `curl`, `git`, or manually.
|
||||
4. [**Configure the system**](configuration.md) — configure `cobot-setting.yaml` with the robot IP, ports, and tools.
|
||||
5. [**cobot CLI**](cli-reference.md) — learn the commands for running, building, and updating the project.
|
||||
|
||||
!!! tip "Simulation only?"
|
||||
Skip the physical-controller setup and run `cobot run --simulate` after installation.
|
||||
|
||||
## Concepts and control
|
||||
|
||||
- [System architecture](concepts/architecture.md)
|
||||
- [FRI protocol](concepts/fri-protocol.md)
|
||||
- [Webots simulation](concepts/simulation.md)
|
||||
- [Motion planning](concepts/motion-planning.md)
|
||||
- [ROS 2 Control](control/ros2-control.md)
|
||||
- [Foxglove](control/foxglove.md)
|
||||
- [REST API](control/rest-api.md)
|
||||
Reference in New Issue
Block a user