rovermind
v1.0.7
Published
Rovermind CLI — ROS2 debugging from your terminal
Maintainers
Readme
Rovermind CLI
ROS2 debugging from your terminal. Powered by Rex, Rovermind's evidence-based debug agent.
Install
npm install -g rovermindUsage
# Connect your account (get token from rovermind.ai/vscode-connect)
rovermind login
rovermind token <your-token>
# Ask Rex a ROS2 question
rovermind ask "why does my node fail to find a transform"
# Debug a log file
rovermind debug crash.log
# Logout
rovermind logoutLive Log Watching
Watch a ROS2 log file in real time — Rex automatically analyzes new errors and warnings as they appear:
# Watch a log file live
rovermind watch ~/robot.log
# Or pipe ROS2 output directly
ros2 launch my_robot navigation.launch.py 2>&1 | tee ~/robot.log &
rovermind watch ~/robot.logRex will:
- Color-code ERROR (red), WARN (yellow), INFO (gray) lines
- Automatically detect critical issues as they appear
- Provide instant diagnosis without leaving your terminal
Get Started
- Sign up free at rovermind.ai
- Go to rovermind.ai/vscode-connect to get your token
- Run
rovermind token <your-token> - Start debugging!
Pro Plan
Upgrade to Pro at rovermind.ai/upgrade for unlimited usage.
