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

roslocate info turtlebot

asked 2012-08-20 07:38:47 -0500

leo_eng gravatar image

In tutorial http://www.ros.org/wiki/fuerte/Installation/Overlays, I get the result and I did this command In workspace that have .rosinstall:

rosws merge https://kforge.ros.org/turtlebot/turtlebot -t .

But I receive a error:

ERROR: Invalid multiproject yaml format in [https://kforge.ros.org/turtlebot/turtlebot]: mapping values are not allowed here in "<file>", line 8, column 27

edit retag flag offensive close merge delete

Comments

leo_eng gravatar image leo_eng  ( 2012-08-20 07:52:10 -0500 )edit

And as the answer indicates, there is a bug in current rosws. I'll edit my answer to show how to still add the output of roslocate.

Lorenz gravatar image Lorenz  ( 2012-08-20 08:22:27 -0500 )edit

Thanks a lot! I have another problem when I use " rows update ". Itry to correct here! Thanks again!

leo_eng gravatar image leo_eng  ( 2012-08-20 09:03:10 -0500 )edit

Exception caught during install: Error processing 'turtlebot' : 'ascii' codec can't decode byte 0xc3 in position 14: ordinal not in range(128)

ERROR: Error processing 'turtlebot' : 'ascii' codec can't decode byte 0xc3 in position 14: ordinal not in range(128)

leo_eng gravatar image leo_eng  ( 2012-08-20 09:03:22 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2012-08-20 07:43:05 -0500

Lorenz gravatar image

updated 2012-08-20 08:24:07 -0500

The correct command (also used on the wiki page) is:

roslocate info turtlebot | rosws merge -
rosws update

Edit: Unfortunately, it seems like rosws has a bug right now that might prevent you from executing above command. Assuming you are using ROS fuerte, to assume the same effect as above, you can do the following:

roscd
roslocate info turtlebot >> .rosinstall
rosws update
edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-08-20 07:38:47 -0500

Seen: 306 times

Last updated: Aug 20 '12