-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RVIZ 2 Unable to see Panda Robot model #155
Comments
Hi @scole02 thank you for reporting your issue. Did you follow the instructions:
Does running |
After following these steps and changing the planning request to "panda_arm", there is now a sphere with a bunch of different axes for rotation, but no mesh for the arm. I also saw this log pop up indicating that not all the files are loaded for the panda? |
I seemed to cannot reproduce this:
without the |
The same behavior is observed with or without the |
I tried rebuilding the |
I am pretty sure that's not the problem. It's just a colcon warning after a rebuild. I am guessing this might be a Windows / Rviz issue? Did you try anything other than MoveIt and able to see robots in Rviz? |
@vatanaksoytezer I'm also experiencing this issue again with the latest |
@dpiet Yes, please try to display anything else, to rule out Windows GUI issues. Can you also share your logs so that I can look for errors? |
@vatanaksoytezer I am able to see a robot model mesh via: |
Hi @vatanaksoytezer any thoughts on this lingering issue? Can you confirm you can reproduce? |
Hi @dpiet thanks for the ping. Sorry for the delays, somehow missed this because of all the notifications. I can't reproduce this in any of my environments (release docker, source docker, local (Ubuntu 20.04) release, local source). And I don't have a clue from the log. I'll try to ping some folks to see if they can reproduce / help. |
This seems to be a rviz issue, not a MoveIt issue. Are you able to see any mesh in rviz? Did you try some of the marker tutorials, for example? Which environment do you use? Locale settings? |
@rhaschke I had run |
@dpiet I suspect the problem might be with the meshes. dummy_robot does not contain any meshes so that doesn't cancel any possiblity. I would suggest trying to spawn a robot with meshes (ie: turtlebot3) and eliminate the possibility. I have tried to control panda recently in Windows WSL and Ubuntu 20.04 using moveit docker images without any issues. |
I have seen several issues reports for WSL2 recently. Maybe they had an update, which broke something? I don't have a WSL2 system at hand for testing. |
This seems to be the related reported issue: ros2/rviz#804 |
Hello, I had a similar problem. I am on Ubuntu 22.04, I am using ROS2 Humble. Check here: [(https://github.com/moveit/moveit2/issues/1049)] |
The problem is with WSL, not ROS since WSL uses an older version of OpenGL. I found the answer from this Follow the steps here to install new driver packages |
Thanks @ncbdrck -- will mark as closed |
Description
Similiar to issue #108. Panda robot appears to load properly according to the logs/console, but the visual model does not appear in RVIZ.

Looking at the logs there is one Error that is displayed upon starting RVIZ:
[rviz2-1] [ERROR] [1635056199.843327629] [moveit_ros_visualization.motion_planning_frame]: Action server: /recognize_objects not available
And another Error that is displayed after choosing the MotionPlanning DisplayType as referenced in Step 1 of the tutorial.:
[move_group-4] [ERROR] [1635056172.626867175] [moveit.ros.occupancy_map_monitor] : No 3D sensor plugin(s) defined for octomap updates
Your environment
Steps to reproduce
Followed this tutorial before running the demo with:
$ ros2 launch moveit2_tutorials demo.launch.py rviz_tutorial:=true
Expected behaviour
Panda robot model mesh displays in rviz2 scene, after adding MotionPlanning display type as seen in the tutorial.
Backtrace or Console output
Console Output
The text was updated successfully, but these errors were encountered: