Skip to content
Merged
Show file tree
Hide file tree
Changes from 38 commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
b8f8b53
GzSceneManager: Prevent crash 💥 when inserted from menu (#1371)
chapulina Mar 4, 2022
cf58595
Prepare version 6.7.0 (#1373)
Mar 4, 2022
6d03889
Populate GUI plugins that are empty (#1375)
chapulina Mar 7, 2022
f5bb284
Fix visualization python tutorial (#1377)
ahcorde Mar 7, 2022
c24a4e9
Add xyz and rpy offset to published odometry pose (#1341)
adityapande-1995 Mar 11, 2022
0f45c17
Added headless rendering tutorial (#1386)
nkoenig Mar 14, 2022
30f8b9e
Allow to turn on/off lights (#1343)
ahcorde Mar 15, 2022
a9563f5
Add gazebo Entity id to rendering sensor's user data (#1381)
iche033 Mar 15, 2022
b6a1133
Don't mark entities with a ComponentState::NoChange component as modi…
adlarkin Mar 15, 2022
252f99b
Disable ModelCommandAPI_TEST.RgbdCameraSensor on macOS (#1397)
Mar 18, 2022
65fcbfd
Disable PeerTracker.PeerTrackerStale on macOS (#1398)
Mar 18, 2022
1231d49
Toggle Light visuals (#1387)
ahcorde Mar 18, 2022
3106687
Prevent hanging when world has only non-world plugins (#1383)
chapulina Mar 19, 2022
6feba08
Component inspector: refactor Pose3d C++ code into a separate class (…
chapulina Mar 23, 2022
e4b2cfc
add initial_position param to joint controller system (#1406)
iche033 Mar 23, 2022
c02e140
Fix JointStatePublisher topic name for nested models (#1405)
iche033 Mar 24, 2022
1fa99f4
Added user command to set multiple entities (#1394)
ahcorde Mar 24, 2022
7f1fb93
3 ➡️ 5
chapulina Mar 24, 2022
dad34de
Disable tests that are expected to fail on Windows (#1408)
chapulina Mar 24, 2022
c3c868d
3 ➡️ 5 (#1408)
chapulina Mar 24, 2022
9b07b24
Fortress: Install Ogre 2.2, simplify docker (#1395)
chapulina Mar 25, 2022
1b3847f
5 ➡️ 6
chapulina Mar 25, 2022
0996fe0
SceneBroadcaster: only send changed state information for change even…
adlarkin Mar 28, 2022
adeb304
Add wheel slip user command (#1241)
ivanpauno Mar 28, 2022
685a11f
Merge branch 'ign-gazebo6' into chapulina/5_to_6
ahcorde Mar 30, 2022
4121a5c
5 ➡️ 6 (#1413)
chapulina Mar 30, 2022
2449e80
Distortion camera integration test (#1374)
WilliamLewww Mar 31, 2022
3458318
Add the Model Photo Shoot system, port of Modelpropshop plugin from G…
marcoag Mar 31, 2022
5503a5c
Referring to Fuel assets within a heightmap (#1419)
chapulina Mar 31, 2022
32bc612
Disable sensors in sensors system when battery is drained (#1385)
iche033 Mar 31, 2022
dc3ae71
🏁🎈 5.4.0 (#1420)
chapulina Mar 31, 2022
39a0ce3
ServerConfig accepts an sdf::Root DOM object (#1333)
nkoenig Apr 1, 2022
8c8c7fa
5 ➡️ 6
chapulina Apr 1, 2022
207d079
Merge pull request #1422 from ignitionrobotics/chapulina/5_to_6
Apr 4, 2022
eb38961
Preparing 6.8.0 release (#1425)
Apr 4, 2022
d01652c
Add Gaussian noise to Odometry Publisher (#1393)
adityapande-1995 Apr 5, 2022
82b1f3a
6 ➡️ 7 (main) (partial)
chapulina Apr 12, 2022
7bad263
Merge branch 'main' into chapulina/6_to_7
ahcorde Apr 13, 2022
1fb55b4
Fix deprecation warnings for ModelPhotoShoot (#1437)
chapulina Apr 13, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ci/packages.apt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ libignition-tools-dev
libignition-transport12-dev
libignition-utils1-cli-dev
libogre-1.9-dev
libogre-2.1-dev
libogre-2.2-dev
libprotobuf-dev
libprotoc-dev
libsdformat13-dev
Expand Down
190 changes: 189 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,103 @@

## Ignition Gazebo 6.x

### Ignition Gazebo 6.8.0 (2022-04-04)

1. ServerConfig accepts an sdf::Root DOM object
* [Pull request #1333](https://github.com/ignitionrobotics/ign-gazebo/pull/1333)

1. Disable sensors in sensors system when battery is drained
* [Pull request #1385](https://github.com/ignitionrobotics/ign-gazebo/pull/1385)

1. Referring to Fuel assets within a heightmap
* [Pull request #1419](https://github.com/ignitionrobotics/ign-gazebo/pull/1419)

1. Add the Model Photo Shoot system, port of Modelpropshop plugin from Gazebo classic
* [Pull request #1331](https://github.com/ignitionrobotics/ign-gazebo/pull/1331)

1. Distortion camera integration test
* [Pull request #1374](https://github.com/ignitionrobotics/ign-gazebo/pull/1374)

1. Add wheel slip user command
* [Pull request #1241](https://github.com/ignitionrobotics/ign-gazebo/pull/1241)

1. SceneBroadcaster: only send changed state information for change events
* [Pull request #1392](https://github.com/ignitionrobotics/ign-gazebo/pull/1392)

1. Fortress: Install Ogre 2.2, simplify docker
* [Pull request #1395](https://github.com/ignitionrobotics/ign-gazebo/pull/1395)

1. Disable tests that are expected to fail on Windows
* [Pull request #1408](https://github.com/ignitionrobotics/ign-gazebo/pull/1408)

1. Added user command to set multiple entities
* [Pull request #1394](https://github.com/ignitionrobotics/ign-gazebo/pull/1394)

1. Fix JointStatePublisher topic name for nested models
* [Pull request #1405](https://github.com/ignitionrobotics/ign-gazebo/pull/1405)

1. add initial_position param to joint controller system
* [Pull request #1406](https://github.com/ignitionrobotics/ign-gazebo/pull/1406)

1. Component inspector: refactor Pose3d C++ code into a separate class
* [Pull request #1400](https://github.com/ignitionrobotics/ign-gazebo/pull/1400)

1. Prevent hanging when world has only non-world plugins
* [Pull request #1383](https://github.com/ignitionrobotics/ign-gazebo/pull/1383)

1. Toggle Light visuals
* [Pull request #1387](https://github.com/ignitionrobotics/ign-gazebo/pull/1387)

1. Disable PeerTracker.PeerTrackerStale on macOS
* [Pull request #1398](https://github.com/ignitionrobotics/ign-gazebo/pull/1398)

1. Disable ModelCommandAPI_TEST.RgbdCameraSensor on macOS
* [Pull request #1397](https://github.com/ignitionrobotics/ign-gazebo/pull/1397)

1. Don't mark entities with a ComponentState::NoChange component as modified
* [Pull request #1391](https://github.com/ignitionrobotics/ign-gazebo/pull/1391)

1. Add gazebo Entity id to rendering sensor's user data
* [Pull request #1381](https://github.com/ignitionrobotics/ign-gazebo/pull/1381)

1. Allow to turn on/off lights
* [Pull request #1343](https://github.com/ignitionrobotics/ign-gazebo/pull/1343)

1. Added headless rendering tutorial
* [Pull request #1386](https://github.com/ignitionrobotics/ign-gazebo/pull/1386)

1. Add xyz and rpy offset to published odometry pose
* [Pull request #1341](https://github.com/ignitionrobotics/ign-gazebo/pull/1341)

1. Fix visualization python tutorial
* [Pull request #1377](https://github.com/ignitionrobotics/ign-gazebo/pull/1377)

1. Populate GUI plugins that are empty
* [Pull request #1375](https://github.com/ignitionrobotics/ign-gazebo/pull/1375)

### Ignition Gazebo 6.7.0 (2022-02-24)

1. Added Python interfaces to some Ignition Gazebo methods
* [Pull request #1219](https://github.com/ignitionrobotics/ign-gazebo/pull/1219)

1. Use pose multiplication instead of addition
* [Pull request #1369](https://github.com/ignitionrobotics/ign-gazebo/pull/1369)

1. Disables Failing Buoyancy Tests on Win32
* [Pull request #1368](https://github.com/ignitionrobotics/ign-gazebo/pull/1368)

1. Extend ShaderParam system to support loading different shader languages
* [Pull request #1335](https://github.com/ignitionrobotics/ign-gazebo/pull/1335)

1. Populate names of colliding entities in contact points message
* [Pull request #1351](https://github.com/ignitionrobotics/ign-gazebo/pull/1351)

1. Refactor System functionality into SystemManager
* [Pull request #1340](https://github.com/ignitionrobotics/ign-gazebo/pull/1340)

1. GzSceneManager: Prevent crash boom when inserted from menu
* [Pull request #1371](https://github.com/ignitionrobotics/ign-gazebo/pull/1371)

### Ignition Gazebo 6.6.0 (2022-02-24)

1. Fix accessing empty JointPosition component in lift drag plugin
Expand Down Expand Up @@ -537,7 +634,98 @@

## Ignition Gazebo 5.x

### Ignition Gazebo 5.X.X (202X-XX-XX)
### Ignition Gazebo 5.4.0 (2022-03-31)

1. Add the Model Photo Shoot system, port of Modelpropshop plugin from Gazebo classic
* [Pull request #1331](https://github.com/ignitionrobotics/ign-gazebo/pull/1331)

1. Add wheel slip user command
* [Pull request #1241](https://github.com/ignitionrobotics/ign-gazebo/pull/1241)

1. Added user command to set multiple entity poses
* [Pull request #1394](https://github.com/ignitionrobotics/ign-gazebo/pull/1394)

1. Component inspector: refactor Pose3d C++ code into a separate class
* [Pull request #1400](https://github.com/ignitionrobotics/ign-gazebo/pull/1400)

1. Toggle Light visuals
* [Pull request #1387](https://github.com/ignitionrobotics/ign-gazebo/pull/1387)

1. Allow to turn on/off lights
* [Pull request #1343](https://github.com/ignitionrobotics/ign-gazebo/pull/1343)

1. Added more sensor properties to scene/info topic
* [Pull request #1344](https://github.com/ignitionrobotics/ign-gazebo/pull/1344)

1. JointStatePublisher publish parent, child and axis data
* [Pull request #1345](https://github.com/ignitionrobotics/ign-gazebo/pull/1345)

1. Fixed light GUI component inspector
* [Pull request #1337](https://github.com/ignitionrobotics/ign-gazebo/pull/1337)

1. Fix `UNIT_SdfGenerator_TEST`
* [Pull request #1319](https://github.com/ignitionrobotics/ign-gazebo/pull/1319)

1. Add elevator system
* [Pull request #535](https://github.com/ignitionrobotics/ign-gazebo/pull/535)

1. Removed unused variables in shapes plugin
* [Pull request #1321](https://github.com/ignitionrobotics/ign-gazebo/pull/1321)

1. Log an error if JointPositionController cannot find the joint. (citadel retarget)
* [Pull request #1314](https://github.com/ignitionrobotics/ign-gazebo/pull/1314)

1. Buoyancy: fix center of volume's reference frame
* [Pull request #1302](https://github.com/ignitionrobotics/ign-gazebo/pull/1302)

1. Remove EachNew calls from sensor PreUpdates
* [Pull request #1281](https://github.com/ignitionrobotics/ign-gazebo/pull/1281)

1. Prevent GzScene3D 💥 if another scene is already loaded
* [Pull request #1294](https://github.com/ignitionrobotics/ign-gazebo/pull/1294)

1. Cleanup update call for non-rendering sensors
* [Pull request #1282](https://github.com/ignitionrobotics/ign-gazebo/pull/1282)

1. Documentation Error
* [Pull request #1285](https://github.com/ignitionrobotics/ign-gazebo/pull/1285)

1. Min and max parameters for velocity, acceleration, and jerk apply to linear and angular separately.
* [Pull request #1229](https://github.com/ignitionrobotics/ign-gazebo/pull/1229)

1. Add project() call to examples
* [Pull request #1274](https://github.com/ignitionrobotics/ign-gazebo/pull/1274)

1. Implement `/server_control::stop`
* [Pull request #1240](https://github.com/ignitionrobotics/ign-gazebo/pull/1240)

1. 👩‍🌾 Make depth camera tests more robust (#897)
* [Pull request #897) (#1257](https://github.com/ignitionrobotics/ign-gazebo/pull/897) (#1257)

1. Support battery draining start via topics
* [Pull request #1255](https://github.com/ignitionrobotics/ign-gazebo/pull/1255)

1. Make tests run as fast as possible
* [Pull request #1194](https://github.com/ignitionrobotics/ign-gazebo/pull/1194)
* [Pull request #1250](https://github.com/ignitionrobotics/ign-gazebo/pull/1250)

1. Fix visualize lidar
* [Pull request #1224](https://github.com/ignitionrobotics/ign-gazebo/pull/1224)

1. Skip failing Windows tests
* [Pull request #1205](https://github.com/ignitionrobotics/ign-gazebo/pull/1205)
* [Pull request #1204](https://github.com/ignitionrobotics/ign-gazebo/pull/1204)
* [Pull request #1259](https://github.com/ignitionrobotics/ign-gazebo/pull/1259)
* [Pull request #1408](https://github.com/ignitionrobotics/ign-gazebo/pull/1408)

1. Configurable joint state publisher's topic
* [Pull request #1076](https://github.com/ignitionrobotics/ign-gazebo/pull/1076)

1. Thruster plugin: add tests and velocity control
* [Pull request #1190](https://github.com/ignitionrobotics/ign-gazebo/pull/1190)

1. Limit thruster system's input thrust cmd
* [Pull request #1318](https://github.com/ignitionrobotics/ign-gazebo/pull/1318)

### Ignition Gazebo 5.3.0 (2021-11-12)

Expand Down
4 changes: 0 additions & 4 deletions docker/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ RUN scripts/enable_ign_stable.sh
COPY docker/scripts/install_common_deps.sh scripts/install_common_deps.sh
RUN scripts/install_common_deps.sh

# This is not strictly necessary, but makes things faster down the line.
COPY docker/scripts/install_ign_deps.sh scripts/install_ign_deps.sh
RUN scripts/install_ign_deps.sh

COPY docker/scripts/enable_gcc8.sh scripts/enable_gcc8.sh
RUN scripts/enable_gcc8.sh

82 changes: 0 additions & 82 deletions docker/scripts/install_ign_deps.sh

This file was deleted.

Loading