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 jazzy ➡️ ros2 #571

Merged
merged 83 commits into from
Jun 28, 2024
Merged

Merge jazzy ➡️ ros2 #571

merged 83 commits into from
Jun 28, 2024

Commits on May 5, 2023

  1. Fix humble branch names in humble branch (gazebosim#388)

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll authored May 5, 2023
    Configuration menu
    Copy the full SHA
    591b8b5 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Add actuator_msgs to humble bridge. (gazebosim#394)

    Signed-off-by: Benjamin Perseghetti <[email protected]>
    bperseghetti authored May 23, 2023
    Configuration menu
    Copy the full SHA
    846323f View commit details
    Browse the repository at this point in the history
  2. 0.244.11

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll committed May 23, 2023
    Configuration menu
    Copy the full SHA
    b64df31 View commit details
    Browse the repository at this point in the history
  3. Backport: Add missing rosidl_cmake dep to ros_gz_bridge (gazebosim#391)…

    … (gazebosim#396)
    
    * Add missing rosidl_cmake dep to ros_gz_bridge (gazebosim#391)
    
    Signed-off-by: Yadunund <[email protected]>
    Signed-off-by: Chris Lalancette <[email protected]>
    Co-authored-by: Chris Lalancette <[email protected]>
    Signed-off-by: Michael Carroll <[email protected]>
    
    * Run fortress and garden against iron
    
    Signed-off-by: Michael Carroll <[email protected]>
    
    ---------
    
    Signed-off-by: Yadunund <[email protected]>
    Signed-off-by: Chris Lalancette <[email protected]>
    Signed-off-by: Michael Carroll <[email protected]>
    Co-authored-by: Yadu <[email protected]>
    Co-authored-by: Chris Lalancette <[email protected]>
    3 people authored May 23, 2023
    Configuration menu
    Copy the full SHA
    18b3403 View commit details
    Browse the repository at this point in the history
  4. 0.245.0

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll committed May 23, 2023
    Configuration menu
    Copy the full SHA
    8aa41ed View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Fix incorrect subscription on demo (gazebosim#405)

    This PR fixes an incorrect subscription on one of the demos. Running
    ```
    ros2 launch ros_gz_sim_demos gpu_lidar_bridge.launch.py
    ```
    causes rviz2 to crash and exit with the error:
    ```
    rviz2-3]
    [rviz2-3] >>> [rcutils|error_handling.c:108] rcutils_set_error_state()
    [rviz2-3] This error state is being overwritten:
    [rviz2-3]
    [rviz2-3]   'create_subscription() called for existing topic name rt/lidar with incompatible type sensor_msgs::msg::dds_::PointCloud2_, at ./src/subscription.cpp:146, at ./src/rcl/subscription.c:108'
    [rviz2-3]
    [rviz2-3] with this new error message:
    [rviz2-3]
    [rviz2-3]   'invalid allocator, at ./src/rcl/subscription.c:218'
    [rviz2-3]
    [rviz2-3] rcutils_reset_error() should be called after error handling to avoid this.
    ```
    This is due to an incorrect subscription on the part of the demo. This
    PR fixes it by getting a subscription to the right topic for the
    pointcloud display. (`lidar/points` instead of `lidar`). Was tested on
    garden + humble.
    
    Signed-off-by: Arjo Chakravarty <[email protected]>
    arjo129 authored Jun 6, 2023
    Configuration menu
    Copy the full SHA
    1893dec View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Fix incorrect subscription on demo (gazebosim#405) (gazebosim#407)

    This PR fixes an incorrect subscription on one of the demos. Running
    ```
    ros2 launch ros_gz_sim_demos gpu_lidar_bridge.launch.py
    ```
    causes rviz2 to crash and exit with the error:
    ```
    rviz2-3]
    [rviz2-3] >>> [rcutils|error_handling.c:108] rcutils_set_error_state()
    [rviz2-3] This error state is being overwritten:
    [rviz2-3]
    [rviz2-3]   'create_subscription() called for existing topic name rt/lidar with incompatible type sensor_msgs::msg::dds_::PointCloud2_, at ./src/subscription.cpp:146, at ./src/rcl/subscription.c:108'
    [rviz2-3]
    [rviz2-3] with this new error message:
    [rviz2-3]
    [rviz2-3]   'invalid allocator, at ./src/rcl/subscription.c:218'
    [rviz2-3]
    [rviz2-3] rcutils_reset_error() should be called after error handling to avoid this.
    ```
    This is due to an incorrect subscription on the part of the demo. This
    PR fixes it by getting a subscription to the right topic for the
    pointcloud display. (`lidar/points` instead of `lidar`). Was tested on
    garden + humble.
    
    Signed-off-by: Arjo Chakravarty <[email protected]>
    Co-authored-by: Arjo Chakravarty <[email protected]>
    ahcorde and arjo129 authored Jun 8, 2023
    Configuration menu
    Copy the full SHA
    277a2f2 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Update README.md (gazebosim#411)

    The ROS type for gz.msgs.NavSat messages should be **sensor_msgs/msg/NavSatFix** instead of **sensor_msgs/msg/NavSatFixed**
    
    Signed-off-by: Arjun K Haridas <[email protected]>
    topguns837 authored and ahcorde committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    bac02a3 View commit details
    Browse the repository at this point in the history
  2. Update README.md (gazebosim#411)

    The ROS type for gz.msgs.NavSat messages should be **sensor_msgs/msg/NavSatFix** instead of **sensor_msgs/msg/NavSatFixed**
    
    Signed-off-by: Arjun K Haridas <[email protected]>
    topguns837 authored and ahcorde committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    f0479c2 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Added more topic to the bridge (gazebosim#422)

    Signed-off-by: Alejandro Hernández Cordero <[email protected]>
    ahcorde committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    1b330a5 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Added more topic to the bridge (gazebosim#422) (gazebosim#423)

    Signed-off-by: Alejandro Hernández Cordero <[email protected]>
    ahcorde authored Jun 20, 2023
    Configuration menu
    Copy the full SHA
    942e5ae View commit details
    Browse the repository at this point in the history
  2. Merge pull request gazebosim#424 from gazebosim/ahcorde/humble/bp/422

    [backport Humble] Added more topic to the bridge (gazebosim#422)
    ahcorde authored Jun 20, 2023
    Configuration menu
    Copy the full SHA
    f923bcf View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. [backport Iron] Added Altimeter msg bridging (gazebosim#413) (gazebos…

    …im#414)
    
    Signed-off-by: Aditya Pande <[email protected]>
    Signed-off-by: Alejandro Hernández Cordero <[email protected]>
    Co-authored-by: Aditya Pande <[email protected]>
    ahcorde and adityapande-1995 authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    a3071cf View commit details
    Browse the repository at this point in the history
  2. Merge pull request gazebosim#421 from gazebosim/ahcorde/humble/backpo…

    …rt/411
    
    [backport humble] Update README.md (gazebosim#411)
    ahcorde authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    0f8e223 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'iron' into ahcorde/iron/backport/411

    Signed-off-by: Alejandro Hernández Cordero <[email protected]>
    ahcorde authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    9b76826 View commit details
    Browse the repository at this point in the history
  4. Merge pull request gazebosim#420 from gazebosim/ahcorde/iron/backport…

    …/411
    
    [backport iron] Update README.md (gazebosim#411)
    ahcorde authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    e80ee5b View commit details
    Browse the repository at this point in the history
  5. [backport Iron] Added Altimeter msg bridging (gazebosim#413) (gazebos…

    …im#414) (gazebosim#426)
    
    Signed-off-by: Aditya Pande <[email protected]>
    Signed-off-by: Alejandro Hernández Cordero <[email protected]>
    Co-authored-by: Aditya Pande <[email protected]>
    ahcorde and adityapande-1995 authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    bdfe874 View commit details
    Browse the repository at this point in the history
  6. [backport iron] SensorNoise msg bridging (gazebosim#417) (gazebosim#425)

    Signed-off-by: Alejandro Hernández Cordero <[email protected]>
    Co-authored-by: Aditya Pande <[email protected]>
    ahcorde and adityapande-1995 authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    115aa6b View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. [backport iron] SensorNoise msg bridging (gazebosim#417) (gazebosim#425)

    Signed-off-by: Alejandro Hernández Cordero <[email protected]>
    Co-authored-by: Aditya Pande <[email protected]>
    ahcorde and adityapande-1995 committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    6d12a72 View commit details
    Browse the repository at this point in the history
  2. Merge pull request gazebosim#427 from gazebosim/ahcorde/humble/backpo…

    …rt/417
    
    [backport humble] SensorNoise msg bridging (gazebosim#417)
    ahcorde authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    c09b704 View commit details
    Browse the repository at this point in the history
  3. Add link to project template (gazebosim#428)

    Signed-off-by: Addisu Z. Taddese <[email protected]>
    azeey authored and ahcorde committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    4a42e94 View commit details
    Browse the repository at this point in the history
  4. Add link to project template (gazebosim#428)

    Signed-off-by: Addisu Z. Taddese <[email protected]>
    azeey authored and ahcorde committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    fc3d05f View commit details
    Browse the repository at this point in the history
  5. Merge pull request gazebosim#429 from gazebosim/ahcorde/iron/backport…

    …/428
    
    [backport iron] Add link to project template (gazebosim#428)
    ahcorde authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    3348a9c View commit details
    Browse the repository at this point in the history
  6. Merge pull request gazebosim#430 from gazebosim/ahcorde/humble/backpo…

    …rt/428
    
    [backport humble] Add link to project template (gazebosim#428)
    ahcorde authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    a587cfa View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Fixed install instructions (gazebosim#435) (gazebosim#436)

    Signed-off-by: Alejandro Hernández Cordero <[email protected]>
    ahcorde authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    d7b7235 View commit details
    Browse the repository at this point in the history
  2. Fixed install instructions (gazebosim#435) (gazebosim#437)

    Signed-off-by: Alejandro Hernández Cordero <[email protected]>
    ahcorde authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    eb63bce View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Improved docs (gazebosim#438)

    Signed-off-by: Alejandro Hernández Cordero <[email protected]>
    ahcorde authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    4a5972b View commit details
    Browse the repository at this point in the history
  2. Improved Iron documentation (gazebosim#439)

    Signed-off-by: Alejandro Hernández Cordero <[email protected]>
    ahcorde authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    f5af9be View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Update README.md to fix humble from source instructions (gazebosim#431)

    Fix the branch name when checking out ros_gz otherwise `rosdep install -r --from-paths src -i -y --rosdistro humble` errors with incompatible versions. Additonally link to gazebosim#401 (comment) which allows compilation on Ubuntu 20.04 + ROS2 Humble + Ignition Fortress
    
    Signed-off-by: Samuel Seng <[email protected]>
    djsamseng authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    0ed5e2c View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Fix double wait in ros_gz_bridge (gazebosim#347) (gazebosim#450)

    Signed-off-by: ymd-stella <[email protected]>
    Co-authored-by: ymd-stella <[email protected]>
    ahcorde and ymd-stella authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    151d3d8 View commit details
    Browse the repository at this point in the history
  2. Fix double wait in ros_gz_bridge (gazebosim#347) (gazebosim#449)

    Signed-off-by: ymd-stella <[email protected]>
    Co-authored-by: ymd-stella <[email protected]>
    ahcorde and ymd-stella authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    e93c35d View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. set on_exit_shutdown argument for gz-sim ExecuteProcess (gazebosim#355)…

    … (gazebosim#451)
    
    Signed-off-by: Michael Anderson <[email protected]>
    Co-authored-by: andermi <[email protected]>
    mjcarroll and andermi authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    0585429 View commit details
    Browse the repository at this point in the history
  2. set on_exit_shutdown argument for gz-sim ExecuteProcess (gazebosim#355)…

    … (gazebosim#452)
    
    Signed-off-by: Michael Anderson <[email protected]>
    Co-authored-by: andermi <[email protected]>
    mjcarroll and andermi authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    bc4f777 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Changelog

    Signed-off-by: Alejandro Hernández Cordero <[email protected]>
    ahcorde committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    2733a3e View commit details
    Browse the repository at this point in the history
  2. 0.247.0

    ahcorde committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    2e6b408 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    55eebea View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    4cf2da6 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Add support for Harmonic/Humble pairing (gazebosim#462)

    * Add harmonic CI (gazebosim#447)
    
    * Add harmonic CI
    
    Signed-off-by: Michael Carroll <[email protected]>
    
    * Include garden options
    
    Signed-off-by: Michael Carroll <[email protected]>
    
    * Add harmonic stanza
    
    Signed-off-by: Michael Carroll <[email protected]>
    
    * Additional message headers
    
    Signed-off-by: Michael Carroll <[email protected]>
    
    ---------
    
    Signed-off-by: Michael Carroll <[email protected]>
    
    * Use stable osrf repo for Garden and stable+prerelease for Harmonic (gazebosim#448)
    
    Harmonic is now in the prerelease repository
    
    Signed-off-by: Jose Luis Rivero <[email protected]>
    
    * Add additional cmake/package.xml changes
    * Update headers
    * Update namespaces
    * Add ci for harmonic/humble
    * Update readme
    
    ---------
    
    Signed-off-by: Michael Carroll <[email protected]>
    Signed-off-by: Jose Luis Rivero <[email protected]>
    Signed-off-by: Addisu Z. Taddese <[email protected]>
    Co-authored-by: Michael Carroll <[email protected]>
    Co-authored-by: Jose Luis Rivero <[email protected]>
    3 people authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    514d53c View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Merge humble into iron

    Signed-off-by: Addisu Z. Taddese <[email protected]>
    azeey committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    1205938 View commit details
    Browse the repository at this point in the history
  2. Backport: Add conversion for geometry_msgs/msg/TwistStamped <-> gz.ms…

    …gs.Twist (gazebosim#468) (gazebosim#470)
    
    Signed-off-by: Addisu Z. Taddese <[email protected]>
    azeey authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    4b3ee9e View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Merge pull request gazebosim#467 from gazebosim/azeey/fwd_humble

    Forward port humble->iron
    azeey authored Dec 13, 2023
    Configuration menu
    Copy the full SHA
    c22e289 View commit details
    Browse the repository at this point in the history
  2. Backport: Add conversion for geometry_msgs/msg/TwistStamped <-> gz.ms…

    …gs.Twist (gazebosim#468) (gazebosim#471)
    
    Signed-off-by: Addisu Z. Taddese <[email protected]>
    azeey authored Dec 13, 2023
    Configuration menu
    Copy the full SHA
    ced7387 View commit details
    Browse the repository at this point in the history
  3. Changelog

    Signed-off-by: Addisu Z. Taddese <[email protected]>
    azeey committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    d598e13 View commit details
    Browse the repository at this point in the history
  4. 0.244.12

    azeey committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    78d3398 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Configuration menu
    Copy the full SHA
    bdf138e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f09a391 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Additional tip for limiting number of cpus (gazebosim#480) (gazebosim…

    …#481)
    
    Signed-off-by: Addisu Z. Taddese <[email protected]>
    Co-authored-by: Addisu Z. Taddese <[email protected]>
    ahcorde and azeey authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    84d5d27 View commit details
    Browse the repository at this point in the history
  2. Additional tip for limiting number of cpus (gazebosim#480) (gazebosim…

    …#482)
    
    Signed-off-by: Addisu Z. Taddese <[email protected]>
    Co-authored-by: Addisu Z. Taddese <[email protected]>
    ahcorde and azeey authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    9e04831 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. 0.254.0 (gazebosim#485)

    Signed-off-by: Addisu Z. Taddese <[email protected]>
    azeey authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    6810c20 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. populate imu covariances when converting (gazebosim#488)

    Signed-off-by: Alaa El Jawad <[email protected]>
    ejalaa12 authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    d36e371 View commit details
    Browse the repository at this point in the history
  2. backport pr 374 (gazebosim#489)

    Signed-off-by: Alaa El Jawad <[email protected]>
    ejalaa12 authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    3abc34f View commit details
    Browse the repository at this point in the history
  3. Changelog

    Signed-off-by: Alejandro Hernández Cordero <[email protected]>
    ahcorde committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    60ac078 View commit details
    Browse the repository at this point in the history
  4. 0.244.13

    ahcorde committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    6af4c0a View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Add option to change material color from ROS. (gazebosim#486)

    * Message and bridge for MaterialColor.
    
    This allows bridging MaterialColor from ROS to GZ and is
    important for allowing simulation users to create status lights.
    
    ---------
    
    Signed-off-by: Benjamin Perseghetti <[email protected]>
    Signed-off-by: Addisu Z. Taddese <[email protected]>
    Co-authored-by: Alejandro Hernández Cordero <[email protected]>
    Co-authored-by: Addisu Z. Taddese <[email protected]>
    Co-authored-by: Addisu Z. Taddese <[email protected]>
    4 people authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    b5dffde View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Add a virtual destructor to suppress compiler warning (gazebosim#502) (

    …gazebosim#504)
    
    Signed-off-by: Michael Carroll <[email protected]>
    Co-authored-by: Michael Carroll <[email protected]>
    ahcorde and mjcarroll authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    8233fbd View commit details
    Browse the repository at this point in the history
  2. Add a virtual destructor to suppress compiler warning (gazebosim#502) (

    …gazebosim#505)
    
    Signed-off-by: Michael Carroll <[email protected]>
    Co-authored-by: Michael Carroll <[email protected]>
    ahcorde and mjcarroll authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    3a3d22a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0367d9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a6f58b6 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Support <gazebo_ros> in package.xml exports (gazebosim#492)

    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 authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    13e5592 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Add ROS namespaces to GZ topics (gazebosim#512)

    Signed-off-by: Kotochleb <[email protected]>
    Signed-off-by: Krzysztof Wojciechowski <[email protected]>
    Co-authored-by: Alejandro Hernández Cordero <[email protected]>
    Kotochleb and ahcorde authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    0b7c5e9 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. [forward iron] Add ROS namespaces to GZ topics (gazebosim#516)

    Signed-off-by: Kotochleb <[email protected]>
    Signed-off-by: Krzysztof Wojciechowski <[email protected]>
    Signed-off-by: Alejandro Hernández Cordero <[email protected]>
    Co-authored-by: Krzysztof Wojciechowski <[email protected]>
    ahcorde and Kotochleb authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    b986388 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Add option to change material color from ROS. (gazebosim#520)

    Forward port of gazebosim#486
    
        * Message and bridge for MaterialColor.
    
        This allows bridging MaterialColor from ROS to GZ and is
        important for allowing simulation users to create status lights.
    
    Signed-off-by: Benjamin Perseghetti <[email protected]>
    bperseghetti authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    d37b806 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    c91acf5 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    409a941 View commit details
    Browse the repository at this point in the history
  2. Clean humble Ci (gazebosim#527)

    Signed-off-by: Alejandro Hernández Cordero <[email protected]>
    ahcorde authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    c9a5a73 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Changelog

    Signed-off-by: Alejandro Hernández Cordero <[email protected]>
    ahcorde committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    58b6cbf View commit details
    Browse the repository at this point in the history
  2. 0.244.14

    ahcorde committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    2699e3f View commit details
    Browse the repository at this point in the history
  3. Changelog

    Signed-off-by: Alejandro Hernández Cordero <[email protected]>
    ahcorde committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    9e11a66 View commit details
    Browse the repository at this point in the history
  4. 0.254.1

    ahcorde committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    c3e7939 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. [backport Iron] Create bridge for GPSFix msg (gazebosim#316) (gazebos…

    …im#537)
    
    Signed-off-by: Vincent Rousseau <[email protected]>
    Signed-off-by: Alejandro Hernández Cordero <[email protected]>
    Co-authored-by: Rousseau Vincent <[email protected]>
    ahcorde and vincentrou authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    d87d63d View commit details
    Browse the repository at this point in the history
  2. [backport Humble] Create bridge for GPSFix msg (gazebosim#316) (gazeb…

    …osim#538)
    
    Signed-off-by: Vincent Rousseau <[email protected]>
    Signed-off-by: Alejandro Hernández Cordero <[email protected]>
    Co-authored-by: Rousseau Vincent <[email protected]>
    ahcorde and vincentrou authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    a348c07 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. update actions/checkoutv4 (gazebosim#541)

    Signed-off-by: Alejandro Hernández Cordero <[email protected]>
    ahcorde authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    eb96258 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. populate imu covariances when converting (gazebosim#375) (gazebosim#540)

    Signed-off-by: Alaa El Jawad <[email protected]>
    Signed-off-by: wittenator <[email protected]>
    Co-authored-by: El Jawad Alaa <[email protected]>
    wittenator and ejalaa12 authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    9377674 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Merge humble -> iron

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

Commits on Jun 24, 2024

  1. Merge pull request gazebosim#564 from azeey/humble_to_iron

    Humble ➡️ Iron
    azeey authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    02ea7f6 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Add option to change material color from ROS. (gazebosim#521)

    Forward port of gazebosim#486.
    
        * Message and bridge for MaterialColor.
    
        This allows bridging MaterialColor from ROS to GZ and is
        important for allowing simulation users to create status lights.
    
    Signed-off-by: Benjamin Perseghetti <[email protected]>
    (cherry picked from commit 78dc482)
    bperseghetti authored and azeey committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    43e4837 View commit details
    Browse the repository at this point in the history
  2. Merge iron into jazzy

    Signed-off-by: Addisu Z. Taddese <[email protected]>
    azeey committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    8175530 View commit details
    Browse the repository at this point in the history
  3. Add a ROS node that runs Gazebo (gazebosim#500) (gazebosim#567)

    * Add gzserver with ability to load an SDF file or string
    
    ---------
    
    Signed-off-by: Addisu Z. Taddese <[email protected]>
    (cherry picked from commit 92a2891)
    
    Co-authored-by: Addisu Z. Taddese <[email protected]>
    mergify[bot] and azeey authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    790050d View commit details
    Browse the repository at this point in the history
  4. fixed CI ros version on jazzy branch (gazebosim#570)

    Signed-off-by: Alejandro Hernández Cordero <[email protected]>
    ahcorde authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    142d0ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    13f238a View commit details
    Browse the repository at this point in the history
  6. Merge pull request gazebosim#569 from azeey/iron_to_jazzy

    Merge iron ➡️  jazzy
    azeey authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    5482f8c View commit details
    Browse the repository at this point in the history
  7. Merge jazzy into ros2

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

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    cc9eb90 View commit details
    Browse the repository at this point in the history