ros_arduino_bridge and VNH5019 driver

asked 2015-06-26 08:55:03 -0500

osmancns gravatar image

updated 2015-06-26 08:56:09 -0500

ı have a vnh5019 motor driver. https://github.com/hbrobotics/ros_ard...

I use "Firmware Commands " (on github page) and motors are working no problem.

But when I used publishing /cmd_vel commands like that nothing work.

$ roslaunch ros_arduino_python arduino.launch

$ rostopic pub -1 /cmd_vel geometry_msgs/Twist '{ angular: {z: 0.5} }'

what can ı do for this problem ? thank you for advices...

edit retag flag offensive close merge delete

Comments

Can you update your question and include a listing of your arduino_params.yaml file? Note that by default, the arduino_params.yaml file included in the ros_arduino_bridge package has the base controller turned off (use_base_controller: False) and the PID parameters are commented out.

Pi Robot gravatar image Pi Robot  ( 2015-10-30 07:54:54 -0500 )edit