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

How to use rosinstall to download git source?

asked 2011-09-01 00:37:01 -0500

sam gravatar image

I tried to use the code,but failed:

  - git:
       uri: http://code.in.tum.de/git/cram-pl.git
       local-name:cram_pl

How to fixed it?

Thank you~

 sam@/home/sam/code/ros/rosinstall_auto$ rosinstall .      /opt/ros/diamondback ./cram_pl.rosinstall 
 rosinstall operating on /home/sam/code/ros/rosinstall_auto from      specifications in rosinstall files  /opt/ros/diamondback, ./cram_pl.rosinstall
 processing config_uri /opt/ros/diamondback
 ahhhhhhhh, yaml parse error: while scanning a simple key
   in "/home/sam/code/ros/rosinstall_auto/cram_pl.rosinstall", line 3, column      6
 could not found expected ':'
   in "/home/sam/code/ros/rosinstall_auto/cram_pl.rosinstall", line 4, column      1
 Usage: rosinstall PATH [<options> ...] [URI]... 

 rosinstall: error: None

 sam@/home/sam/code/ros/rosinstall_auto$
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
4

answered 2011-09-01 04:22:33 -0500

kwc gravatar image

It looks like you're missing a space between "local-name" and "cram_pl" (your error message complains about a YAML error on line 3)

edit flag offensive delete link more

Question Tools

Stats

Asked: 2011-09-01 00:37:01 -0500

Seen: 1,476 times

Last updated: Sep 01 '11