We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Fail to generate collision matrix
Overview of your issue here.
I tried to use a existed urdf file to set up a moveit config. Then I used the self collision checking and wanted to generate a collision matrix.
There should be a result table shows the pairs of links that have been identified as either safe or unsafe to disable from collision checking.
No such result shown in the table.
[moveit_setup_assistant-1] [INFO] [1714740288.778121285] [collision_updater]: Statistics: [moveit_setup_assistant-1] [INFO] [1714740288.778136304] [collision_updater]: Total Links : 19 [moveit_setup_assistant-1] [INFO] [1714740288.778151960] [collision_updater]: Total possible collisions : 171.000000 [moveit_setup_assistant-1] [INFO] [1714740288.778159488] [collision_updater]: Always in collision : 0 [moveit_setup_assistant-1] [INFO] [1714740288.778165421] [collision_updater]: Never in collision : 0 [moveit_setup_assistant-1] [INFO] [1714740288.778173857] [collision_updater]: Default in collision : 0 [moveit_setup_assistant-1] [INFO] [1714740288.778180547] [collision_updater]: Adjacent links disabled : 0 [moveit_setup_assistant-1] [INFO] [1714740288.778186794] [collision_updater]: Sometimes in collision : 171 [moveit_setup_assistant-1] [INFO] [1714740288.778192584] [collision_updater]: TOTAL DISABLED : 0 [moveit_setup_assistant-1] [INFO] [1714740288.778287022] [moveit_setup_assistant.Self-Collisions]: Thread complete 0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Fail to generate collision matrix
Overview of your issue here.
Your environment
Steps to reproduce
I tried to use a existed urdf file to set up a moveit config. Then I used the self collision checking and wanted to generate a collision matrix.
Expected behaviour
There should be a result table shows the pairs of links that have been identified as either safe or unsafe to disable from collision checking.
Backtrace or Console output
No such result shown in the table.
[moveit_setup_assistant-1] [INFO] [1714740288.778121285] [collision_updater]: Statistics:
[moveit_setup_assistant-1] [INFO] [1714740288.778136304] [collision_updater]: Total Links : 19
[moveit_setup_assistant-1] [INFO] [1714740288.778151960] [collision_updater]: Total possible collisions : 171.000000
[moveit_setup_assistant-1] [INFO] [1714740288.778159488] [collision_updater]: Always in collision : 0
[moveit_setup_assistant-1] [INFO] [1714740288.778165421] [collision_updater]: Never in collision : 0
[moveit_setup_assistant-1] [INFO] [1714740288.778173857] [collision_updater]: Default in collision : 0
[moveit_setup_assistant-1] [INFO] [1714740288.778180547] [collision_updater]: Adjacent links disabled : 0
[moveit_setup_assistant-1] [INFO] [1714740288.778186794] [collision_updater]: Sometimes in collision : 171
[moveit_setup_assistant-1] [INFO] [1714740288.778192584] [collision_updater]: TOTAL DISABLED : 0
[moveit_setup_assistant-1] [INFO] [1714740288.778287022] [moveit_setup_assistant.Self-Collisions]: Thread complete 0
The text was updated successfully, but these errors were encountered: