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

How to control the speed of urdf model using moveit

asked 2016-11-11 09:09:47 -0500

anadgopi1994 gravatar image

How can i dynamically vary the speed of urdf robot while it is doing some path planning in rviz?

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
3

answered 2016-11-13 15:12:01 -0500

Dave Coleman gravatar image

After @Stefan's response I wrote up a similar tutorial on this for MoveIt!: https://github.com/ros-planning/movei...

edit flag offensive delete link more
3

answered 2016-11-12 06:42:41 -0500

The joint velocity limits can be set in the URDF like here. They additionally can be overwritten in the MoveIt joint_limits.yaml file. To change the speed on a per motion plan basis, you can set the two scaling factors for velocity and accelerations as described in MotionPlanRequest.msg. Spinboxes for setting both of those are also available in the MoveIt! MotionPlanning rviz plugin.

edit flag offensive delete link more

Comments

Is there also a way to limit the TCP-Speed?

NEngelhard gravatar image NEngelhard  ( 2016-11-12 06:53:13 -0500 )edit

AFAIK no. There are planning constraints: https://github.com/ros-planning/movei... , but time parametrization happens after planning. Not sure if the ROS Industrial guys do something special in Descartes or the Cartesian Planner plugin.

Stefan Kohlbrecher gravatar image Stefan Kohlbrecher  ( 2016-11-12 14:35:11 -0500 )edit
1

Descartes enforces joint velocity limits between each Cartesian point, but not end effector speed (is that what TCP stands for... tool control point?).

Dave Coleman gravatar image Dave Coleman  ( 2016-11-13 14:58:22 -0500 )edit

I'm using a UR10 that is limited to 25cm/s by the controller. Now I need to execute a plan as fast as possible. If my planned motion is slowed down by the controller, the motion stops after executing only a first part. Is there a way to work with robot that moves slower than expected?

NEngelhard gravatar image NEngelhard  ( 2016-11-13 16:09:07 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2016-11-11 09:09:47 -0500

Seen: 4,351 times

Last updated: Nov 13 '16