Usage¶
Starting the Stack¶
- Build and source the workspace:
colcon build
source install/setup.bash
- Launch the full system:
ros2 launch task_manager bringup.launch.py
Example Mission¶
curl -X POST http://localhost:8000/mission -H "Content-Type: application/json" -d '{"type": "lawnmower", "geometry": {...}}'