moveit / moveit2_tutorials

A sphinx-based centralized documentation repo for MoveIt 2
https://moveit.picknik.ai
BSD 3-Clause "New" or "Revised" License
147 stars 190 forks source link

Motion planning python api tutorial with Universal Robot #810

Open Mennosytsma opened 10 months ago

Mennosytsma commented 10 months ago

Description

For my projects I encountered the issue that a lot of the tutorials presented are not directly suitable to apply for a Universal Robot. As discussed in other issues like #2014 and #3 there are more people that would like to use other robots with the moveit_py. With the examples given in #2014 and #2483 I managed to get the tutorial also working for the Universal robots.
To get the tutorial functional with the original yaml that is provided for the Panda robot I added more planner configs in the launch file in a way proposed in #808

I have uploaded the code for a working tutorial with a UR5 here motion_planning_python_tutorial_UR

Environment

Question

I have tested the basic functionality of these launch files and hope that it is useful for other people as well, but is this suitable for a pull request/ is it okay to have a duplicated tutorial?

sjahr commented 9 months ago

@Mennosytsma Yes! Please create a PR with your proposed tutorial. If necessary we can reduce duplication throughout the review process

tylerjw commented 9 months ago

Please open a PR, that would be awesome!

ozgur-kurt commented 3 months ago

@Mennosytsma Could you help that how to integrate into UR ROS2 packages ?