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

Moving two-state, prismatic joint in Gazebo

asked 2017-09-25 06:04:42 -0500

michal089 gravatar image

Hi, My robot is a basic diff-drive vehicles, that has a lift on top (to transport a pallet). The lift is connected to a base by a prismatic joint (it moves along z axis ). Here is my question. How to make it move from "down position" to "up position" and inversely. I would like to write a plugin that is seen from ros (subscribe to a ROS topic) and accept two commands : up and down. The main problem is how to move the lift.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2017-11-09 07:44:03 -0500

bpinaya gravatar image

Hi there! Can you do a rostopic echo and check that the controllers are sending effort commands? If they are sending them then you are on the right path, might want to check your PID gains because they could be so low that it doesn't overcome the weights of your prismatic link.

You can check how to tune the PIDs for gazebo in this tutorial: http://gazebosim.org/tutorials/?tut=r...

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2017-09-25 06:04:42 -0500

Seen: 1,254 times

Last updated: Nov 09 '17