Launch Guide
On Host
This launch guide assumes that you succesfully installed and built the robot_suite directly on your machine (ie. not in Docker) by for example using the installation guide.
Launch steps
-
Sourcing the virtual environment
-
Sourcing the suite
-
Launching
You can either launch the wholerobot_suite, or individual plugins (ie.standalone mode).-
Whole suite
(e.g.
ros2 launch robot_bringup tello_launch.py) -
Individual plugin in standalone mode
(e.g.
ros2 run hand_gestures landmark_detector_node --ros-args -p standalone:=true)
-
Note
-
The available robot platforms are: tello and spot
-
You can find the documentation on available plugins here
With Docker
If you installed the suite using the Docker installation guide, and especially the docker-compose tutorial, the suite should be launched automatically after the container has started.
Else, if you have a stopped container:
-
Start the container
On host, run
-
Enter the container
-
Sourcing the suite
Inside the container,
-
Launching
You can either launch the whole suite or plugins in standalone mode. For either, run the corresponding command within the Docker container.-
Whole suite
-
Individual plugin in standalone mode
-