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

How to use MoveIt without a real or simulated robot

asked 2018-12-07 02:57:02 -0500

updated 2018-12-07 03:04:48 -0500

Hello,

is there a way to simply do the path planning of a robot with moveit with a given URDF without the execution part of the robot? I dont want to supply any FollowJointTrajectoryActions or JointStates. I am just interested in the path which was found by moveit path planning. I am currently using the Python version of the MoveGroupCommander which seem to require a real or simulated robot with joint states and follow joint trajectory actions. Is there a way to simply do the path planning part with python?

Thanks for the answers

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2018-12-07 02:58:58 -0500

gvdhoorn gravatar image

updated 2018-12-07 03:00:09 -0500

Look at how demo.launch sets this up.


Edit: btw, your question seems to be more about "how to use MoveIt without a real or simulated robot" than "path planning without execution".

The former is something that demo.launch does, the latter can be done by calling plan(..) instead of one of the other functions.

edit flag offensive delete link more

Comments

Thank you!. the demo.launch setup was exactly what I was looking for.

nmelchert gravatar image nmelchert  ( 2018-12-07 03:09:32 -0500 )edit

@nmelchert we work on basically that exactly use case ("path planning part with python"). We publish a few docker compose files for that purpose which are used from a python open source framework we published last year. Here are some code examples in case you are still interested.

gonzalocasas gravatar image gonzalocasas  ( 2019-05-05 07:36:42 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2018-12-07 02:57:02 -0500

Seen: 652 times

Last updated: Dec 07 '18