Launch the ArUco detection node to detect markers and publish their poses.
ros2 run aruco_mission aruco_mission_nodePurpose
- Detects ArUco markers from the camera stream
- Publishes marker IDs and poses for downstream tasks
Run the waypoint follower node to navigate through generated waypoints.
ros2 run mission_follower waypoint_followerPurpose
- Subscribes to waypoint data
- Commands the robot/drone to follow the waypoint sequence
Generate a navigation graph / waypoints from the OctoMap representation.
ros2 run octomap_map_generator waypoint_extractor_nodePurpose
- Processes OctoMap data
- Extracts navigable waypoints or graph structure for planning