ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Hey there, seems like a issue with your cmd callback. The throttle field of car seems to have a different data type than the cmd vel data type. You need to extract the throttle and steering values from cmd vel and then provide them to respective fields. Directly providing cmd vel to throttle will result in such error.