compas-dev / compas_fab

Robotic fabrication package for the COMPAS Framework.
https://compas.dev/compas_fab/
MIT License
108 stars 32 forks source link

Small updates to collision objects in ROS #368

Closed gonzalocasas closed 1 year ago

gonzalocasas commented 1 year ago

Mostly just a doc update to collision object management in ROS, but additionally, this adds the append operation to the Collision Mesh GH component and fixes a mistake (that I introduced yesterday) in the Visualize Robot component, because aco.object is not an instance of a ros message class, it's only a dictionary (frame_id = aco.object["header"]["frame_id"])

Now the docs look like this: image image image image image

What type of change is this?

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.