Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 870 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 870 Bytes

Robotics Deployment CLI


Build

The command line interface for interacting with the Robotics Deployment Platform.


$ rdcli -h
A CLI for ROS2-containerized compiling, testing and deployment

Usage: rdcli [COMMAND]

Commands:
  clone   Git clone the dockerized ROS2 [Python/C++] template package
  inject  Adds docker folder and files from the template package to your package
  build   Compile the the package in the docker containers
  run     Run the package
  test    Colcon test
  help    Print this message or the help of the given subcommand(s)

Options:
  -h, --help     Print help
  -V, --version  Print version

build, run and test locally then push it to the platform