Open edmuthiah opened 4 years ago
Thank you for the issue description.
Due to the way gazebo2rviz is implemented, i.e. only using the information that is published by gazebo without adding a custom plugin, the model to load can only be identified by name. If there are multiple models with the same name (or inside and outside the world file), gazebo2rviz will take a best guess - it uses the first one found.
I'll have a look at the actual issue as soon as possible.
Thanks for looking into this @andreasBihlmaier. To get to where I am should only take about 15 minutes:
Try to run Gazbeo2Rviz!
Hi @ed-muthiah , is your problem solved?
same here. with the "tree_parent_joint" error. Have your problem solved? @ed-muthiah
Hi I am trying to load the world file as described in this repo: https://github.com/Intelligent-Quads/iq_tutorials/blob/master/adding_a_sensor.md
I launch this world then I run the command
ed-muthiah@ed-muthiah:~/catkin_ws/src/iq_sim/worlds$ roslaunch gazebo2rviz gazebo2rviz.launch worldfile:=${PWD}/runway.world
I also notice that even though i only call one particular world file it tries to parse another sdf which is the in the same gazebo but but is not in the world file
Error parsing SDF file /home/ed-muthiah/ardupilot_gazebo/models/ZED_stereocamera/zed.sdf
If I delete this folder then it picks up another folder from the directory and says it cannot include.
The full error: