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

rosws update turtlebot

asked 2012-08-17 13:10:58 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

When I try to do the command "rosws update turtlebot", in tutorial : http://www.ros.org/wiki/fuerte/Installation/Overlays, I receive this message:

File "/usr/lib/pymodules/python2.7/vcstools/common.py", line 141, in run_shell_command

stdout = "\n".join(stdout_buf)

UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 14: ordinal not in range(128)

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

Someone could help me?

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

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2012-08-17 21:29:46 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

That's a bug, apparently, I registered it here: https://kforge.ros.org/vcstools/trac/ticket/64

I will investigate.

In your case,

rosws update turtlebot

is just a shortcut for:

 hg clone https://kforge.ros.org/turtlebot/turtlebot

so you can do that and then continue the installation

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-08-17 13:10:58 -0500

Seen: 271 times

Last updated: Aug 17 '12