ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

c3po's profile - activity

2018-07-18 08:38:18 -0500 received badge  Good Question (source)
2018-05-11 09:22:35 -0500 received badge  Nice Question (source)
2018-05-11 08:57:48 -0500 received badge  Taxonomist
2017-06-05 15:11:44 -0500 received badge  Famous Question (source)
2017-06-05 15:11:44 -0500 received badge  Popular Question (source)
2017-06-05 15:11:44 -0500 received badge  Notable Question (source)
2016-03-29 18:30:29 -0500 received badge  Student (source)
2016-03-29 18:29:51 -0500 asked a question MoveIt RRTstar crashes when compiled from source

Hello dear ROS-users,

I am currently trying to write a new planner within OMPL to use with MoveIT.

I have succesfully compiled both MoveIt (0.7.0) and OMPL (1.1.0) from source as described in the tutorials.

Whenever I try to plan with RRTstar the move_group node crashes. All other planners I have tested seem to work (RRT, RRTconnect, PRM, PRMstar). Also it is possible to use RRTstar when only compiling MoveIt from source but not OMPL.

This is the console output when compiled with "-DCMAKE_BUILD_TYPE=Debug":

[ INFO] [1459288486.787400426]: Planner configuration 'manipulator[RRTstarkConfigDefault]' will use planner 'geometric::RRTstar'. Additional configuration parameters will be set when the planner is constructed.

[ INFO] [1459288486.788914041]: manipulator[RRTstarkConfigDefault]: problem definition is not set, deferring setup completion...

move_group: /usr/include/boost/smart_ptr/shared_ptr.hpp:653: typename boost::detail::sp_member_access<t>::type boost::shared_ptr<t>::operator->() const [with T = ompl::base::OptimizationObjective; typename boost::detail::sp_member_access<t>::type = ompl::base::OptimizationObjective*]: Assertion `px != 0' failed.

[move_group-2] process has died [pid 30078, exit code -6, ......

My system:

  • Ubuntu 14.04
  • ROS Indigo
  • OMPL 1.1.0
  • MoveIt 0.7.0

Thank you for your help :)