code-iai / iai_robots

Repo holding descriptions and launch-files for robots in the iai lab.
9 stars 33 forks source link

Boxy URDF description crashes in RViz #13

Closed gaya- closed 9 years ago

gaya- commented 9 years ago

RViz complains about the WSG meshes by saying that Assymp cannot find them although they are present in the ROS package. Can't say more about this but one thing is clear: RViz crashes when you try to visualize the URDF.

airballking commented 9 years ago

@gaya- could you please compare with https://github.com/code-iai/iai_robots/pull/12 ? The problems sound related...

gaya- commented 9 years ago

I figured out what was wrong. I was trying to visualize RobotState and not RobotModel. Although both work with the PR2, I guess it's ok if RobotState crashes, as long as RobotModel is ok.