Moveit: Robot not displayed in setup assistant Melodic

Created on 31 Aug 2020  路  8Comments  路  Source: ros-planning/moveit

Description

Hello,
I tried to use moveit setup assistant with open manipulator for learning but after loading it didn't show up in the display so I tried it with the franka_ros description and have the same issue. I saw similar issue for ros-indgo and did try exporting export $LC_NUMERIC but it didn't change anything.

Your environment

  • ROS Distro: Melodic
  • OS Version: e.g. Ubuntu 18.04
  • Source or Binary build? Binary
  • If binary, which release version? 1.0.6-Alpha

Steps to reproduce

I cloned the frank_ros description while following the setup-assistant tutorial on https://ros-planning.github.io/ and loaded the panda_arm_hand.urdf.xacro file. The setup happens and all the collisions are shown in the second tab but it is not displayed in the visual panel.

Backtrace or Console output

backtrace

bug

Most helpful comment

The culprit was backport #2245, which partially included #1625, but not (yet) its fixup #1738. Should be fixed in melodic-devel now.

All 8 comments

Thanks for reporting an issue. Because we're a volunteer community, providing a pull request with suggested changes is always welcomed.

What command are you running exactly? Does the display for roslaunch panda_moveit_config demo.launch work?

I installed the franka_ros package using sudo apt-get install ros-melodic-franka-description
then ran roslaunch moveit_setup_assistant setup_assistant.launch.
After selecting the .urdf.xacro I get this -
image
It does generate the collision matrix -
image

Yes roslaunch panda_moveit_config demo.launch works fine

I can confirm this bug. rviz's RobotModel correctly displays the robot. Thus, seems to be related to MSA. I will look into this asap.

The problem seems to be fixed in MoveIt's master branch.

The culprit was backport #2245, which partially included #1625, but not (yet) its fixup #1738. Should be fixed in melodic-devel now.

@rhaschke i am still facing the issue where the robot model doesn't load in the setup assistant. May I know what is the fix to this problem?

As we didn't yet re-released in Melodic, you need to build melodic-devel branch from source to get this fix.

Was this page helpful?
0 / 5 - 0 ratings