You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
299 B
10 lines
299 B
10 years ago
|
# Init that is run every time a new session starts up
|
||
|
|
||
|
export APMROOT=/vagrant
|
||
|
export PATH=$APMROOT/Tools/autotest:$PATH
|
||
|
|
||
|
cd $APMROOT/ArduCopter
|
||
|
|
||
|
echo "Ardupilot environment ready. Run 'sim_vehicle.sh' to start simulating an arducopter instance."
|
||
|
echo "or run 'make sitl' to just do a test build."
|