Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 361 Bytes

File metadata and controls

17 lines (12 loc) · 361 Bytes

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