Gazebo seg fault Ubuntu/Indigo 14.04.02 [closed]
I am running in native mode on i386. I am working out of the instructions in "learning Robotics using Python" by Lentin Joseph. I ran sudo apt-get install ros-indigo-gazebo-ros-pkgs ros-indigo-gazebo-ros-control I got roscore to run and then: rostopic list which shows:
/clock /gazebo/link_states /gazebo/model_states /gazebo/parameter_descriptions /gazebo/set_model_state /rosout /rosout_agg
Then: rosrun gazebo_ros gazebo The GUI comes up for a few seconds and then crashes.
First it connects to the gazebo master. Messages: [INFO] [/gazebo/set_physics_properties] is now available [INFO] Physics dynamic reconfigure ready
Segmentation Fault (core dumped)
30: kill: invalid signal number or name: SIGINT
? Does anyone know the solution?