diff --git a/vesc_driver/src/vesc_driver.cpp b/vesc_driver/src/vesc_driver.cpp index 2e400c8..cad169c 100644 --- a/vesc_driver/src/vesc_driver.cpp +++ b/vesc_driver/src/vesc_driver.cpp @@ -41,7 +41,7 @@ VescDriver::VescDriver(ros::NodeHandle nh, } // create vesc state (telemetry) publisher - state_pub_ = nh.advertise("sensors/core", 10); + state_pub_ = nh.advertise("sensors/core", 10); // subscribe to motor and servo command topics duty_cycle_sub_ = nh.subscribe("commands/motor/duty_cycle", 10,