Skip to content

Commit

Permalink
Update github links
Browse files Browse the repository at this point in the history
Signed-off-by: methylDragon <[email protected]>
  • Loading branch information
methylDragon committed May 24, 2022
1 parent 0838ba0 commit 8920295
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/usdConverter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ This example shows how a world in a SDF file can be converted to [USD](https://g

You will need all of the dependencies for sdformat, along with the following additional dependencies:
* USD: [installation instructions](https://github.com/PixarAnimationStudios/USD/blob/release/README.md#getting-and-building-the-code)
* [ignition-common5](https://github.com/gazebosim/ign-common)
* [ignition-utils2 (including the CLI component)](https://github.com/gazebosim/ign-utils)
* [ignition-common5](https://github.com/gazebosim/gz-common)
* [ignition-utils2 (including the CLI component)](https://github.com/gazebosim/gz-utils)

## Setup

Expand Down
2 changes: 1 addition & 1 deletion src/FrameSemantics.cc
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ void printGraph(const ScopedGraph<FrameAttachedToGraph> &_graph)
// 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://osrf-migration.github.io/ignition-gh-pages/#!/gazebosim/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
2 changes: 1 addition & 1 deletion test/integration/print_config.cc
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ R"(<model name="m2">

// The expected output pose string here still contains a -0 on the pitch value
// as it was set using gz::math::Pose3d::operator<<, this test will have
// to be modified when we start using gazebosim/ign-math#206.
// to be modified when we start using gazebosim/gz-math#206.
const std::string expectedIncludeMerge =
R"(<model name='m2'>
<frame name='_merged__test_box2__model__' attached_to='link'>
Expand Down

0 comments on commit 8920295

Please sign in to comment.