diff --git a/README.md b/README.md index d009f35..9322532 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ colcon build --cmake-args -DBUILD_TESTING=ON ```bash source ./install/setup.bash -colcon test --packages-select ardupilot_sitl ardupilot_dds_tests ardupilot_gazebo ardupilot_gz_applications ardupilot_gz_description ardupilot_gz_gazebo ardupilot_gz_bringup +colcon test --packages-select ardupilot_sitl ardupilot_dds_tests ardupilot_gazebo ardupilot_gz_applications ardupilot_gz_description ardupilot_gz_gazebo ardupilot_gz_bringup colcon test-result --all --verbose ``` @@ -133,7 +133,7 @@ git clone https://github.com/swri-robotics/gps_umd.git -b ros2-devel ``` When building from source add `COLCON_IGNORE` to `gpsd_client` as -this package is not required and will not build on macOS. +this package is not required and will not build on macOS. ### 2. `sdformat_urdf` @@ -177,4 +177,3 @@ export SDF_PATH=$GZ_SIM_RESOURCE_PATH This is assigned in the `iris.launch.py` file as `SDF_PATH` is not usually set by the `ament` environment hooks. - diff --git a/ardupilot_gz_application/.flake8 b/ardupilot_gz_application/.flake8 index b79f25f..bbf13f7 100644 --- a/ardupilot_gz_application/.flake8 +++ b/ardupilot_gz_application/.flake8 @@ -2,9 +2,8 @@ # Match black line length (default 88). max-line-length = 88 # Match black configuration where there are conflicts. -extend-ignore = +extend-ignore = # Q000: Double quotes found but single quotes preferred Q000, # W503: Line break before binary operator W503 - diff --git a/ardupilot_gz_application/package.xml b/ardupilot_gz_application/package.xml index 3509e05..6f955c5 100644 --- a/ardupilot_gz_application/package.xml +++ b/ardupilot_gz_application/package.xml @@ -6,15 +6,11 @@ Application code for `ardupilot_gz`. Rhys Mainwaring GPL-3.0 - ament_cmake - ament_lint_auto ament_lint_auto ament_lint_common - ament_cmake - diff --git a/ardupilot_gz_bringup/.flake8 b/ardupilot_gz_bringup/.flake8 index b79f25f..bbf13f7 100644 --- a/ardupilot_gz_bringup/.flake8 +++ b/ardupilot_gz_bringup/.flake8 @@ -2,9 +2,8 @@ # Match black line length (default 88). max-line-length = 88 # Match black configuration where there are conflicts. -extend-ignore = +extend-ignore = # Q000: Double quotes found but single quotes preferred Q000, # W503: Line break before binary operator W503 - diff --git a/ardupilot_gz_bringup/package.xml b/ardupilot_gz_bringup/package.xml index fbce3ee..c732295 100644 --- a/ardupilot_gz_bringup/package.xml +++ b/ardupilot_gz_bringup/package.xml @@ -6,20 +6,15 @@ Launch files for `ardupilot_gz`. Rhys Mainwaring GPL-3.0 - ament_cmake ament_cmake_python - ament_index_python launch launch_ros - ament_cmake_pytest ament_lint_auto ament_lint_common - ament_cmake - diff --git a/ardupilot_gz_description/.flake8 b/ardupilot_gz_description/.flake8 index b79f25f..bbf13f7 100644 --- a/ardupilot_gz_description/.flake8 +++ b/ardupilot_gz_description/.flake8 @@ -2,9 +2,8 @@ # Match black line length (default 88). max-line-length = 88 # Match black configuration where there are conflicts. -extend-ignore = +extend-ignore = # Q000: Double quotes found but single quotes preferred Q000, # W503: Line break before binary operator W503 - diff --git a/ardupilot_gz_description/hooks/ardupilot_gz_description.sh.in b/ardupilot_gz_description/hooks/ardupilot_gz_description.sh.in index 65671ff..9018537 100644 --- a/ardupilot_gz_description/hooks/ardupilot_gz_description.sh.in +++ b/ardupilot_gz_description/hooks/ardupilot_gz_description.sh.in @@ -1,2 +1 @@ ament_prepend_unique_value GZ_SIM_RESOURCE_PATH "$AMENT_CURRENT_PREFIX/share/@PROJECT_NAME@/models" - diff --git a/ardupilot_gz_description/models/iris_with_lidar/model.config b/ardupilot_gz_description/models/iris_with_lidar/model.config index 6f00df7..b1bdbca 100755 --- a/ardupilot_gz_description/models/iris_with_lidar/model.config +++ b/ardupilot_gz_description/models/iris_with_lidar/model.config @@ -9,7 +9,7 @@ Pedro Fuoco pedrofuoco6@gmail.com - + Pedro Fuoco diff --git a/ardupilot_gz_description/models/iris_with_lidar/model.sdf b/ardupilot_gz_description/models/iris_with_lidar/model.sdf index d35c2b4..1ad5b1e 100755 --- a/ardupilot_gz_description/models/iris_with_lidar/model.sdf +++ b/ardupilot_gz_description/models/iris_with_lidar/model.sdf @@ -310,7 +310,7 @@ - + @@ -320,7 +320,7 @@ - iris/base_scan + iris/base_scan 0 0 0 0 0 0 lidar 10 @@ -360,7 +360,7 @@ 1 - + diff --git a/ardupilot_gz_description/package.xml b/ardupilot_gz_description/package.xml index 0b02493..56b03e4 100644 --- a/ardupilot_gz_description/package.xml +++ b/ardupilot_gz_description/package.xml @@ -6,13 +6,10 @@ Model descriptions for `ardupilot_gz`. Rhys Mainwaring GPL-3.0 - ament_cmake - ament_lint_auto ament_lint_auto ament_lint_common - ament_cmake diff --git a/ardupilot_gz_gazebo/.flake8 b/ardupilot_gz_gazebo/.flake8 index b79f25f..bbf13f7 100644 --- a/ardupilot_gz_gazebo/.flake8 +++ b/ardupilot_gz_gazebo/.flake8 @@ -2,9 +2,8 @@ # Match black line length (default 88). max-line-length = 88 # Match black configuration where there are conflicts. -extend-ignore = +extend-ignore = # Q000: Double quotes found but single quotes preferred Q000, # W503: Line break before binary operator W503 - diff --git a/ardupilot_gz_gazebo/package.xml b/ardupilot_gz_gazebo/package.xml index 3f7c97d..0905b95 100644 --- a/ardupilot_gz_gazebo/package.xml +++ b/ardupilot_gz_gazebo/package.xml @@ -6,9 +6,7 @@ Gazebo specific systems for `ardupilot_gz`. Rhys Mainwaring GPL-3.0 - ament_cmake - ament_lint_auto @@ -24,9 +22,7 @@ ament_cmake_pycodestyle ament_cmake_xmllint - ament_cmake - diff --git a/ardupilot_gz_gazebo/worlds/iris_maze.sdf b/ardupilot_gz_gazebo/worlds/iris_maze.sdf index c513c57..9b2801f 100755 --- a/ardupilot_gz_gazebo/worlds/iris_maze.sdf +++ b/ardupilot_gz_gazebo/worlds/iris_maze.sdf @@ -91,7 +91,7 @@ - + -10 -10 0 0 0 0 @@ -137,7 +137,7 @@ - + -10 10 0 0 0 0 @@ -160,7 +160,7 @@ - + -7 -7 0 0 0 0 @@ -183,7 +183,7 @@ - + -7 -7 0 0 0 90 @@ -206,7 +206,7 @@ - + -4 -4 0 0 0 0 @@ -229,7 +229,7 @@ - + -4 -4 0 0 0 90 @@ -252,7 +252,7 @@ - + -1 -1 0 0 0 0 @@ -275,7 +275,7 @@ - + -1 -1 0 0 0 90 @@ -298,7 +298,7 @@ - + -4 7 0 0 0 90 @@ -321,7 +321,7 @@ - + -1 4 0 0 0 0 @@ -344,7 +344,7 @@ - + 2 7 0 0 0 0 @@ -367,7 +367,7 @@ - + 5 2 0 0 0 90 @@ -431,6 +431,6 @@ iris 0 0 0.194923 0 0 90 - +