Highlights
-
Fortress
: New bounding box camera sensor that publishes 2D or 3D bounding boxes. It’s great for generating datasets for computer vision! -
Fortress
: All systems attached to an entity can now be introspected in the component inspector. -
Fortress
: New triggered camera only takes pictures when a message is received on a topic, as opposed to regular cameras that take continuous video. -
Fortress
: Extruded 2D polyline geometries are also available on Fortress now
Releases
These are the minor and patch releases that came out since the previous post.
Gazebo Sim 6.10.0
Changelog
- Expose the ability to stop a server from C++
- Fix various Protobuf Windows warnings
- New service for adding systems to an entity
- Added particle emitters to scene broadcaster
- Use more
sdf::Plugin
instead ofsdf::ElementPtr
- Depend on common 4.5.1
- Update README links
- Add bounding boxes into the label system plugin
- Odometry publisher: also publish
Pose_V
(TF) - Fix locks in Visualize Lidar GUI plugin
- Bash completion for flags
- Fix sensors battery state test
- Add new
GZ_GUI_RESOURCE_PATH
to help message - Fix regression with camera sensors not using the background color set in
<scene>
- Check RGBD camera sensor connection
- Optimize sensor updates
- System inspector GUI widget
- Scene update resource finder
- Updating hydrodynamics plugin description
- Makes thruster stop when battery runs out.
- Fix Documentation Header.
- Adding rssi
- Delete unused gazebo.hh.in
- Fixed broken URL link to gazebo documentation
- Extruded 2D polyline geometries
- Fix Fuel URL
- Camera trigger integration test
- Extend Multicoptor Control system to include nested model inertial params
- Remove dead ign.cc file
- Test case to check if velocity limits are applied to joints
- SceneBroadcaster: Use double for state publish frequency instead of int
- Revert format change
- Fix finding DART on macOS
- Skip serializing nested model with
//pose/@relative_to
attribute - Fix running simulation with no world specified on the command line
- Add repo specific issue templates
- python: release GIL when running server
- python: remove semicolons
- Bump rendering dependency version
- Improve contact sensor / visualization performance
- Set simulation time to Rendering
Contributors
Addisu Z. Taddese
Aditya Pande
Alejandro Hernández Cordero
Arjo Chakravarty
Ashton Larkin
Carlos Agüero
David Lechner
Dharini Dutia
Guillaume Jacquenot
Ian Chen
Jorge Perez
Louise Poubel
Mabel Zhang
Matias N. Goldberg
Nate Koenig
oogee
Steve Peters
William Lew
Gazebo Sensors 6.6.0
Changelog
- Add
BoundingBoxCamera
Sensor
Contributors
AmrElsersy
Louise Poubel
Gazebo Rendering 6.5.0
Changelog
- Bounding Box Camera
- Make GLX dependencies optional for Ogre2.
- Add missing utility include for
std::exchange
- Change
aspect
toAspectRatio()
-
Camera::HFOV
override for Ogre and Ogre2
Contributors
Akash Patel
AmrElsersy
AzulRadio
Hill Ma
Ian Chen
Louise Poubel
William Lew
Gazebo Common 4.5.1
Changelog
- Fix spelling in URI error message
-
ignLogInit
fails if run after console output - Fix compatibility with FFmpeg 5.0
- packages.apt: don’t install ruby-ronn
- Add some tests for
parentPath
/basename
- Add CI support for Jammy
- Minor typo in filesystem documentation
- Fix out-of-bounds access in sanitizeSlashes
- Fix out-of-bound access in URI
- Move performance test to examples
- Fix memory corruption & leaks in Image
Contributors
Louise Poubel
Martin Pecka
Michael Carroll
Nate Koenig
Silvio Traversaro
Steve Peters
Gazebo Msgs 8.5.0
Changelog
- Add entity plugin vector proto file
- Bash completion for flags
- Remove dead files
- Fix typo REGRESION/REGRESSION
- Generator: Add missing std namespace to string arguments
Contributors
Ian Chen
Louise Poubel
Mabel Zhang
Silvio Traversaro