mirror of
https://github.com/CopterExpress/clover_vm.git
synced 2026-05-26 07:07:58 +00:00
Fix 1
This commit is contained in:
@@ -85,10 +85,10 @@ echo "--- Build PX4"
|
||||
cd ~/PX4-Autopilot
|
||||
make px4_sitl
|
||||
|
||||
echo "--- Fix issues with finding mavlnk"
|
||||
echo "--- Build mavlink"
|
||||
cd ~/catkin_ws
|
||||
catkin_make mavlink_c_generate --pkg=px4
|
||||
ln -s "." build/mavlink/mavlink
|
||||
catkin_make mavlink_c_generate
|
||||
ln -s "." build/mavlink/mavlink # fix https://github.com/PX4/PX4-Autopilot/pull/19964
|
||||
|
||||
echo "--- Building the workspace"
|
||||
catkin_make
|
||||
|
||||
Reference in New Issue
Block a user