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

Trail Step Size ROS RVIZ Moveit

asked 2020-04-22 23:56:05 -0500

bao041115 gravatar image

Hello every one. I hope that having some ways to reduce trail Step size in ROS Rviz Moveit to 0.01 or lower (i want to have more waypoints return in rostopic execute_goal). Could you give me some advises to change it ? Thank you very much.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2020-04-23 04:07:14 -0500

v4hn gravatar image

The trail step size specifies whether states in the real trajectory should be skipped, you cannot magically add new waypoints with it (it does not do interpolation at all) and the rviz plugin also does not at all affect computation in the move_group node.

You might be interested to add a trajectory filter as a PlanningRequestAdapter in your moveit config in launch/ompl_planning_pipeline.launch.xml. They would filter the trajectory and use a different interpolation as required. It looks like none of the approaches in there support quintinc interpolation though, which seems weird to me...

edit flag offensive delete link more

Comments

Thank you for your advises. I will research it

bao041115 gravatar image bao041115  ( 2020-04-23 04:38:52 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2020-04-22 23:56:05 -0500

Seen: 226 times

Last updated: Apr 23 '20