Connect via SSH
First, SSH into your robot.Access the OS tmux session
MARS runs its software stack inside atmux session. To attach to it:
tmux ls and attach to the correct one.
Navigate tmux to find issues
:::note This section is for advanced users familiar with ROS2. If you’re not comfortable with ROS, simply reach out to us on Discord and we’ll help you diagnose the issue. ::: Once inside the tmux session, you’ll see multiple windows or panes, each running a different ROS2 node or process.Basic tmux navigation
-
Switch windows:
Ctrl+bthenn(next) orp(previous) -
List windows:
Ctrl+bthenw -
Switch panes:
Ctrl+bthen arrow keys -
Scroll up:
Ctrl+bthen[, then use arrow keys or Page Up/Down. Pressqto exit scroll mode.
Finding a problematic node
- Cycle through the windows and panes to see which processes are running.
- Look for error messages, stack traces, or nodes that have crashed or are restarting.
- Use scroll mode to review recent output and identify what went wrong.
Common Hardware Issues
Arm Goes Limp / Servos Not Holding Position
If the arm loses tension and goes limp (servos not holding their position), this is typically a servo communication issue that can be resolved by rebooting the arm: Option 1: Reboot via the App (Recommended)- Open the Innate Controller App
- Go to Configuration
- Select the Dev tab
- Tap Reboot Arm
Note: Place the arm in a resting position before rebooting. The app will display an image showing the correct arm position.Option 2: Full Robot Restart
- Unplug the robot’s power
- Wait a few seconds
- Plug it back in
Arm Restart Notifications
If the arm encounters an issue during operation (such as a servo communication failure), the app will display a notification prompting you to restart the arm. Follow the notification instructions to recover.Arm Overload Protection
MARS monitors the arm’s servo load in real-time. If the arm is overloaded (e.g., carrying too heavy of an object or encountering an obstruction), the system will detect this and may reduce torque to protect the servos. If you notice reduced arm performance:- Remove any heavy objects from the gripper
- Clear any obstructions
- Reboot the arm via the app if needed
iOS Arm Control
iOS Users: The leader arm connects via USB-C and is not compatible with iOS devices (for now). If you have an iPhone, please reach out to Innate on Discord to get access to a free Android phone for leader arm teleoperation.Low Battery Warning
The app displays a pulsing Battery Low warning when the robot’s battery voltage drops below 10.53V. When you see this warning:- Stop any active tasks
- Park the robot in a safe place
- Connect the charger
Contact us
When you identify an issue, please reach out to us on Discord with:- The name of the node or process that is failing
- Any error messages or stack traces you see
- What you were doing when the issue occurred

