moveit / moveit_tutorials

A sphinx-based centralized documentation repo for MoveIt
https://moveit.github.io/moveit_tutorials/
BSD 3-Clause "New" or "Revised" License
475 stars 692 forks source link

python function add_mesh didn't work #502

Open andyandy6224 opened 4 years ago

andyandy6224 commented 4 years ago

Description

python function add_mesh didn't work

Your environment

Steps to reproduce

I tried to put an .stl file as collision object in moveit with the python api. The function add_box worked perfectly fine, but add_mesh didn't work. No error message is thrown if I use the add_mesh function.

Expected behaviour

Mesh added as collision object and is visible in rviz

welcome[bot] commented 4 years ago

Thanks for reporting an issue. Because we're a volunteer community, providing a pull request with suggested changes is always welcomed.