-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to connect Icarous and MAVProxy #53
Comments
For running Icarous on a drone platform, assuming you want to send telemetry to the ground station over a radio (using the serial port) there are couple of things that must be done:
#else
mavproxy.py --master=/dev/ttyUSBX,brate where "/dev/ttyUSBX" should be replaced with the name of the port on which the telemetry radio is connected on your ground station computer and the "brate" specifies the baudrate at which you are sending data. This baudrate should also be equal to the baudrate you specify on the drone in the previous section (2.2). Hope this helps. |
@FabianSchuessler Did you run ICAROUS on another board, like raspberry or beaglebones? Thanks |
@aogrcs Yes, it is running on Raspberry. |
@FabianSchuessler I see that you use Erle Copter, and do you run ICAROUS and ArduCopter both on Raspberry? |
@aogrcs yes, both are running on the Raspberry |
The first picture shows the screenshot of MAVProxy running on a virtual machine which has a connection to a telemetry radio. The second picture is of the user interface of a drone which is running Icarous. Now I have this question how to make the connection between the Icarous on the drone and MAVProxy on the virtual machine.
The text was updated successfully, but these errors were encountered: