Highlights
-
Citadel
: Support for extruded 2D polyline geometries -
Fortress
: New option to echo messages in JSON format makes it easier to manipulate them with tools likejq
, i.e.ign topic -e --json-output -t /pose_topic | jq '.position.x'
-
Citadel
: Elevator plugin that accepts commands through Gazebo Transport
Releases
These are the minor and patch releases that came out since the previous post.
Gazebo Sensors 6.5.0 (Fortress)
Changelog
- Add
HasConnections
function
Contributors
Ian Chen
Michael Carroll
Gazebo Transport 11.1.0 (Fortress)
Changelog
- Add option to output messages in JSON format
- Use
libexec
to install lib binaries - Use
exec
instead ofpopen
to runign-launch
binary - Focal CI: static checkers, doxygen linters, compiler warnings
- Add Ubuntu Jammy CI
- Corrected a typo in
topic_main.cc
- Remove no username error messages
- Try
USER
variable to retrieve the username. - Documented the default value of
IGN_PARTITION
- Remove static on
registrationCb
andunregistrationCb
. - Make zmq check for post 4.3.1 not to include 4.3.1
-
NetUtils
: simplify logic indetermineInterfaces
- Fix Homebrew warning
Contributors
Addisu Z. Taddese
Aditya Pande
Alexander Graber-Tilton
Carlos AgĂĽero
Hill Ma
Ivor Wanders
Jenn Nguyen
Jorge Perez
Jose Luis Rivero
Louise Poubel
Martin Pecka
Nate Koenig
Steve Peters
Gazebo Sim 3.13.0 (Citadel)
Changelog
- Extruded 2D polyline geometries
- Add elevator system
- Add desktop entry and svg logo
- Delete unused
gazebo.hh.in
- Add repo specific issue templates
- Added user command to set multiple entities’ poses
- Component inspector: refactor Pose3d C++ code into a separate class
- Added more sensor properties to
scene/info
topic -
JointStatePublisher
publish parent, child and axis data - Removed unused variables in shapes plugin
- Log an error if
JointPositionController
cannot find the joint. (citadel retarget) -
Buoyancy
: fix center of volume’s reference frame - Remove
EachNew
calls from sensor PreUpdates - Prevent
GzScene3D
if another scene is already loaded - Add
project()
call to examples - Implement
/server_control::stop
- Make depth camera tests more robust
- Make tests run as fast as possible
Contributors
Addisu Z. Taddese
Alejandro Hernández Cordero
Arjo Chakravarty
Jose Luis Rivero
Louise Poubel
Martin Pecka
Nick Lamprianidis
Steve Peters
Gazebo Fuel Tools 4.5.0 (Citadel)
Changelog
- APIs for retrieving models in parallel
- Add missing header guard for
Interface.hh
- Print error when unzipping fails to save a file
- More checks when manipulating file system in tests
- Move test cache to build folder
- Improve and fix
ResultType
tests -
FuelClient.cc
:include <deque>
Contributors
Louise Poubel
Michael Carroll
Steve Peters
Gazebo Common 3.14.1 (Citadel)
Changelog
- Profiler tutorial: viewing from Docker container
-
ignLogInit
can be called after anignerr
, etc - Fix compatibility with FFmpeg 5.0
- Fix out-of-bounds access in
sanitizeSlashes
- Fix memory corruption & leaks in
Image
- Normalize normal vectors from OBJ.
- Fixed macOS symbol in
common::profiler
- Fix skip logic for integration tests
Contributors
Alejandro Hernández Cordero
Hill Ma
Louise Poubel
Martin Pecka
Michael Carroll
Nate Koenig
Silvio Traversaro
Steve Peters