Gazebo | Ignition | Community
Ask Your Question

dondel's profile - activity

2021-04-30 10:22:08 -0500 received badge  Famous Question (source)
2020-12-02 06:47:39 -0500 received badge  Notable Question (source)
2020-11-09 13:17:17 -0500 received badge  Popular Question (source)
2020-11-06 02:53:40 -0500 marked best answer FrameAttachedToGraph error when spawning robot from URDF

Hello,

I am trying to spawn franka emika panda's arm and hand (or even just the arm) from gazebo_ros spawn model, but the scene stays empty, the model list on the left part of the gui lists the name of my model but without any child and I get this error :

[Err] [Model.cc:99] Error Code 23 Msg: FrameAttachedToGraph error, Non-LINK vertex with name [__model__] is disconnected; it should have 1 outgoing edge in MODEL attached_to graph. [Err] [Model.cc:99] Error Code 23 Msg: Graph has __model__ scope but sink vertex named [__model__] does not have FrameType LINK when starting from vertex with name [__model__]. I can trace back this error to the validateFrameAttachedToGraph function of FrameSemantics.cc in the sdfFromat library but I have no idea how to solve that. I don't think my urdf is broken, it's the urdf.xacro file from franka_ros. Has anyone ever encountered this issue ?

I am using Gazebo 11.1.0 with Ros Noetic on Ubuntu 20.04.1

2020-11-06 02:53:40 -0500 received badge  Scholar (source)
2020-11-06 02:53:32 -0500 answered a question FrameAttachedToGraph error when spawning robot from URDF

See https://github.com/osrf/gazebo/issues/2869 sdf ignores links without intertia

2020-11-03 13:16:01 -0500 asked a question FrameAttachedToGraph error when spawning robot from URDF

FrameAttachedToGraph error when spawning robot from URDF Hello, I am trying to spawn franka emika panda's arm and hand