C++ Robot Control Example

January 8, 2026 ยท View on GitHub

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