mirror of
https://github.com/CopterExpress/clover_vm.git
synced 2026-05-26 07:07:58 +00:00
scripts: Build against the 22 branch
This commit is contained in:
2
build.sh
2
build.sh
@@ -28,7 +28,7 @@ ${PACKER} build ros_ide_vm.json
|
||||
echo "--- Marking the VM"
|
||||
|
||||
GIT_REV=$(git rev-parse --short HEAD)
|
||||
VM_NAME="clover-devel_v0.20+${GIT_REV}.ova"
|
||||
VM_NAME="clover-devel_v0.22+${GIT_REV}.ova"
|
||||
mv ./output-virtualbox-ovf/clover-devel.ova ./output-virtualbox-ovf/${VM_NAME}
|
||||
|
||||
echo "--- All done!"
|
||||
|
||||
@@ -89,7 +89,7 @@ EOF'
|
||||
sudo apt update
|
||||
rosdep update
|
||||
mkdir -p ${HOME}/catkin_ws/src
|
||||
git clone -b raspios_64bit https://github.com/CopterExpress/clover ${HOME}/catkin_ws/src/clover
|
||||
git clone -b 22 https://github.com/CopterExpress/clover ${HOME}/catkin_ws/src/clover
|
||||
git clone https://github.com/CopterExpress/ros_led ${HOME}/catkin_ws/src/ros_led
|
||||
# These packages are missing from Noetic release, but are required for sitl_gazebo
|
||||
git clone https://github.com/ethz-asl/mav_comm ${HOME}/catkin_ws/src/mav_comm
|
||||
|
||||
Reference in New Issue
Block a user