Files for configuring the corvus raspberry pi.
install-accesspoint.sh
- installs and sets up a wifi access point.- enable and disable with
accesspoint start
andaccesspoint stop
- enable and disable with
install-mavlink-router.sh
- installs mavlink router (run withmavlink-routerd
)lscam
- shortcut for listing available camerasgstreamerstart
- script for starting gstreamer connection
Applies to install-accesspoint.sh
and install-mavlink-router.sh
- Download the script (e.g.: using wget)
- Give run permissions to the script (
chmod +x SCRIPT_NAME
) - Run the script (
./SCRIPT_NAME
orbash ./SCRIPT_NAME
)
- Download the script (e.g.: using wget)
- Give run permissions to the script (
chmod +x SCRIPT_NAME
) - Move the script to
/usr/local/bin
Usage instructions:
Run accesspoint start
to start the access point (will cause the pi to be unable to connect to Wifi)
Run accesspoint stop
to stop the access point (enables wifi again).
Do not run stop while connected through ssh on the access point, as that connection will be terminated.