Ros groovy in ARM-base and turtlesim
Hi all I have a problem when working with turtlesim . when I run turlesim after type roscore like tutorial, ROS displays:
rosrun turtlesim turtlesim_node
[ INFO] [1388389874.602811120]: Starting turtlesim with node name /turtlesim
[ INFO] [1388389874.628045454]: Spawning turtle [turtle1] at x=[5.544445], y=[5.544445], theta=[0.000000]
Segmentation fault
So what problem's happenned?
Asked by domikilo on 2013-12-29 20:54:53 UTC
Answers
I suspect this is a serialization alignment problem that is present in some of the older releases of the ROS C++ libraries. If you can, try installing ROS Hydro.
Asked by ahendrix on 2014-01-02 14:21:56 UTC
Comments
A segmentation fault is a memory issue. Please edit your question explain how fully reproduce your problem so that we can try to help you. http://wiki.ros.org/Support has guidelines for asking questions.
Asked by tfoote on 2013-12-31 07:31:40 UTC