Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alfarih31/sk-fix
Thesis to have graduate in instrumentation physics, University of Indonesia
https://github.com/alfarih31/sk-fix
Last synced: 8 days ago
JSON representation
Thesis to have graduate in instrumentation physics, University of Indonesia
- Host: GitHub
- URL: https://github.com/alfarih31/sk-fix
- Owner: alfarih31
- Created: 2019-12-28T23:17:46.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-28T23:28:57.000Z (almost 5 years ago)
- Last Synced: 2024-05-16T23:55:19.653Z (6 months ago)
- Language: JavaScript
- Size: 20.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SK-FIX
Thesis to have graduate in instrumentation physics, University of Indonesia# Pre
## repo
1. python3
2. libturbojpeg## pip
1. grpcio
2. grpcio-tools
3. dronekit-python
4. opencv-python
5. Flask
6. Flask-SocketIO# Init
1. Make dependency in dep folder by ```catkin_make```
2. Initiate the environment: ```source dep/devel/setup.bash```# Start
1. Run ```web_app/start.py``` and open browser at ```localhost:2000```
2. Edit ```.env``` to fit with your environment, such as ```BAUD```, ```MODEL```, ```LABEL```, and ```LIBTURBO```
3. Run ```main_local.py```