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

billchenxi's profile - activity

2019-08-19 14:58:36 -0500 marked best answer Simple Arm couldn't launch, ubuntu 18

Hi guys I have the newest ubuntu with ROS melodic, and I followed the instruction to installed as much as I could. The turtle tutorial works. And I install the simple arm, but it coudn't be launched. Would you mind help me a little, newbie here. Many thanks, here is the printout from the

$ roslaunch simple_arm robot_spawn.launch

[ INFO] [1531799911.413940202]: Finished loading Gazebo ROS API Plugin.

[ INFO] [1531799911.415080431]: waitForService: Service [/gazebo/set_physics_properties] has not been advertised, waiting...

X Error of failed request:  BadValue (integer parameter out of range for operation)

  Major opcode of failed request:  155 (GLX)

  Minor opcode of failed request:  3 (X_GLXCreateContext)

  Value in failed request:  0x0

  Serial number of failed request:  26

  Current serial number in output stream:  27

terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::lock_error> >'
  what():  boost: mutex lock failed in pthread_mutex_lock: Invalid argument

Aborted (core dumped)

[gazebo-5] process has died [pid 16226, exit code 134, cmd /opt/ros/melodic/lib/gazebo_ros/gzserver -e ode /home/bill/catkin_ws/src/simple_arm/worlds/willow_garage.world __name:=gazebo __log:=/home/bill/.ros/log/aaa40ba8-8975-11e8-bffa-b88198114d56/gazebo-5.log].

log file: /home/bill/.ros/log/aaa40ba8-8975-11e8-bffa-b88198114d56/gazebo-5*.log

[INFO] [1531799912.009320, 0.000000]: Loading model XML from ros parameter robot_description

[INFO] [1531799912.025701, 0.000000]: Waiting for service /gazebo/spawn_urdf_model
terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::lock_error> >'
  what():  boost: mutex lock failed in pthread_mutex_lock: Invalid argument

Aborted (core dumped)

[gazebo_gui-6] process has died [pid 16233, exit code 134, cmd /opt/ros/melodic/lib/gazebo_ros/gzclient 
__name:=gazebo_gui __log:=/home/bill/.ros/log/aaa40ba8-8975-11e8-bffa-b88198114d56/gazebo_gui-6.log].

log file: /home/bill/.ros/log/aaa40ba8-8975-11e8-bffa-b88198114d56/gazebo_gui-6*.log
2019-04-08 08:51:04 -0500 received badge  Famous Question (source)
2019-04-08 08:51:04 -0500 received badge  Notable Question (source)
2018-07-31 03:40:47 -0500 received badge  Popular Question (source)
2018-07-30 16:44:55 -0500 received badge  Supporter (source)
2018-07-30 16:42:31 -0500 answered a question Simple Arm couldn't launch, ubuntu 18

Just need to restart!

2018-07-17 00:47:39 -0500 asked a question Simple Arm couldn't launch, ubuntu 18

Simple Arm couldn't launch, ubuntu 18 Hi guys I have the newest ubuntu with ROS melodic, and I followed the instruction