Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
November 2021 Blimp Competition
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Shahrul Kamil bin Hassan
November 2021 Blimp Competition
Commits
1f38ad9b
Commit
1f38ad9b
authored
4 years ago
by
Zhaoliang Zheng
Browse files
Options
Downloads
Patches
Plain Diff
upload readme
parent
51286167
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Code/Control/Laptop_Code/README.md
+41
-8
41 additions, 8 deletions
Code/Control/Laptop_Code/README.md
with
41 additions
and
8 deletions
Code/Control/Laptop_Code/README.md
+
41
−
8
View file @
1f38ad9b
[Progress] The overall logic is clear and tested!
# Laptop Code
What to do next in python main:
## 1 Main structure
## 2 Software Requirements
### Step 1:
Download Anaconda or Pycharm
### Step 2:
-
If using Anaconda, then create a virtual environment first:
```
shell
# crreate virtual environment
conda create
-n
FORAYenv
python
=
3.7
# activate virtual environment
conda activate FORAYenv
# install environment installation tool pip (if it doesn't have one)
conda
install
pip
```
-
If using Pycharm, at the very beginning, create a virtual environment

### Step 3:
Install dependency
-
If using Anaconda, install it from the terminal. And always remember to activate the conda environment fist:
`conda activate FORAYenv`
```
shell
# install pyserial
pip
install
pyserial
# install pygame
pip
install
pygame
# install cv2
pip
install
opencv-python
# install
```
-
Have keyboard interruption in the python function
-
To tweak PID value while running the program
-
To stop the balloon from being crazy
-
The meter version April tag detection is still problematic so we need to tune that
-
Use field test experiment to test PID
-
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment