/cmd_vel and arduino diff control
I have arduino mega and vnh5019 driver. I know these libraries :
https://github.com/hbrobotics/ros_ard... https://github.com/hbrobotics/ros_ard...
But this libraries control motors with PID algorithm (in arduino code). However, my motors havent got encoders so ı cant drive correct with PID. I need to control my motors without PID. so ı cannot use this libraries. How can ı use this libraries just control with /cmd_vel. or how can I close PID algorithm ??