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

Support <gazebo_ros> in package.xml exports #492

Merged
merged 3 commits into from
Mar 11, 2024

Commits on Feb 2, 2024

  1. Support <gazebo_ros> in package.xml exports

    This copies the implementation from `gazebo_ros_paths.py` to provide a
    way for packages to set resource paths from `package.xml`.
    
    ```
    e.g.  <export>
              <gazebo_ros gazebo_model_path="${prefix}/models"/>
              <gazebo_ros gazebo_media_path="${prefix}/models"/>
          </export>
    ```
    
    The value of `gazebo_model_path` and `gazebo_media_path` is appended to `GZ_SIM_RESOURCE_PATH`
    The value of `plugin_path` appended to `GZ_SIM_SYSTEM_PLUGIN_PATH`
    
    Signed-off-by: Addisu Z. Taddese <[email protected]>
    azeey committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    7eb4945 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Add a section to README on the <gazebo_ros> tag

    Signed-off-by: Addisu Z. Taddese <[email protected]>
    azeey committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    5859b2a View commit details
    Browse the repository at this point in the history
  2. Simplified code per reviewer feedback

    Signed-off-by: Addisu Z. Taddese <[email protected]>
    azeey committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    cb902d7 View commit details
    Browse the repository at this point in the history