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

Revision history [back]

click to hide/show revision 1
initial version

That is about the same setup I also use without problems. The only possible solution I see is to svn update KnowRob to make sure you have the latest version and do a rosmake --pre-clean knowrob.

If this runs without errors and the segfault remains, another option is to use the .deb packages for KnowRob (which are available for Natty and Electric, only some newer features might be missing).

That is about the same setup I also use without problems. The only possible solution I see is to svn update KnowRob to make sure you have the latest version and do a rosmake --pre-clean knowrob.

If this runs without errors and the segfault remains, another option is to use the .deb packages for KnowRob (which are available for Natty and Electric, only some newer features might be missing).missing). If you have installed ROS using the Ubuntu package manager, you can just execute 'sudo apt-get install ros-electric-knowrob' and you should get the binary packages of KnowRob installed. You'll maybe need to remove the SVN version from your ROS_PACKAGE_PATH so that the binary version is used.

That is about the same setup I also use without problems. The only possible solution I see is to svn update KnowRob to make sure you have the latest version and do a rosmake --pre-clean knowrob.

If this runs without errors and the segfault remains, another option is to use the .deb packages for KnowRob (which are available for Natty and Electric, only some newer features might be missing). If you have installed ROS using the Ubuntu package manager, you can just execute 'sudo apt-get install ros-electric-knowrob' and you should get the binary packages of KnowRob installed. You'll maybe need to remove the SVN version from your ROS_PACKAGE_PATH so that the binary version is used.

You can also try to run 'rosrun rosprolog rpsprolog mod_vis' and then launch the visualization canvas. This would rule out problems related to the knowrob_tutorials package

That is about the same setup I also use without problems. The only possible solution I see is to svn update KnowRob to make sure you have the latest version and do a rosmake --pre-clean knowrob.

If this runs without errors and the segfault remains, another option is to use the .deb packages for KnowRob (which are available for Natty and Electric, only some newer features might be missing). If you have installed ROS using the Ubuntu package manager, you can just execute 'sudo apt-get install ros-electric-knowrob' and you should get the binary packages of KnowRob installed. You'll maybe need to remove the SVN version from your ROS_PACKAGE_PATH so that the binary version is used.

You can also try to run 'rosrun rosprolog rpsprolog rosprolog mod_vis' and then launch the visualization canvas. This would rule out problems related to the knowrob_tutorials package