Skip to content

Commit 93f136d

Browse files
committed
more links
1 parent 4c189d5 commit 93f136d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

physics_params/tutorial.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -317,11 +317,11 @@ such as in modeling longitudinal and lateral wheel friction separately
317317
[gazebo pull request 2950](https://osrf-migration.github.io/gazebo-gh-pages/#!/osrf/gazebo/pull-requests/2950)).
318318

319319
The difference between the box and cone friction models is visualized using the
320-
[friction\_pyramid test world](https://github.com/osrf/gazebo/raw/c2315ca10a801/worlds/friction_pyramid.world),
320+
[friction\_pyramid test world](https://github.com/osrf/gazebo/raw/gazebo9/worlds/friction_pyramid.world),
321321
which has an array of boxes arrayed in a circle with an initial velocity going
322322
away from the center of the circle.
323323
Specifying `cone_model` in that example world at
324-
[line 15](https://github.com/osrf/gazebo/blob/c2315ca10a801/worlds/friction_pyramid.world#friction_pyramid.world-15)
324+
[line 15](https://github.com/osrf/gazebo/blob/gazebo9/worlds/friction_pyramid.world)
325325
results in boxes that travel out radially as one would expect.
326326

327327
<iframe src="https://player.vimeo.com/video/327117996" width="640" height="594" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>

static_map_plugin/tutorial.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ This tutorial shows how to use the Static Map world plugin, supplied by Gazebo,
66

77
# Example World
88

9-
To try out this plugin, download and save [this world file](https://github.com/osrf/gazebo/raw/462957509d71f7bf1dd0f981950a53a097cba9ae/worlds/static_map_plugin.world) as `static_map_plugin.world`:
9+
To try out this plugin, download and save [this world file](https://github.com/osrf/gazebo/raw/gazebo9/worlds/static_map_plugin.world) as `static_map_plugin.world`:
1010

11-
<include lang='xml' src='https://github.com/osrf/gazebo/raw/462957509d71f7bf1dd0f981950a53a097cba9ae/worlds/static_map_plugin.world'/>
11+
<include lang='xml' src='https://github.com/osrf/gazebo/raw/gazebo9/worlds/static_map_plugin.world'/>
1212

1313
The example world contains only a sun and the Static Map plugin. A `ground_plane` model is not needed as the plugin will be generating and inserting the map model into the world at run time. Before launching this world, you will need an API key. Since we are using the Google Static Map API service, you can get yourself a [Google API key](https://developers.google.com/maps/documentation/static-maps/get-api-key).
1414

0 commit comments

Comments
 (0)