Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.innate.bot/llms.txt

Use this file to discover all available pages before exploring further.

Use SSH + tmux + ROS2 CLI to debug quickly on robot.

Basic workflow

  1. SSH into MARS.
  2. Attach to runtime session with tmux attach.
  3. Inspect active nodes, topics, and logs.

Useful commands

ros2 node list
ros2 topic list
ros2 service list
ros2 doctor
For hardware/runtime issue patterns, see Troubleshooting. For visualization workflows (RViz and Foxglove Bridge), see ROS2 Overview.