Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Next »

Setting up GUI with TCP Communication (for testing)

Set up Mission Planner

Open the Mission Planner application and follow the steps inhttps://uwarg-docs.atlassian.net/wiki/spaces/CV/pages/2240643073/Ardupilot+Simulation+with+Mission+Planner#MAVLink-Forwarding to forward MAVLink messages to port 14550.

Run Flutter Application

  1. cd into the IMACS-2 project in a command prompt at \Users\WARG\IMACS-2

  2. Check out the TCP development branch with git checkout read-TCP

  3. In the root flutter repository, run flutter run -d windows

  4. Yaw information from attitude messages should print to console (You can print other information by changing the code)

Debugging

  • Make sure Mission Planner is mocking MAVLink messages before starting flutter application

  • Make sure you are on the read-TCP branch

  • Make sure the Flutter application is running as a Windows application

Setting up GUI with Serial Communication

Matthew to fill this out later when testing with Arduino

  • No labels