Find answers to common questions about Drift CLI, from getting started to troubleshooting.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/drift-tech/drift-releases/llms.txt
Use this file to discover all available pages before exploring further.
What is Drift CLI?
What is Drift CLI?
Drift CLI is an AI-powered copilot for robotics simulations that eliminates the steep learning curve of robotics development. It’s an intelligent assistant that understands natural language and helps you build, test, and debug complex robotic systems using conversational commands.Instead of memorizing complex ROS2 commands or Gazebo configurations, you simply describe what you want to build, and Drift handles the rest.
How does Drift work with ROS2 and Gazebo?
How does Drift work with ROS2 and Gazebo?
Drift CLI provides seamless integration with ROS2 and Gazebo Sim. It can:
- Automatically generate and manage ROS2 workspaces and packages
- Create and validate launch files for your robots
- Interface with Gazebo Sim for realistic simulations
- Manage ROS2 nodes and processes in the background
- Debug ROS2 topics, services, and other communication channels
Is Drift CLI free to use?
Is Drift CLI free to use?
Yes! Drift CLI is released under the MIT License and is free to use for everyone—from students learning ROS for the first time to experienced engineers developing production systems.
What platforms and versions are supported?
What platforms and versions are supported?
Drift CLI currently supports:
- OS: Ubuntu 20.04+ (Debian-based distributions)
- ROS: ROS2 (Humble, Foxy, or later recommended)
- Gazebo: Gazebo Sim (Harmonic)
- Architecture: x86_64 (amd64)
How do I get help if I'm stuck?
How do I get help if I'm stuck?
There are several ways to get help:
- Run
/helpwithin Drift CLI for comprehensive help and examples - Check the GitHub Issues for known problems and solutions
- Email the team at founders@godrift.ai
- Visit the website for additional resources
What can I build with Drift CLI?
What can I build with Drift CLI?
Drift CLI helps you build any kind of robotic system that can be simulated with ROS2 and Gazebo. Examples include:
- Multi-arm manipulators with various sensors
- Mobile robots with lidar, cameras, and other sensors
- Custom robot configurations in custom world files
- Complex multi-robot systems
How do I check my current version?
How do I check my current version?
Run the
/version command within Drift CLI to see your current version information. The current latest version is 1.0.12.How do I update Drift CLI?
How do I update Drift CLI?
Drift CLI includes automatic update detection. When a new version is available, you’ll see a notification on startup. Simply run
/update to install the latest version.If automatic update fails, you can manually download and install the latest .deb package from the releases page.Why isn't the 'drift' command found after installation?
Why isn't the 'drift' command found after installation?
If you see “Command not found: drift” after installation, try:
- Restart your terminal to refresh the environment
- Manually source your shell configuration:
What special commands are available in Drift CLI?
What special commands are available in Drift CLI?
Drift CLI provides several special commands:
/help— Show comprehensive help and examples/version— Display version information/update— Update to the latest version/ps— Show running background processes/clear— Clear the terminal screen/exit— Exit Drift CLI