Copied from ArduPilot Vagrant.
Just vagrant up from the directory and vagrant ssh to get a ROS ready vagrant machine
From root dir
ssh -p 2222 -X -i .vagrant/machines/xenial64/virtualbox/private_key [email protected]
If you want to use screen
screen -d -R
sim_vehicle.py --map --console -v ArduCopter --out 127.0.0.1:14551
roscore
roslauch /home/vagrant/aviot/apm.launch fcu_url:=udp://:14551@
- When run
roscore
roscore: no such file or directory!
- Compiling messages for rosnodejs
Error: Unable to find CMAKE_PREFIX_PATH environment variable. Did you source setup.bash?
....
source /opt/ros/kinetic/setup.bash