is it necessary to have URDF model for diff_drive_controller
Hello,
I am building a differential drive robot and trying to exploit the power of ros_control by using the diff_drive_controller into my project
I have found that I have to fulfill some hardware requirements to the controller in order to be able to use it and that's what I have done but due to my limited knowledge in URDF and TF I can't understand the part of the left_wheel_joint and right_wheel_joint in the configuration of the controller
shall I first make a URDF model of my robot to be able to use the diff_drive_controller or I can just make a TF to use or it's not possible? what shall I write in the following parameters?
left_wheel
right_wheel
I will appreciate your help
Please change the title of your question.
The title makes it seem like you want to know whether urdf is required for TF in general, but your question text appears to be asking whether a urdf is needed for use with
diff_drive_controller
.Those are two different things.
Yes I missed that sorry