Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
simondlevy committed Nov 20, 2024
1 parent 1c6a3a4 commit de1e979
Show file tree
Hide file tree
Showing 19 changed files with 10 additions and 271 deletions.
Binary file added media/sim.odp
Binary file not shown.
Binary file added media/sim.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: 0 additions & 2 deletions newsim/.gitignore

This file was deleted.

22 changes: 0 additions & 22 deletions newsim/Makefile

This file was deleted.

66 changes: 0 additions & 66 deletions newsim/main.cpp

This file was deleted.

11 changes: 9 additions & 2 deletions webots/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<img src="../media/webots2.png" width=450>
</p>

# Hackflight simulator instructions
## Hackflight simulator instructions

1. [Install Webots](https://cyberbotics.com/doc/guide/installation-procedure#installation-on-linux)
on your computer.
Expand All @@ -16,7 +16,9 @@ on your computer.
3. From the hackflight main directory, do the following:

```
cd webots/controllers/cplusplus
cd webots/plugins/physics/standard
make
cd ../../../controllers/standard
make
make run
```
Expand All @@ -32,3 +34,8 @@ are currently supported:
* [FrSky XSR-SIM USB Dongle](https://www.amazon.com/gp/product/B07GD6ZLW7)
* [Spektrum Ws2000 Wireless USB RC Flight Simulator Dongle](https://www.amazon.com/gp/product/B07ZK1R32H)
* Nyko 83069 Playstation(R)3 Core Wired Controller

## Design principles


<img src="../media/simp.png" width=450>
3 changes: 0 additions & 3 deletions webots/controllers/cplusplus/.gitignore

This file was deleted.

59 changes: 0 additions & 59 deletions webots/controllers/cplusplus/Makefile

This file was deleted.

94 changes: 0 additions & 94 deletions webots/controllers/cplusplus/main.cpp

This file was deleted.

21 changes: 0 additions & 21 deletions webots/controllers/cplusplus/plot.py

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ LIBRARIES = $(FDIR)/lib/libframework.a \
$(PDIR)/lib/libproc1.a \
$(PDIR)/lib/libproc2.a

NAME = snn
NAME = oldsnn

CXX_SOURCES = main.cpp

Expand Down
File renamed without changes.
Binary file added webots/controllers/oldsnn/oldsnn
Binary file not shown.
File renamed without changes.
1 change: 0 additions & 1 deletion webots/controllers/snn/snn.h

This file was deleted.

0 comments on commit de1e979

Please sign in to comment.