-
Notifications
You must be signed in to change notification settings - Fork 387
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restructured BetaFlight controller into BetaAviary and CTBRControl. P… #170
Conversation
…rovided beta2 example script. known issue: slight variations exist between flight results of beta.py and beta2.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, I will be adding UDP port changes and automation scripts to support multiple SITL in the upcoming commits
TODOs (CC @spencerteetaert)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cp cp ~/gym-pybullet-drones/gym_pybullet_drones/assets/eeprom.bin ~/betaflight/
added by error? Assumes specific file structure in user's computer which is not generally true given the previous install instructions. Also has floating command in line 49, this is meant to be the object copied?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instructions clearer in beta.py. Approved, maybe remove the duplicate instructions and reference one from another
multi BF example now working fine, only missing adding README/docstrings instructions on how to use |
…rovided beta2 example script.
known issue: slight variations exist between flight results of beta.py and beta2.py