i got error once i ran gazebo :
Exception thrown while initializing controller rightWheel_effort_controller.
Could not find resource 'right_wheel_hinge' in 'hardware_interface::EffortJointInterface'.
so, i couldnt run this cmd:
rostopic pub -1 /mybot/leftWheel_effort_controller/command std_msgs/Float64 "data: 1.5"
rostopic pub -1 /mybot/rightWheel_effort_controller/command std_msgs/Float64 "data: 1.0"
What shoud i do?
Thank you in advance