Skip to content

Commit

Permalink
Convert bitbucket links for sdf9
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Peters <scpeters@openrobotics.org>
  • Loading branch information
scpeters committed May 7, 2020
1 parent da18e01 commit 2205e31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions sdf/1.7/physics.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
<description>
Flag to enable dynamic rescaling of moment of inertia in constrained directions.
See gazebo pull request 1114 for the implementation of this feature.
https://bitbucket.org/osrf/gazebo/pull-request/1114
https://osrf-migration.github.io/gazebo-gh-pages/#!/osrf/gazebo/pull-request/1114
</description>
</element>
<element name="friction_model" type="string" default="pyramid_model" required="0">
Expand All @@ -213,8 +213,8 @@
cone_model: friction force magnitude limited in proportion to normal force.

See gazebo pull request 1522 for the implementation of this feature.
https://bitbucket.org/osrf/gazebo/pull-request/1522
https://bitbucket.org/osrf/gazebo/commits/8c05ad64967c
https://osrf-migration.github.io/gazebo-gh-pages/#!/osrf/gazebo/pull-request/1522
https://github.com/osrf/gazebo/commit/968dccafdfbfca09c9b3326f855612076fed7e6f
</description>
</element>
</element> <!-- End Solver -->
Expand Down
2 changes: 1 addition & 1 deletion src/FrameSemantics.cc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ inline namespace SDF_VERSION_NAMESPACE {
// The following two functions were originally submitted to ign-math,
// but were not accepted as they were not generic enough.
// For now, they will be kept here.
// https://bitbucket.org/ignitionrobotics/ign-math/pull-requests/333
// https://osrf-migration.github.io/ignition-gh-pages/#!/ignitionrobotics/ign-math/pull-requests/333

/// \brief Starting from a given vertex in a directed graph, traverse edges
/// in reverse direction to find a source vertex (has only outgoing edges).
Expand Down

0 comments on commit 2205e31

Please sign in to comment.