How to control the speed of urdf model using moveit
How can i dynamically vary the speed of urdf robot while it is doing some path planning in rviz?
How can i dynamically vary the speed of urdf robot while it is doing some path planning in rviz?
After @Stefan's response I wrote up a similar tutorial on this for MoveIt!: https://github.com/ros-planning/movei...
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.
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.
Descartes enforces joint velocity limits between each Cartesian point, but not end effector speed (is that what TCP stands for... tool control point?).
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?
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2016-11-11 09:09:47 -0600
Seen: 2,053 times
Last updated: Nov 13 '16
Getting the joint values of a computed path to a pose goal
Moveit Setup Assistant crashes when loading a URDF
What is the difference between the URDF on PR2 and the URDF for Gazebo Simulation [closed]
Problems with moveit. Exit code -11
Moveit, cartesian planning dual arm
URDF generated by SW2URDF fails planning in MoveIt