Skip to content
Snippets Groups Projects
Commit 60b02477 authored by Thomas Gubler's avatar Thomas Gubler
Browse files

fix mixed motor commands publication

parent 0ea60f56
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ MultirotorMixer::MultirotorMixer():
_rotors(_config_index)
{
_sub = _n.subscribe("actuator_controls_0", 1000, &MultirotorMixer::actuatorControlsCallback,this);
_pub = _n.advertise<mav_msgs::MotorSpeed>("mixed_motor_commands",10);
_pub = _n.advertise<mav_msgs::MotorSpeed>("/mixed_motor_commands",10);
}
void MultirotorMixer::mix() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment