-
Notifications
You must be signed in to change notification settings - Fork 138
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
Merge jazzy ➡️ ros2 #571
Commits on May 5, 2023
-
Fix humble branch names in humble branch (gazebosim#388)
Signed-off-by: Michael Carroll <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 591b8b5 - Browse repository at this point
Copy the full SHA 591b8b5View commit details
Commits on May 23, 2023
-
Add actuator_msgs to humble bridge. (gazebosim#394)
Signed-off-by: Benjamin Perseghetti <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 846323f - Browse repository at this point
Copy the full SHA 846323fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b64df31 - Browse repository at this point
Copy the full SHA b64df31View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 18b3403 - Browse repository at this point
Copy the full SHA 18b3403View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8aa41ed - Browse repository at this point
Copy the full SHA 8aa41edView commit details
Commits on Jun 6, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 1893dec - Browse repository at this point
Copy the full SHA 1893decView commit details
Commits on Jun 8, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 277a2f2 - Browse repository at this point
Copy the full SHA 277a2f2View commit details
Commits on Jun 16, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for bac02a3 - Browse repository at this point
Copy the full SHA bac02a3View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for f0479c2 - Browse repository at this point
Copy the full SHA f0479c2View commit details
Commits on Jun 19, 2023
-
Added more topic to the bridge (gazebosim#422)
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1b330a5 - Browse repository at this point
Copy the full SHA 1b330a5View commit details
Commits on Jun 20, 2023
-
Added more topic to the bridge (gazebosim#422) (gazebosim#423)
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 942e5ae - Browse repository at this point
Copy the full SHA 942e5aeView commit details -
Merge pull request gazebosim#424 from gazebosim/ahcorde/humble/bp/422
[backport Humble] Added more topic to the bridge (gazebosim#422)
Configuration menu - View commit details
-
Copy full SHA for f923bcf - Browse repository at this point
Copy the full SHA f923bcfView commit details
Commits on Jun 21, 2023
-
[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]>
Configuration menu - View commit details
-
Copy full SHA for a3071cf - Browse repository at this point
Copy the full SHA a3071cfView commit details -
Merge pull request gazebosim#421 from gazebosim/ahcorde/humble/backpo…
…rt/411 [backport humble] Update README.md (gazebosim#411)
Configuration menu - View commit details
-
Copy full SHA for 0f8e223 - Browse repository at this point
Copy the full SHA 0f8e223View commit details -
Merge branch 'iron' into ahcorde/iron/backport/411
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9b76826 - Browse repository at this point
Copy the full SHA 9b76826View commit details -
Merge pull request gazebosim#420 from gazebosim/ahcorde/iron/backport…
…/411 [backport iron] Update README.md (gazebosim#411)
Configuration menu - View commit details
-
Copy full SHA for e80ee5b - Browse repository at this point
Copy the full SHA e80ee5bView commit details -
[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]>
Configuration menu - View commit details
-
Copy full SHA for bdfe874 - Browse repository at this point
Copy the full SHA bdfe874View commit details -
[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]>
Configuration menu - View commit details
-
Copy full SHA for 115aa6b - Browse repository at this point
Copy the full SHA 115aa6bView commit details
Commits on Jun 22, 2023
-
[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]>
Configuration menu - View commit details
-
Copy full SHA for 6d12a72 - Browse repository at this point
Copy the full SHA 6d12a72View commit details -
Merge pull request gazebosim#427 from gazebosim/ahcorde/humble/backpo…
…rt/417 [backport humble] SensorNoise msg bridging (gazebosim#417)
Configuration menu - View commit details
-
Copy full SHA for c09b704 - Browse repository at this point
Copy the full SHA c09b704View commit details -
Add link to project template (gazebosim#428)
Signed-off-by: Addisu Z. Taddese <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4a42e94 - Browse repository at this point
Copy the full SHA 4a42e94View commit details -
Add link to project template (gazebosim#428)
Signed-off-by: Addisu Z. Taddese <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fc3d05f - Browse repository at this point
Copy the full SHA fc3d05fView commit details -
Merge pull request gazebosim#429 from gazebosim/ahcorde/iron/backport…
…/428 [backport iron] Add link to project template (gazebosim#428)
Configuration menu - View commit details
-
Copy full SHA for 3348a9c - Browse repository at this point
Copy the full SHA 3348a9cView commit details -
Merge pull request gazebosim#430 from gazebosim/ahcorde/humble/backpo…
…rt/428 [backport humble] Add link to project template (gazebosim#428)
Configuration menu - View commit details
-
Copy full SHA for a587cfa - Browse repository at this point
Copy the full SHA a587cfaView commit details
Commits on Jul 17, 2023
-
Fixed install instructions (gazebosim#435) (gazebosim#436)
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d7b7235 - Browse repository at this point
Copy the full SHA d7b7235View commit details -
Fixed install instructions (gazebosim#435) (gazebosim#437)
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eb63bce - Browse repository at this point
Copy the full SHA eb63bceView commit details
Commits on Jul 18, 2023
-
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4a5972b - Browse repository at this point
Copy the full SHA 4a5972bView commit details -
Improved Iron documentation (gazebosim#439)
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f5af9be - Browse repository at this point
Copy the full SHA f5af9beView commit details
Commits on Aug 22, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 0ed5e2c - Browse repository at this point
Copy the full SHA 0ed5e2cView commit details
Commits on Sep 13, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 151d3d8 - Browse repository at this point
Copy the full SHA 151d3d8View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for e93c35d - Browse repository at this point
Copy the full SHA e93c35dView commit details
Commits on Sep 21, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 0585429 - Browse repository at this point
Copy the full SHA 0585429View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for bc4f777 - Browse repository at this point
Copy the full SHA bc4f777View commit details
Commits on Nov 2, 2023
-
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2733a3e - Browse repository at this point
Copy the full SHA 2733a3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e6b408 - Browse repository at this point
Copy the full SHA 2e6b408View commit details
Commits on Nov 9, 2023
-
Added messages for 2D Bounding Boxes to ros_gz_bridge (gazebosim#458)
Signed-off-by: wittenator <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 55eebea - Browse repository at this point
Copy the full SHA 55eebeaView commit details
Commits on Nov 13, 2023
-
Added messages for 2D Bounding Boxes to ros_gz_bridge (gazebosim#458) (…
…gazebosim#460) Signed-off-by: wittenator <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4cf2da6 - Browse repository at this point
Copy the full SHA 4cf2da6View commit details
Commits on Nov 15, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 514d53c - Browse repository at this point
Copy the full SHA 514d53cView commit details
Commits on Dec 12, 2023
-
Signed-off-by: Addisu Z. Taddese <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1205938 - Browse repository at this point
Copy the full SHA 1205938View commit details -
Backport: Add conversion for geometry_msgs/msg/TwistStamped <-> gz.ms…
…gs.Twist (gazebosim#468) (gazebosim#470) Signed-off-by: Addisu Z. Taddese <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4b3ee9e - Browse repository at this point
Copy the full SHA 4b3ee9eView commit details
Commits on Dec 13, 2023
-
Merge pull request gazebosim#467 from gazebosim/azeey/fwd_humble
Forward port humble->iron
Configuration menu - View commit details
-
Copy full SHA for c22e289 - Browse repository at this point
Copy the full SHA c22e289View commit details -
Backport: Add conversion for geometry_msgs/msg/TwistStamped <-> gz.ms…
…gs.Twist (gazebosim#468) (gazebosim#471) Signed-off-by: Addisu Z. Taddese <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ced7387 - Browse repository at this point
Copy the full SHA ced7387View commit details -
Configuration menu - View commit details
-
Copy full SHA for d598e13 - Browse repository at this point
Copy the full SHA d598e13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78d3398 - Browse repository at this point
Copy the full SHA 78d3398View commit details
Commits on Jan 3, 2024
-
Add tip about non-parallel builds to README (gazebosim#477) (gazebosi…
…m#479) Signed-off-by: Addisu Z. Taddese <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bdf138e - Browse repository at this point
Copy the full SHA bdf138eView commit details -
Add tip about non-parallel builds to README (gazebosim#477) (gazebosi…
…m#478) Signed-off-by: Addisu Z. Taddese <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f09a391 - Browse repository at this point
Copy the full SHA f09a391View commit details
Commits on Jan 4, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 84d5d27 - Browse repository at this point
Copy the full SHA 84d5d27View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 9e04831 - Browse repository at this point
Copy the full SHA 9e04831View commit details
Commits on Jan 9, 2024
-
Signed-off-by: Addisu Z. Taddese <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6810c20 - Browse repository at this point
Copy the full SHA 6810c20View commit details
Commits on Jan 23, 2024
-
populate imu covariances when converting (gazebosim#488)
Signed-off-by: Alaa El Jawad <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d36e371 - Browse repository at this point
Copy the full SHA d36e371View commit details -
backport pr 374 (gazebosim#489)
Signed-off-by: Alaa El Jawad <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3abc34f - Browse repository at this point
Copy the full SHA 3abc34fView commit details -
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 60ac078 - Browse repository at this point
Copy the full SHA 60ac078View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6af4c0a - Browse repository at this point
Copy the full SHA 6af4c0aView commit details
Commits on Feb 1, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for b5dffde - Browse repository at this point
Copy the full SHA b5dffdeView commit details
Commits on Feb 23, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 8233fbd - Browse repository at this point
Copy the full SHA 8233fbdView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 3a3d22a - Browse repository at this point
Copy the full SHA 3a3d22aView commit details -
Correctly export ros_gz_bridge for downstream targets (gazebosim#503) (…
…gazebosim#507) Signed-off-by: Michael Carroll <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0367d9a - Browse repository at this point
Copy the full SHA 0367d9aView commit details -
Correctly export ros_gz_bridge for downstream targets (gazebosim#503) (…
…gazebosim#506) Signed-off-by: Michael Carroll <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a6f58b6 - Browse repository at this point
Copy the full SHA a6f58b6View commit details
Commits on Mar 11, 2024
-
Support
<gazebo_ros>
inpackage.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]>
Configuration menu - View commit details
-
Copy full SHA for 13e5592 - Browse repository at this point
Copy the full SHA 13e5592View commit details
Commits on Mar 20, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 0b7c5e9 - Browse repository at this point
Copy the full SHA 0b7c5e9View commit details
Commits on Mar 25, 2024
-
[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]>
Configuration menu - View commit details
-
Copy full SHA for b986388 - Browse repository at this point
Copy the full SHA b986388View commit details
Commits on Mar 27, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for d37b806 - Browse repository at this point
Copy the full SHA d37b806View commit details
Commits on Apr 1, 2024
-
Added conversion for Detection3D and Detection3DArray (gazebosim#523)
Signed-off-by: wittenator <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c91acf5 - Browse repository at this point
Copy the full SHA c91acf5View commit details
Commits on Apr 2, 2024
-
Added conversion for Detection3D and Detection3DArray (gazebosim#523) (…
…gazebosim#526) Signed-off-by: wittenator <[email protected]> Co-authored-by: wittenator <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 409a941 - Browse repository at this point
Copy the full SHA 409a941View commit details -
Clean humble Ci (gazebosim#527)
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c9a5a73 - Browse repository at this point
Copy the full SHA c9a5a73View commit details
Commits on Apr 8, 2024
-
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 58b6cbf - Browse repository at this point
Copy the full SHA 58b6cbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2699e3f - Browse repository at this point
Copy the full SHA 2699e3fView commit details -
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9e11a66 - Browse repository at this point
Copy the full SHA 9e11a66View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3e7939 - Browse repository at this point
Copy the full SHA c3e7939View commit details
Commits on Apr 16, 2024
-
[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]>
Configuration menu - View commit details
-
Copy full SHA for d87d63d - Browse repository at this point
Copy the full SHA d87d63dView commit details -
[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]>
Configuration menu - View commit details
-
Copy full SHA for a348c07 - Browse repository at this point
Copy the full SHA a348c07View commit details
Commits on Apr 29, 2024
-
update actions/checkoutv4 (gazebosim#541)
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eb96258 - Browse repository at this point
Copy the full SHA eb96258View commit details
Commits on Apr 30, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 9377674 - Browse repository at this point
Copy the full SHA 9377674View commit details
Commits on Jun 21, 2024
-
Signed-off-by: Addisu Z. Taddese <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6abafad - Browse repository at this point
Copy the full SHA 6abafadView commit details
Commits on Jun 24, 2024
-
Merge pull request gazebosim#564 from azeey/humble_to_iron
Humble ➡️ Iron
Configuration menu - View commit details
-
Copy full SHA for 02ea7f6 - Browse repository at this point
Copy the full SHA 02ea7f6View commit details
Commits on Jun 25, 2024
-
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)
Configuration menu - View commit details
-
Copy full SHA for 43e4837 - Browse repository at this point
Copy the full SHA 43e4837View commit details -
Signed-off-by: Addisu Z. Taddese <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8175530 - Browse repository at this point
Copy the full SHA 8175530View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 790050d - Browse repository at this point
Copy the full SHA 790050dView commit details -
fixed CI ros version on jazzy branch (gazebosim#570)
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 142d0ad - Browse repository at this point
Copy the full SHA 142d0adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 13f238a - Browse repository at this point
Copy the full SHA 13f238aView commit details -
Merge pull request gazebosim#569 from azeey/iron_to_jazzy
Merge iron ➡️ jazzy
Configuration menu - View commit details
-
Copy full SHA for 5482f8c - Browse repository at this point
Copy the full SHA 5482f8cView commit details -
Signed-off-by: Addisu Z. Taddese <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9167809 - Browse repository at this point
Copy the full SHA 9167809View commit details
Commits on Jun 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cc9eb90 - Browse repository at this point
Copy the full SHA cc9eb90View commit details