Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

C++ Robot Control Example

Subscribes to /odom and publishes velocity commands to /cmd_vel.

Build

mkdir build && cd build
cmake ..
make
./robot_control

Dependencies

  • lcm - install via package manager
  • Message headers fetched automatically from dimos-lcm