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

How to download urdf tutorial from github

asked 2019-05-23 22:54:54 -0500

ju78iklo9 gravatar image

updated 2019-05-23 23:32:27 -0500

jayess gravatar image

I had to jump out of ros' steep training incline momentarily to test rolling robot toys, LiDAR, and bipeds in Gazebo to keep my sanity. Bipeds are beautiful, because its amazing I actually saw a few mean-looking dudes in my kinetic/local Gazebo test box, not in Barcelona simulation boxes. TONS of fun, but time to "roll my own" simple sdf. Now with separate lab boxes, and a rebuilt development box set only for training. I wish to take/study ros' urdf_tutorial (was all set to take it 6 months ago but..)

I have my melodic's catkin workspace recreated, however, all the underlying ros training examples are now, "been there done that" wiped.

My Melodic training box'

echo $ROS_PACKAGE_PATH

returns:

/home/user/catkin_ws/src:/opt/ros/melodic/share

Now want to re-check my "git" syntax for downloading ros' urdf tutorial. It has been awhile but I think syntax looks similar to

git https://github.com/ros/urdf_tutorial.git

Thanks for your help.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2019-05-23 23:33:25 -0500

jayess gravatar image

The syntax is

git clone <path-to-repository>

so in this case it's

git clone https://github.com/ros/urdf_tutorial.git
edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2019-05-23 22:54:54 -0500

Seen: 485 times

Last updated: May 23 '19