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

win_ros on debian squezze

asked 2011-04-13 09:35:58 -0500

aperez gravatar image

updated 2014-01-28 17:09:32 -0500

ngrennan gravatar image

I want to install the win_ros packages in order to have a cross-compiling build environment for mingw programs. I was following the guide (in http://www.ros.org/wiki/diamondback/I... ) but I get this error:

/srv/ros$ rosinstall /srv/ros http://code.google.com/p/win-ros-pkg/source/browse/stacks/win_ros/trunk/winmaster_diamondback.rosinstall
rosinstall operating on /srv/ros from specifications in rosinstall files /srv/ros/.rosinstall, http://code.google.com/p/win-ros-pkg/source/browse/stacks/win_ros/trunk/winmaster_diamondback.rosinstall
ahhhhhhhh, yaml parse error: mapping values are not allowed here
in "<file>", line 46, column 28
Usage: rosinstall PATH [<options> ...] [URI]...

rosinstall: error: None

Are there any other requirement to use correctly this rosinstall command?

edit retag flag offensive close merge delete

2 Answers

Sort by » oldest newest most voted
1

answered 2011-04-13 20:10:41 -0500

The problem is that the URL you are using is the HTML rendering of the rosinstall file. You have to use the raw file (there is a "view raw file" link on that page). Using the following line, it works:

rosinstall /srv/ros http://win-ros-pkg.googlecode.com/svn/stacks/win_ros/trunk/winmaster_diamondback.rosinstall
edit flag offensive delete link more
0

answered 2011-04-13 21:39:31 -0500

Daniel Stonier gravatar image

Thanks for picking up the problem. Martin has the right of it. I've updated the wiki page to fix the problem.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2011-04-13 09:35:58 -0500

Seen: 260 times

Last updated: Apr 13 '11