moveit / moveit2

:robot: MoveIt for ROS 2
https://moveit.ai/
BSD 3-Clause "New" or "Revised" License
982 stars 492 forks source link

[MoveitPy] Added namespace to MoveitPy #2884

Open JensVanhooydonck opened 1 week ago

JensVanhooydonck commented 1 week ago

Description

To allow multiple MoveitPy instances which do not interfere with each other, i've added the namespace parameter. This way it is possible to have multiple, independent planning scene's, each in its own namespace.

If you add the namespace parameter to the launch file, you will also need to add it to the Python constructor.

Checklist