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

How to correctly install ROS/Gazebo on AWS instances?

asked 2018-05-04 04:15:40 -0500

kangbo gravatar image

updated 2018-05-04 05:10:51 -0500

Hi

I need to install ROS/Gazebo on AWS instances. For Amazon Linux AMI t2.micro type, if I install with

curl -ssL http://get.gazebosim.org `| sh

run with gazebo

I'll get the errors

libGL error: No matching fbConfigs or visuals found

libGL error: failed to load driver: swrast 

libGL error: No matching fbConfigs or visuals found 

libGL error: failed to load driver: swrast 

terminate called after throwing an instance of 'std::runtime_error
  what(): locale::facet::_S_create_c_locale name not valid

and after some tuning,the errors become

gazebo: error while loading shared libraries: libnetcdf.so.11: cannot map zero-fill pages

For Deep Learning AMI (Ubuntu) Version 8.0 g2.large type, with the same installation method, I'll get the error below

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

  Major opcode of failed request:  154 (GLX)

  Minor opcode of failed request:  3 (X_GLXCreateContext)

  Value in failed request:  0x0

  Serial number of failed request:  28

  Current serial number in output stream:  29

Is there anybody have same problems?

How do you figure out? Thanks

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2018-05-12 08:13:44 -0500

kangbo gravatar image

x-window doesn't support opengl rendering, try vnc instead.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2018-05-04 04:15:40 -0500

Seen: 897 times

Last updated: May 12 '18