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

5 ➡️ 6 (main) #1020

Merged
merged 24 commits into from
Sep 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
76c7b39
🎈 3.9.0~pre2 (#967)
chapulina Aug 11, 2021
9691622
Fix entity creation console msg (#972)
iche033 Aug 13, 2021
4a5a33d
Don't use $HOME on most tests (InternalFixture) (#971)
chapulina Aug 13, 2021
46a95e6
3 ➡️ 4
chapulina Aug 13, 2021
d00a48e
Updates when forward-porting to v4 (#973)
chapulina Aug 13, 2021
7d1a3e0
Entity tree: prevent creation of repeated entity items (#974)
chapulina Aug 16, 2021
d468c05
Removed unused variable in Shapes plugin (#984)
ahcorde Aug 19, 2021
054ff12
🎈 3.9.0 (#976)
chapulina Aug 24, 2021
d94d585
👩‍🌾 Remove bitbucket-pipelines.yml (#991)
chapulina Aug 24, 2021
9cafd6d
3 ➡️ 4 (#973)
chapulina Aug 24, 2021
c625586
Improved doxygen (#996)
ahcorde Aug 26, 2021
3c1a591
👩‍🌾 Make thermal sensor test more robust (#994)
chapulina Aug 30, 2021
aede69c
Enable sensor metrics on example worlds (#982)
chapulina Aug 31, 2021
7b326dc
Remove extra xml version line in pendulum_links example world (#1002)
iche033 Aug 31, 2021
f5a457d
Update DART deps to local (#1005)
playertr Sep 3, 2021
1e6a9d1
Fix selection buffer crash on resize (#969)
iche033 Sep 3, 2021
5858ae6
Workaround for setting visual cast shadows without material (#1015)
iche033 Sep 8, 2021
b278ccc
3 ➡️ 4
chapulina Sep 8, 2021
de6676e
3 ➡️ 4 (#1017)
chapulina Sep 8, 2021
a04b4c7
Fixed GUI's ComponentInspector light parameter (#1018)
jennuine Sep 8, 2021
66bfbc6
4 ➡️ 5 (#1007)
chapulina Sep 8, 2021
f388d6e
4 ➡️ 5 (#1007)
chapulina Sep 9, 2021
59ff853
Collada world exporter now exporting lights (#912)
ddengster Sep 9, 2021
f0e235b
5 ➡️ 6 (main) (#1020)
chapulina Sep 13, 2021
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
5 changes: 3 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ endif()

# This option is needed to use the PROTOBUF_GENERATE_CPP
# in case protobuf is found with the CMake config files
# It needs to be set before any find_package(...) call
# It needs to be set before any find_package(...) call
# as protobuf could be find transitively by any dependency
set(protobuf_MODULE_COMPATIBLE TRUE)

Expand All @@ -65,7 +65,7 @@ set(IGN_MSGS_VER ${ignition-msgs8_VERSION_MAJOR})
#--------------------------------------
# Find ignition-common
# Always use the profiler component to get the headers, regardless of status.
ign_find_package(ignition-common4
ign_find_package(ignition-common4 VERSION 4.2
COMPONENTS
profiler
events
Expand Down Expand Up @@ -192,6 +192,7 @@ if (NOT APPLE)
API_MAINPAGE_MD "${CMAKE_BINARY_DIR}/api.md"
TUTORIALS_MAINPAGE_MD "${CMAKE_BINARY_DIR}/tutorials.md"
ADDITIONAL_INPUT_DIRS "${CMAKE_SOURCE_DIR}/src/systems ${CMAKE_SOURCE_DIR}/src/gui/plugins"
IMAGE_PATH_DIRS "${CMAKE_SOURCE_DIR}/tutorials/files"
TAGFILES
"${IGNITION-MATH_DOXYGEN_TAGFILE} = ${IGNITION-MATH_API_URL}"
"${IGNITION-MSGS_DOXYGEN_TAGFILE} = ${IGNITION-MSGS_API_URL}"
Expand Down
62 changes: 61 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,67 @@
### Ignition Gazebo 3.X.X (202X-XX-XX)


### Ignition Gazebo 3.9.0 (2021-07-XX)
### Ignition Gazebo 3.9.0 (2021-08-16)

1. Entity tree: prevent creation of repeated entity items
* [Pull request #974](https://github.com/ignitionrobotics/ign-gazebo/pull/974)

1. Don't use $HOME on most tests (InternalFixture)
* [Pull request #971](https://github.com/ignitionrobotics/ign-gazebo/pull/971)

1. Be more specific when looking for physics plugins
* [Pull request #965](https://github.com/ignitionrobotics/ign-gazebo/pull/965)

1. Drag and drop meshes into scene
* [Pull request #939](https://github.com/ignitionrobotics/ign-gazebo/pull/939)

1. Set protobuf_MODULE_COMPATIBLE before any find_package call
* [Pull request #957](https://github.com/ignitionrobotics/ign-gazebo/pull/957)

1. [DiffDrive] add enable/disable
* [Pull request #772](https://github.com/ignitionrobotics/ign-gazebo/pull/772)

1. Fix component inspector shutdown crash
* [Pull request #724](https://github.com/ignitionrobotics/ign-gazebo/pull/724)

1. Add UserCommands Plugin.
* [Pull request #719](https://github.com/ignitionrobotics/ign-gazebo/pull/719)

1. Setting the intiial velocity for a model or joint
* [Pull request #693](https://github.com/ignitionrobotics/ign-gazebo/pull/693)

1. Examples and tutorial on using rendering API from plugins
* [Pull request #596](https://github.com/ignitionrobotics/ign-gazebo/pull/596)

1. Add missing IGNITION_GAZEBO_VISIBLE macros
* [Pull request #563](https://github.com/ignitionrobotics/ign-gazebo/pull/563)

1. Fix visibility macro names when used by a different component (Windows)
* [Pull request #564](https://github.com/ignitionrobotics/ign-gazebo/pull/564)

1. No install apt recommends and clear cache
* [Pull request #423](https://github.com/ignitionrobotics/ign-gazebo/pull/423)

1. Add 25percent darker view angle icons
* [Pull request #426](https://github.com/ignitionrobotics/ign-gazebo/pull/426)

1. Expose a test fixture helper class
* [Pull request #926](https://github.com/ignitionrobotics/ign-gazebo/pull/926)

1. Fix logic to disable server default plugins loading
* [Pull request #953](https://github.com/ignitionrobotics/ign-gazebo/pull/953)

1. removed unneeded plugin update
* [Pull request #944](https://github.com/ignitionrobotics/ign-gazebo/pull/944)

1. Functions to enable velocity and acceleration checks on Link
* [Pull request #935](https://github.com/ignitionrobotics/ign-gazebo/pull/935)

1. Support adding systems that don't come from a plugin
* [Pull request #936](https://github.com/ignitionrobotics/ign-gazebo/pull/936)

1. 3D plot GUI plugin
* [Pull request #917](https://github.com/ignitionrobotics/ign-gazebo/pull/917)

1. Add a convenience function for getting possibly non-existing components.
* [Pull request #629](https://github.com/ignitionrobotics/ign-gazebo/pull/629)
Expand Down
103 changes: 0 additions & 103 deletions bitbucket-pipelines.yml

This file was deleted.

9 changes: 5 additions & 4 deletions docker/scripts/install_ign_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,11 @@ sudo apt-get install --no-install-recommends -y \
# ign-physics dependencies
sudo apt-get install --no-install-recommends -y \
libeigen3-dev \
dart6-data \
libdart6-collision-ode-dev \
libdart6-dev \
libdart6-utils-urdf-dev \
libdart-collision-ode-dev \
libdart-dev \
libdart-external-ikfast-dev \
libdart-external-odelcpsolver-dev \
libdart-utils-urdf-dev \
libbenchmark-dev

# ign-gazebo dependencies
Expand Down
2 changes: 1 addition & 1 deletion examples/standalone/entity_creation/entity_creation.cc
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ void createEntityFromStr(const std::string modelStr)
if (executed)
{
if (result)
std::cout << "Sphere was created : [" << res.data() << "]" << std::endl;
std::cout << "Entity was created : [" << res.data() << "]" << std::endl;
else
{
std::cout << "Service call failed" << std::endl;
Expand Down
1 change: 1 addition & 0 deletions examples/worlds/logical_camera_sensor.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@
<alwaysOn>1</alwaysOn>
<visualize>true</visualize>
<topic>logical_camera</topic>
<enable_metrics>true</enable_metrics>
</sensor>
</link>
</model>
Expand Down
1 change: 0 additions & 1 deletion examples/worlds/pendulum_links.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
-->

<?xml version="1.0" ?>
<sdf version="1.7">
<world name="double_pendulum">
<physics name="1ms" type="ignored">
Expand Down
4 changes: 4 additions & 0 deletions examples/worlds/sensors.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
<update_rate>30</update_rate>
<visualize>true</visualize>
<topic>altimeter</topic>
<enable_metrics>true</enable_metrics>
<altimeter>
<vertical_position>
<noise type="gaussian">
Expand All @@ -136,6 +137,7 @@
<update_rate>30</update_rate>
<visualize>true</visualize>
<topic>air_pressure</topic>
<enable_metrics>true</enable_metrics>
<air_pressure>
<reference_altitude>123</reference_altitude>
<pressure>
Expand All @@ -152,12 +154,14 @@
<update_rate>100</update_rate>
<visualize>true</visualize>
<topic>imu</topic>
<enable_metrics>true</enable_metrics>
</sensor>
<sensor name="magnetometer" type="magnetometer">
<always_on>1</always_on>
<update_rate>100</update_rate>
<visualize>true</visualize>
<topic>magnetometer</topic>
<enable_metrics>true</enable_metrics>
<magnetometer>
<x>
<noise type="gaussian">
Expand Down
4 changes: 4 additions & 0 deletions examples/worlds/sensors_demo.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -276,10 +276,12 @@
<update_rate>30</update_rate>
<visualize>true</visualize>
<topic>camera_alone</topic>
<enable_metrics>true</enable_metrics>
</sensor>
<sensor name="depth_camera1" type="depth_camera">
<update_rate>10</update_rate>
<topic>depth_camera</topic>
<enable_metrics>true</enable_metrics>
<camera>
<horizontal_fov>1.05</horizontal_fov>
<image>
Expand Down Expand Up @@ -344,6 +346,7 @@
<sensor name='gpu_lidar' type='gpu_lidar'>"
<topic>lidar</topic>
<update_rate>10</update_rate>
<enable_metrics>true</enable_metrics>
<ray>
<scan>
<horizontal>
Expand Down Expand Up @@ -415,6 +418,7 @@
<update_rate>30</update_rate>
<visualize>true</visualize>
<topic>rgbd_camera</topic>
<enable_metrics>true</enable_metrics>
</sensor>
</link>
</model>
Expand Down
Loading