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

How to download the file tiago_public.rosinstall

asked 2019-07-01 16:24:49 -0500

MAU gravatar image

Hello, I am fairly new to programming with ROS and Linux in general and I need help. I am currently doing the "Installing TIAGo Simulation" tutorial an got stuck on step number on. I don't know what to do in this step:

" Download the file tiago_public.rosinstall. Copy the rosinstall file in ~/tiago_public_ws. "

(could some someone go step-by-step and explain what I should type in the terminal, line by line, please!!)

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2019-07-01 22:55:21 -0500

gvdhoorn gravatar image

updated 2019-07-01 23:17:05 -0500

The text you quote actually contains a link to the file that the author wants you to download:

Download the file tiago_public.rosinstall. Copy the rosinstall file in ~/tiago_public_ws. Then run the following instruction in order to clone all the required repositories within the workspace:

The tiago_public.rosinstallthere is a link to https://raw.githubusercontent.com/pal....

To download that file would be no different from how you'd download it on Windows or OSX: right click the link and select Save link as (or whatever the equivalent is for your browser). Then select your workspace as instructed in the tutorial.

Alternatively, you could use a command like the following to download it using wget:

wget https://raw.githubusercontent.com/pal-robotics/tiago_tutorials/kinetic-devel/tiago_public-melodic.rosinstall -O $HOME/tiago_public_ws/

that would immediately place the downloaded file in the tiago_public_ws directory in your $HOME directory.

edit flag offensive delete link more

Comments

Thank you! This appears to have worked. After I typed this into my terminal ( rosinstall src /opt/ros/kinetic tiago_public.rosinstall ) in order to clone all the required repositories, and it also apeered to have downloaded a bunch of packages.

But midway I did some warnings and errors. I don't know whether to be concerned or simply ignore them...

error: RPC failed; curl 56 GnuTLS recv error (-54): Error in the pull function. fatal: The remote end hung up unexpectedly fatal: early EOF fatal: index-pack failed OR ERROR in config: Error processing...

Example: fatal: unable to access 'https://github.com/pal-robotics/pmb2_...': SSL: certificate subject name (cntlr.airrowdy.utsa.edu) does not match target host name 'github.com'

Is this some kind of network error?

MAU gravatar image MAU  ( 2019-07-02 11:54:06 -0500 )edit

Are you behind a network proxy of some kind? If so, that could explain this.

gvdhoorn gravatar image gvdhoorn  ( 2019-07-02 14:49:01 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2019-07-01 16:23:32 -0500

Seen: 681 times

Last updated: Jul 01 '19