Skip to content

Commit

Permalink
Cameras working
Browse files Browse the repository at this point in the history
  • Loading branch information
lu0079 committed Jan 15, 2018
1 parent 163f79c commit 63b8870
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
__pycache__/
*.py[cod]
*$py.class
opkg_cache/*

# C extensions
*.so
Expand Down
3 changes: 3 additions & 0 deletions .installer_config
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[auth]
hostname = roborio-3299-frc.local

2 changes: 1 addition & 1 deletion robot.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
class Randy(wpilib.SampleRobot):
def robotInit(self):
# init cameras
#wpilib.CameraServer.launch('cameras.py:main')
wpilib.CameraServer.launch()

self.C = Component() # Components inits all connected motors, sensors, and joysticks. See inits.py.

Expand Down

0 comments on commit 63b8870

Please sign in to comment.