AndrejOrsula / pymoveit2

Basic Python interface for MoveIt 2 built on top of ROS 2 actions and services
BSD 3-Clause "New" or "Revised" License
137 stars 54 forks source link

Allow users to preload a collision mesh #67

Closed amalnanavati closed 4 months ago

amalnanavati commented 5 months ago

Description

In my application, I sometimes have to do computations on the mesh before adding it in the collision scene. To avoid loading a mesh twice, this PR allows users to either pass in the mesh filepath, or pass in the mesh itself.

Testing