Quickstart
A terse checklist from zero to a robot running a mission. Want the same journey explained? See Your First Robot.
Work through these in order. Each step links to a detailed tutorial.
-
Create an organization. Sign up and set up your org. → Create an organization
-
Invite your team. Add members with the right roles. → Invite a team member
-
Create a fleet. A fleet is the collection your robots live in — typically all the robots on a given work site. → Create a fleet
-
Add a robot. This generates a single-use bootstrap command. → Add a robot
-
Run the bootstrap command on the robot. One command installs the agent, sets up mutual TLS, and enrolls the robot automatically. → Install the agent
-
Import a map or draw a boundary. Define the work area in PathLab. → Import map data · Draw a boundary
-
Plan a coverage path. Generate rows, a spiral, a continuous path, or spaced points. → Plan a coverage path
-
Create and dispatch a mission. Turn the plan into a reusable template, then dispatch it. → Create a mission · Dispatch a mission
-
Watch it run. Track live progress on the map and timeline. → Monitor mission progress
!!! tip A ROS 2 robot also needs the bridge running. See Set up the ROS 2 bridge.