ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Try to run the moveit_setup_assistant
binary in gdb. See the How to Roslaunch Nodes in Valgrind or GDB tutorial for info on how to do that. Then do a backtrace after it's crashed.
2 | No.2 Revision |
Try to run the moveit_setup_assistant
binary in gdb. See the How to Roslaunch Nodes in Valgrind or GDB tutorial for info on how to do that. Then do a backtrace after it's crashed.
Also:
In other computer with the same system, it works. So I assume that the .urdf is ok.
Is that 'other system' running its own binaries, or are they copies of the from-source compilations on your machine with issues?
3 | No.3 Revision |
Try to run the moveit_setup_assistant
binary in gdb. See the How to Roslaunch Nodes in Valgrind or GDB tutorial for info on how to do that. Then do a backtrace after it's crashed.
Also:
In other computer with the same system, it works. So I assume that the .urdf is ok.
Is that 'other system' running its own binaries, or are they copies of the from-source compilations on your machine with issues?
And: does it crash with other urdfs?