Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
crazyflie-lib-python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lukas Wegmann
crazyflie-lib-python
Commits
81777e64
Commit
81777e64
authored
Mar 19, 2019
by
Kristoffer Richardsson
Browse files
Options
Downloads
Patches
Plain Diff
#111 Corrected import order
parent
29269b20
Branches
Branches containing commit
Tags
android-wear-6.0.1_r0.106
android-wear-6.0.1_r0.80
android-wear-7.1.1_r0.17
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/lighthouse/lighthouse_openvr_grab_color.py
+4
-4
4 additions, 4 deletions
examples/lighthouse/lighthouse_openvr_grab_color.py
with
4 additions
and
4 deletions
examples/lighthouse/lighthouse_openvr_grab_color.py
+
4
−
4
View file @
81777e64
...
@@ -4,12 +4,12 @@
...
@@ -4,12 +4,12 @@
# and to make it move.
# and to make it move.
# If the Crazyflie has a ledring attached, the touchpad of the controller can
# If the Crazyflie has a ledring attached, the touchpad of the controller can
# be used to change the color of the led-ring LEDs
# be used to change the color of the led-ring LEDs
import
colorsys
import
math
import
sys
import
sys
import
time
import
time
import
openvr
import
openvr
import
math
import
colorsys
import
cflib.crtp
import
cflib.crtp
from
cflib.crazyflie
import
Crazyflie
from
cflib.crazyflie
import
Crazyflie
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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