Skip to content

Usage

Starting the Stack

  1. Build and source the workspace:
colcon build
source install/setup.bash
  1. 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": {...}}'