diff --git a/builder/image-ros.sh b/builder/image-ros.sh index 8acd9e17..30c7df7f 100755 --- a/builder/image-ros.sh +++ b/builder/image-ros.sh @@ -131,7 +131,6 @@ touch node_modules/CATKIN_IGNORE docs/CATKIN_IGNORE _book/CATKIN_IGNORE clover/w echo_stamp "Installing additional ROS packages" my_travis_retry apt-get install -y --no-install-recommends \ - ros-${ROS_DISTRO}-dynamic-reconfigure \ ros-${ROS_DISTRO}-rosbridge-suite \ ros-${ROS_DISTRO}-rosserial \ ros-${ROS_DISTRO}-usb-cam \ @@ -140,7 +139,6 @@ my_travis_retry apt-get install -y --no-install-recommends \ ros-${ROS_DISTRO}-rosshow \ ros-${ROS_DISTRO}-cmake-modules \ ros-${ROS_DISTRO}-image-view \ - ros-${ROS_DISTRO}-image-geometry \ ros-${ROS_DISTRO}-nodelet-topic-tools \ ros-${ROS_DISTRO}-stereo-msgs diff --git a/clover/package.xml b/clover/package.xml index 397ea808..dca524c8 100644 --- a/clover/package.xml +++ b/clover/package.xml @@ -43,6 +43,7 @@ python3-lxml dynamic_reconfigure image_proc + image_geometry python-pymavlink ros_pytest diff --git a/docs/en/firmware.md b/docs/en/firmware.md index a8c2d62f..41d2698a 100644 --- a/docs/en/firmware.md +++ b/docs/en/firmware.md @@ -17,6 +17,8 @@ It is advisable to use a specialized build of PX4 with the necessary fixes and b +> **Warning** If you are using the firmware version older than *v1.10* (for example, `v1.8.2-clover.13`), then in order to avoid configuration errors, use [QGroundControl version *v4.2.0*](https://github.com/mavlink/qgroundcontrol/releases/tag/v4.2.0) (or older). See [detailed information](https://docs.px4.io/v1.11/en/config/battery.html#parameter-migration-notes) about changes in the firmware parameters that cause errors in newer versions of QGroundControl. +