Skip to content

ROS 2 command line interface tools

License

Notifications You must be signed in to change notification settings

pal-robotics-forks/ros2cli

This branch is 199 commits behind ros2/ros2cli:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 25, 2021
6a1fdbc · Jan 25, 2021
Feb 27, 2018
Jan 25, 2021
Jan 25, 2021
Jan 25, 2021
Jan 25, 2021
Jan 25, 2021
Jan 25, 2021
Jan 25, 2021
Jan 25, 2021
Jan 25, 2021
Jan 25, 2021
Jan 25, 2021
Jan 25, 2021
Jan 25, 2021
Jan 25, 2021
Jan 25, 2021
Jun 14, 2017
Mar 20, 2019
Jun 6, 2017
Jul 12, 2019
Jun 19, 2020

Repository files navigation

ros2cli

This repository contains the source code for ROS 2 command line interface tools included with a standard install of any ROS 2 distro.

Usage

Run ros2 --help to see all available commands.

Run ros2 <command> --help for more information on individual command usage.

Run ros2 <command> <verb> --help for even more usage information on a specific command's verbs.

Read Introspection with command line tools on ROS Index for more information and an example.

Cheat Sheet

This cheat sheet provides examples for commands and their verbs (some of which rely on the ROS 2 demos package).

Add New Verbs

You can use Python entry points to create new commands and verbs for the CLI.

Here's an example.

And here's an example for how to add a command.

Background

You can find a historical discussion on this subject on Discourse.

About

ROS 2 command line interface tools

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 96.8%
  • EmberScript 2.2%
  • Other 1.0%