Robotics StackExchange | Archived questions

Creating sdf element in plugin source code and adding collision

I'm trying to create and add collisions from model mesh (not from sdf, but by using sdf::ElementPtr, AddElement, and Model::Load in a plugin).

The collisions are somehow visualized but I don't see the collision element in the menu (see attached figure). How can I fix this (I want the collisions to appear in menu)? or what could be the possible problem? Thanks.

collision.jpg

Notes:

So I'm guessing the CollisionPtr exists, and something not going right with the communication between gzserver and gzclient?

Asked by Kazuhiro Sasabuchi on 2015-09-14 02:20:21 UTC

Comments

Answers