Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge ign-gazebo6 ➡️ gz-sim7 #2423

Merged
merged 4 commits into from
May 31, 2024
Merged

Merge ign-gazebo6 ➡️ gz-sim7 #2423

merged 4 commits into from
May 31, 2024

Commits on Apr 25, 2024

  1. Fix namespace and class links in documentation references that use na…

    …mespace `gz` (#2385)
    
    The `gz` namespace is not recognized by doxygen enough for it to
    autogenerate links to inner namespaces and classes. For example, `\ref
    gz::sim::systems` or simply `gz::sim::systems` don't link to the
    namespace documentation. You'd have to use `ignition::gazebo::systems` instead. I was hoping there
    was a more clever solution that would allow all `gz::` refs to work
    automatically, but I was not able to find one, so this is a compromise
    to fix the landing page for ign-gazebo6 (https://gazebosim.org/api/sim/6)
    
    Signed-off-by: Addisu Z. Taddese <[email protected]>
    azeey authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    fb3f3d4 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Rephrase cmake comment about CMP0077 (#2419)

    Signed-off-by: Steve Peters <[email protected]>
    scpeters authored May 29, 2024
    Configuration menu
    Copy the full SHA
    0b4585a View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Use VERSION_GREATER_EQUAL in cmake logic (#2418)

    Signed-off-by: Steve Peters <[email protected]>
    scpeters authored May 30, 2024
    Configuration menu
    Copy the full SHA
    3c52690 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0dbb30 View commit details
    Browse the repository at this point in the history