mirror of
https://github.com/CopterExpress/clover_vm.git
synced 2026-05-26 23:19:32 +00:00
assets, scripts: Enable VPE by default
This commit is contained in:
@@ -84,6 +84,10 @@ ARUCO_MAP_PATH=${CLOVER_BASE_PATH}/aruco_pose/map
|
||||
WORLD_PATH=${CLOVER_BASE_PATH}/clover_simulation/resources/worlds
|
||||
rosrun clover_simulation aruco_gen --offset-z=0.01 --single-model --source-world=${WORLD_PATH}/clover.world ${ARUCO_MAP_PATH}/cmit.txt > ${WORLD_PATH}/clover_aruco.world
|
||||
|
||||
echo "--- Applying configuration patches"
|
||||
cd ${HOME}/catkin_ws/src/clover
|
||||
patch -p1 < /tmp/patches/autoconfig.patch
|
||||
|
||||
echo "--- Installing npm"
|
||||
cd ${HOME}
|
||||
wget --progress=dot:giga https://nodejs.org/dist/v10.15.0/node-v10.15.0-linux-x64.tar.gz
|
||||
|
||||
Reference in New Issue
Block a user