Raccoon CLI

raccoon-cli is the command-line tool you run on your laptop to manage robot projects, configure hardware, sync files to the robot, and run your programs remotely.

All commands follow the pattern raccoon <command> [arguments].

Sections

Command Overview

CommandWhat it does
raccoon create project <name>Create a new robot project
raccoon create mission <name>Add a mission to the current project
raccoon list projectsList all projects in the current directory
raccoon list missionsList missions in the current project
raccoon remove mission <name>Remove a mission from the current project
raccoon wizardRun the interactive hardware configuration wizard
raccoon codegenGenerate Python hardware files from the YAML config
raccoon calibrateCalibrate motor PID and feedforward parameters
raccoon runSync and run the project on the robot
raccoon connect <address>Connect to a robot at the given IP address
raccoon syncSync changed files to the connected robot
raccoon sync --forceRe-upload all files regardless of changes
raccoon statusShow the current connection status
raccoon disconnectDisconnect from the robot
raccoon webOpen the Web IDE in your browser