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

process[rosout-1] keeps repeating

asked 2014-07-23 02:10:00 -0500

charkoteow gravatar image

Followed the tutorial up till turtlebot bringup. (apparently i dont have enough karma to post links)

Managed to SSH into the turtle bot laptop, then I tried the turtlebot_bringup minimal.launch and these came out on the terminal non stop

process[rosout-1]: started with pid [7331]
terminate called after throwing an instance of 'std::runtime_error'
what():  locale::facet::_S_create_c_locale name not valid

Help?

Workstation is running ROS Indigo while the turtlebot laptop is running ROS hydro. Will different version of ROS complicate things? Or did I messed up somewhere during the installation?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
6

answered 2014-07-23 03:04:34 -0500

ahendrix gravatar image

It looks like you don't have your locale set properly.

You may want to take a look at the Ubuntu page about generating locale files: https://help.ubuntu.com/community/Locale

Or just try setting your locale to the generic C locale (named for the C programming language):

sudo update-locale LANG=C LANGUAGE=C LC_ALL=C LC_MESSAGES=POSIX
edit flag offensive delete link more

Comments

1

export LC_ALL="C" seems to do the trick for me. thank you!

charkoteow gravatar image charkoteow  ( 2014-07-24 00:03:05 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2014-07-23 02:10:00 -0500

Seen: 2,453 times

Last updated: Jul 23 '14