Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix publish StateStamped but in vesc_driver
  • Loading branch information
Michael Boulet committed Jan 15, 2016
1 parent c4ffaa4 commit 3f0ece8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vesc_driver/src/vesc_driver.cpp
Expand Up @@ -41,7 +41,7 @@ VescDriver::VescDriver(ros::NodeHandle nh,
}

// create vesc state (telemetry) publisher
state_pub_ = nh.advertise<vesc_msgs::VescState>("sensors/core", 10);
state_pub_ = nh.advertise<vesc_msgs::VescStateStamped>("sensors/core", 10);

// subscribe to motor and servo command topics
duty_cycle_sub_ = nh.subscribe("commands/motor/duty_cycle", 10,
Expand Down

0 comments on commit 3f0ece8

Please sign in to comment.