How can I translation motion while applying torque? [closed]
Hello, Currently, I'm using "/force" topics and "/set_link_state" topics to apply torque and apply position to link. But, link move without rotation.
Set value is
rate = 1000[Hz] simulation time = 6.0 [sec] "/force" topic : torque : From 0.0[sec] to 0.1[sec] is 0.01[Nm], From 0.101[sec] to 5.0 [sec] is 0.0[Nm] "/set_link_state" topic : position: From 3.0[sec] to 5.0[sec] is 0.001[m]
How can I do?
What message type are your topics? I.e. what is the output of
rostopic info /force
androstopic info /set_link_state
?I'm sorry, but this is a Gazebo question, not a ROS question. Please go to
answers.gazebosim.org
and ask the question over there.