Skip to content

Commit

Permalink
README updated. Medusa 7.3->7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
SiddheshRane committed Feb 5, 2017
1 parent eeef9a0 commit 475a723
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 8 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,25 @@
# GroundStation
Ground control software for testing, simulating and data analysis
![Connect Screen](connect.png "The entry point for connceting to serial devices")
![Sensor Plotter](plot.png "Plots sensor values on graphs and controls")
![Choose the sensors that get plotted on chart](gyrowave.png "Filter sensors axes of interest")
Ground control software for testing, simulating and data analysis.
Primarily meant for quad copters.

![Connect Screen](connect.png "The entry point for connecting to serial devices")
![Sensor Plotter](plot.png "Plots sensor values on graphs and controls")
![View motor outputs](motors.png)
![console](console.png "Receive and transmit raw serial data in the console")
## How to Run

Simplest way is to open the project in Netbeans and run.
For cli compiling ensure you include lib folder in `-classpath`.

##Dependacies
##Dependencies

All dependencies are included in the lib folder
You need Java 8 (for lambda support).
UI is done in JavaFX 8u40

- For serial connection to Arduino we use **Java Simple Serial Connector** _2.8_ library
- For special controls **ControlsFX** _8.40_
- For gauge controls **Medusa** _7.3_

## Entry Point
The `GroundStation.java` is the main class and `start` is the main entry point.
Expand Down
Binary file added console.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lib/Medusa-7.5.jar
Binary file not shown.
Binary file added motors.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion nbproject/genfiles.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ build.xml.script.CRC32=e32dfb20
build.xml.stylesheet.CRC32=8064a381@1.79.1.48
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
nbproject/build-impl.xml.data.CRC32=3abc1d72
nbproject/build-impl.xml.data.CRC32=1da11b35
nbproject/build-impl.xml.script.CRC32=5365f04a
nbproject/build-impl.xml.stylesheet.CRC32=830a3534@1.80.1.48
4 changes: 2 additions & 2 deletions nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dist.javadoc.dir=${dist.dir}/javadoc
endorsed.classpath=
excludes=
file.reference.jssc-2.8.0.jar=lib/jssc-2.8.0.jar
file.reference.Medusa-7.3.jar=lib/Medusa-7.3.jar
file.reference.Medusa-7.5.jar=lib/Medusa-7.5.jar
includes=**
# Non-JavaFX jar file creation is deactivated in JavaFX 2.0+ projects
jar.archive.disabled=true
Expand All @@ -40,7 +40,7 @@ javac.classpath=\
${file.reference.jssc-2.8.0.jar}:\
${libs.controlsfx.classpath}:\
${libs.Lombok.classpath}:\
${file.reference.Medusa-7.3.jar}
${file.reference.Medusa-7.5.jar}
# Space-separated list of extra javac options
javac.compilerargs=
javac.deprecation=false
Expand Down
4 changes: 4 additions & 0 deletions nbproject/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,9 @@
<libraries xmlns="http://www.netbeans.org/ns/ant-project-libraries/1">
<definitions>./lib/nblibraries.properties</definitions>
</libraries>
<spellchecker-wordlist xmlns="http://www.netbeans.org/ns/spellchecker-wordlist/1">
<word>GroundStation</word>
<word>png</word>
</spellchecker-wordlist>
</configuration>
</project>
Binary file modified plot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 475a723

Please sign in to comment.