ipab-slmc / exotica

Extensible Optimization Framework
https://ipab-slmc.github.io/exotica
BSD 3-Clause "New" or "Revised" License
149 stars 70 forks source link

Fix for visualising attached shapes #755

Closed VladimirIvan closed 2 months ago

VladimirIvan commented 10 months ago

Shapes created by defining custom links do not get published when calling publish_frames. This was because they were considered robot as robot geometry and got ignored. This avoids displaying the robot geometry twice, 1st as a part of the robot model and 2nd as the collision object published as a MarkerArray.

VladimirIvan commented 3 months ago

This wiil need rebasing after #756 is merged.

VladimirIvan commented 2 months ago

I checked the robot link checks. My edits were indeed not necessary. I removed the changes and rebased the branch and this PR doesn't bring any useful changes. I'm closing this now