Skip to content

cuplv/P2-Hackathon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

P2-Hackathon

VM password: applehorsebanana

HTTP Suite

  1. Build the HTTP Server
cd ~/Documents/P2-Hackathon/HTTP_Suite/MuseNanoHttpServer/
ant
  1. Build the HTTP Client
cd ~/Documents/P2-Hackathon/HTTP_Suite/MAVLinkJavaGeneratorGUI/
ant
  1. Start the HTTP Server
cd ~/Documents/P2-Hackathon/HTTP_Suite/MuseNanoHttpServer/
java -jar muse_http_server.jar <httpPort> <simulatorIP> <simulatorPort>
  1. Start the HTTP Client
cd ~/Documents/P2-Hackathon/HTTP_Suite/MAVLinkJavaGeneratorGUI/
java -jar mavlink_http_client.jar <httpPort>

Ardupilot

cd ~/Documents/P2-Hackathon/ardupilot/ardupilot-solo/ArduCopter
make clean
make configure
make px4-v2

The PX4Firmware and PX4NuttX directories are dependencies for the ardupilot

About

Phase 2 Hackathon GitHub repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Smali 96.3%
  • Java 2.9%
  • Kotlin 0.4%
  • Python 0.2%
  • PHP 0.1%
  • HTML 0.1%