You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a bug in bldc_controller.cpp that prevents this driver from being used with multiple drivers, even under different namespaces using the <group> tag. The /bldc_driver_node/Command needs to change to bldc_driver_node/Command. Otherwise, multiple drivers will always receive the same motor command.
The text was updated successfully, but these errors were encountered:
There is a bug in bldc_controller.cpp that prevents this driver from being used with multiple drivers, even under different namespaces using the <group> tag. The /bldc_driver_node/Command needs to change to bldc_driver_node/Command. Otherwise, multiple drivers will always receive the same motor command.
workaround
make a rosparam "topic_name ", set parameter value from launch file, and then make a ros::subscriber to the value of that parameter.
make another class within the same namespace and attach another motor to that.
Greetings!
There is a bug in
bldc_controller.cpp
that prevents this driver from being used with multiple drivers, even under different namespaces using the<group>
tag. The/bldc_driver_node/Command
needs to change tobldc_driver_node/Command
. Otherwise, multiple drivers will always receive the same motor command.The text was updated successfully, but these errors were encountered: