Minor fix

This commit is contained in:
Oleg Kalachev
2022-07-29 03:07:42 +03:00
parent 40656212fd
commit 60da84c2ca

View File

@@ -87,7 +87,7 @@ make px4_sitl
echo "--- Build mavlink" echo "--- Build mavlink"
cd ~/catkin_ws cd ~/catkin_ws
catkin_make mavlink_c_generate -DCATKIN_WHITELIST_PACKAGES="px4" # Prebuilt px4's mavlink to force mavlink_sitl_gazebo use it catkin_make mavlink_c_generate -DCATKIN_WHITELIST_PACKAGES="px4" # at first build px4's mavlink to force mavlink_sitl_gazebo to use it
ln -s "." build/mavlink/mavlink # fix https://github.com/PX4/PX4-Autopilot/pull/19964 ln -s "." build/mavlink/mavlink # fix https://github.com/PX4/PX4-Autopilot/pull/19964
echo "--- Building the workspace" echo "--- Building the workspace"