From bf9b1ce22811960b62ee086372413a9b81a63c09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Wallk=C3=B6tter?= Date: Thu, 22 Jul 2021 20:24:53 -0700 Subject: [PATCH 1/4] BUG: add missing sdf files to CMakeLists MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://github.com/ignitionrobotics/sdformat/issues/629 Signed-off-by: Sebastian Wallkötter --- sdf/1.8/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sdf/1.8/CMakeLists.txt b/sdf/1.8/CMakeLists.txt index a1a70717b..d074806f5 100644 --- a/sdf/1.8/CMakeLists.txt +++ b/sdf/1.8/CMakeLists.txt @@ -1,5 +1,6 @@ set (sdfs actor.sdf + air_pressure.sdf altimeter.sdf atmosphere.sdf audio_source.sdf @@ -23,6 +24,7 @@ set (sdfs imu.sdf inertial.sdf joint.sdf + lidar.sdf light.sdf light_state.sdf link.sdf @@ -34,6 +36,7 @@ set (sdfs model.sdf model_state.sdf noise.sdf + particle_emitter.sdf physics.sdf plane_shape.sdf plugin.sdf From a8d1e61516319dd1e2fe40f47978e701667473ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Wallk=C3=B6tter?= Date: Thu, 22 Jul 2021 20:34:41 -0700 Subject: [PATCH 2/4] BUG: files were also missing in v1.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: FirefoxMetzger Signed-off-by: Sebastian Wallkötter --- sdf/1.7/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sdf/1.7/CMakeLists.txt b/sdf/1.7/CMakeLists.txt index c170977c9..516a7874b 100644 --- a/sdf/1.7/CMakeLists.txt +++ b/sdf/1.7/CMakeLists.txt @@ -1,5 +1,6 @@ set (sdfs actor.sdf + air_pressure.sdf altimeter.sdf atmosphere.sdf audio_source.sdf @@ -21,6 +22,7 @@ set (sdfs imu.sdf inertial.sdf joint.sdf + lidar.sdf light.sdf light_state.sdf link.sdf @@ -32,6 +34,7 @@ set (sdfs model.sdf model_state.sdf noise.sdf + particle_emitter.sdf physics.sdf plane_shape.sdf plugin.sdf From 3d22766170837128b5e7ae2421aab94dee7fe313 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Wallk=C3=B6tter?= Date: Thu, 22 Jul 2021 20:36:39 -0700 Subject: [PATCH 3/4] BUG: sdfs were also missing for 1.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: FirefoxMetzger Signed-off-by: Sebastian Wallkötter --- sdf/1.6/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sdf/1.6/CMakeLists.txt b/sdf/1.6/CMakeLists.txt index c77c738ec..10cd1bf17 100644 --- a/sdf/1.6/CMakeLists.txt +++ b/sdf/1.6/CMakeLists.txt @@ -1,4 +1,5 @@ set (sdfs + air_pressure.sdf actor.sdf altimeter.sdf atmosphere.sdf @@ -21,6 +22,7 @@ set (sdfs imu.sdf inertial.sdf joint.sdf + lidar.sdf light.sdf light_state.sdf link.sdf @@ -32,6 +34,7 @@ set (sdfs model.sdf model_state.sdf noise.sdf + particle_emitter.sdf physics.sdf plane_shape.sdf plugin.sdf From 6a4412141a4edc2ba7bff06a0c2a919e4b1d660d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Wallk=C3=B6tter?= Date: Fri, 23 Jul 2021 06:06:22 +0200 Subject: [PATCH 4/4] MAINT: alphabetize variable list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sebastian Wallkötter --- sdf/1.6/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdf/1.6/CMakeLists.txt b/sdf/1.6/CMakeLists.txt index 10cd1bf17..fe972e4c5 100644 --- a/sdf/1.6/CMakeLists.txt +++ b/sdf/1.6/CMakeLists.txt @@ -1,6 +1,6 @@ set (sdfs - air_pressure.sdf actor.sdf + air_pressure.sdf altimeter.sdf atmosphere.sdf audio_source.sdf