Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
7376ff528eff20aad547941c25042a968c65c5f0
/
frc971
/
control_loops
7376ff5
claw pos fixing is a WIP. Commented out so it still builds
by joe
· 12 years ago
288c8c3
Validated calibration edge.
by Austin Schuh
· 12 years ago
a9caaf3
Claw now overrides team number.
by Austin Schuh
· 12 years ago
cda86af
Claw now zeros!
by Austin Schuh
· 12 years ago
0d9467a
Worked on combined delta u controller for the claw. Doesn't work.
by Austin Schuh
· 12 years ago
7ec34fd
Added LQR pole placement.
by Austin Schuh
· 12 years ago
9b38842
Added ability to fine tune calibration maybe after auto. Goes to set position then catches the up edge on the calib hall effect. Does bottom then the top claw.
by Ben Fredrickson
· 12 years ago
4339ebb
Cleaned up the claw queue file some more.
by Austin Schuh
· 12 years ago
f9286cd
Claw gets further when zeroing.
by Austin Schuh
· 12 years ago
4b7b5d0
Wrist now moves in the test, but doesn't zero.
by Austin Schuh
· 12 years ago
cc0bf31
Added most of Ben's changes in.
by Austin Schuh
· 12 years ago
4f2f7f7
Merge remote-tracking branch 'joe/master' into claw
by Austin Schuh
· 12 years ago
41abe01
added building for amd64 in addition to for the BBB
by Brian Silverman
· 12 years ago
3bb9a44
Renamed everything to claw.
by Austin Schuh
· 12 years ago
f84ed44
adding constants for shooter control loops
by joe
· 12 years ago
2d92e85
changed to only update one plant, copied and renamed some code from last year's wrist
by joe
· 12 years ago
b4fe846
skeleton for shooter
by joe
· 12 years ago
7d3e24f
Fixed file names in include statements. It compiles now.
by James Kuszmaul
· 12 years ago
8c30bc1
tweaking queues
by Brian Silverman
· 12 years ago
d4417aa
started working on a skeleton for the 2014 control loops
by Brian Silverman
· 12 years ago
756f9ff
deleted all of the 2013 robot-specific code
by Brian Silverman
· 12 years ago
14fd0fb
switched from fitpc/atom to prime/linux
by Brian Silverman
· 12 years ago
e51ad63
merging in the useful parts of the bot3 code
by Brian Silverman
· 12 years ago
cec3c8d
fixed stuff to actually run on the bbb
by Brian Silverman
· 12 years ago
d0fc34c
Merge Brian's small changes in.
by Daniel Petti
· 12 years ago
ca54a2c
Merge in Brian's queue bug fix.
by Daniel Petti
· 12 years ago
96d9cea
various small tweaks/fixes from Madtown
by Brian Silverman
· 12 years ago
b4c4ad5
Get James' autonomous.
by Daniel Petti
· 12 years ago
df3e7b2
made stuff more pythonic
by Brian Silverman
· 12 years ago
c090fb6
Merging in Brian's latest gyro board code.
by Daniel Petti
· 12 years ago
a085044
Fixed namespace things with constant generation.
by James Kuszmaul
· 12 years ago
adab8f9
Moved bot3-specific python stuff in with bot3.
by James Kuszmaul
· 12 years ago
8c0eed8
Made Velocity Shooter loop such that it should run.
by James Kuszmaul
· 12 years ago
1a8f3e6
Made shooter python file velocity-only.
by James Kuszmaul
· 12 years ago
55a930b
tweaked constants and disabled auto-shifting
by Brian Silverman
· 12 years ago
2c590c3
added support for both drivetrains with the same code
by Brian Silverman
· 12 years ago
1a6590d
got auto-shifting working (!!)
by Brian Silverman
· 12 years ago
de8fd55
got the new drive code working
by Brian Silverman
· 12 years ago
2728e19
got vision code working again
by Brian Silverman
· 12 years ago
8b27fa4
merging in analog sensor support and various other fixes
by Brian Silverman
· 12 years ago
427b370
Added motor speed matching code into the shifter code.
by Austin Schuh
· 12 years ago
431500a
fixed frc971/constants and all the uses of it
by Brian Silverman
· 12 years ago
718b1d7
tuning stuff that we did at NASA
by Brian Silverman
· 12 years ago
7e4dea5
merging in code updates/fixes/etc
by Brian Silverman
· 12 years ago
2054f5f
Ported the polydrivetrain code over to C++.
by Austin Schuh
· 12 years ago
8afe35a
Updated drivetrain code to include a CIM model.
by Austin Schuh
· 12 years ago
40f42d9
fixed spelling
by Brian Silverman
· 12 years ago
562af3e
fixed the loader with low air pressure
by Brian Silverman
· 12 years ago
936838f
Fixed weird acceleration artifacts. Looking good.
by Austin Schuh
· 12 years ago
ec00fc6
Fixed the filtered velocity windup issue.
by Austin Schuh
· 12 years ago
e05d2c1
Added power based shift algorithm, and added gears to the acceleration filter. Still work to do.
by Austin Schuh
· 12 years ago
10f997b
made it so that the drivetrain works without any sensor data
by Brian Silverman
· 12 years ago
759d263
added a spit out button
by Brian Silverman
· 12 years ago
674d970
the indexer was forgetting about discs in the loader that didn't shoot
by Brian Silverman
· 12 years ago
03513cb
Allowed the drivetrain to be in different gear ratios.
by Austin Schuh
· 12 years ago
de4d7fe
Broke the assumption that the left and right drivetrain gear ratios are the same.
by Austin Schuh
· 12 years ago
048fb60
Added the polyhedral set drivetrain code, and fixed a bug with Ben.
by Austin Schuh
· 12 years ago
8625256
Removed extranious print.
by Austin Schuh
· 12 years ago
f69ef92
Fixed runtime error with libcdd.
by Austin Schuh
· 12 years ago
44d8a9b
tweaked the lifting timeout
by Brian Silverman
· 12 years ago
7d39d86
made it move the wrist once the hopper is clear
by Brian Silverman
· 12 years ago
967c442
fixed the loader timing out
by Brian Silverman
· 12 years ago
7ffb138
added a lockout so it won't stop the shooter too soon
by Brian Silverman
· 12 years ago
4e3c211
Merge support for the bottom loader sensor
by Brian Silverman
· 12 years ago
004ec81
added the bottom sensor too
by Brian Silverman
· 12 years ago
2536236
wrist needs to fetch robot state before getting constants
by Brian Silverman
· 12 years ago
c540ab8
added a lifting timeout
by Brian Silverman
· 12 years ago
25329e6
added hall effect sensor at the top of the loader
by Brian Silverman
· 12 years ago
3cb1d80
made the angle adjust deadband voltage changeable per robot
by Brian Silverman
· 12 years ago
8efe23e
updated most things to work on Wheezy
by Brian Silverman
· 12 years ago
61042e4
made wrist no longer try to use DriverStationDisplay
by Brian Silverman
· 12 years ago
598800f
cleaned up LOTS of build-related stuff
by Brian Silverman
· 12 years ago
180e2b8
added more manual overrides to the indexer
by Brian Silverman
· 13 years ago
9a1081b
added a force fire mode to the indexer for clearing jams
by Brian Silverman
· 13 years ago
696b56e
made the angle adjust twitch less
by Brian Silverman
· 13 years ago
81fb1bc
Indexer now ignores spurrious edges.
by Austin Schuh
· 13 years ago
039d4f9
Added friction compensation to the angle adjust.
by Austin Schuh
· 13 years ago
ce86bac
robot code work
by Brian Silverman
· 13 years ago
7992d6e
more changes from Davis
by Brian Silverman
· 13 years ago
ede2d78
fixed a bug where it wouldn't rezero when the crio rebooted
by Brian Silverman
· 13 years ago
c527754
modifications at Davis. SPLIT OUT LATER
by Brian Silverman
· 13 years ago
b8d389f
Austin's indexer changes (reset, I think?)
by Brian Silverman
· 13 years ago
59004d3
Fixed a bug where the motors would be disabled on the intake when missing packets.
by Austin Schuh
· 13 years ago
8b43caf
Added wrist and angle adjust done flags.
by Austin Schuh
· 13 years ago
09e0708
Found a nasty bug with 2 discs too close and it jaming in auto mode. Fixed it.
by Austin Schuh
· 13 years ago
4352ac6
Drivetrain is now tuned. Quite stiff.
by Austin Schuh
· 13 years ago
48319c5
Code now builds.
by Austin Schuh
· 13 years ago
261c405
Delaying forcing a rezero for 2 seconds to deal with bad comms.
by Austin Schuh
· 13 years ago
b8cd689
fixed a StateFeedbackLoop off by 1
by Brian Silverman
· 13 years ago
f0716e8
fixed an indexer bug
by Brian Silverman
· 13 years ago
43bb73e
fixed some small(ish) index bugs
by Brian Silverman
· 13 years ago
ed674fc
fixed the wrist include guard
by Brian Silverman
· 13 years ago
23a67ca
slowed down the wrist observer a bit
by Brian Silverman
· 13 years ago
df43ec2
more improving drive code for testing
by Brian Silverman
· 13 years ago
ae9d4b7
combination of bug fixes of Austin's and temp logs
by Brian Silverman
· 13 years ago
7fb8e22
tuned the new wrist constants
by Brian Silverman
· 13 years ago
6f39bbb
angle adjust constant tuning. UNTESTED
by Brian Silverman
· 13 years ago
77a7600
removed some of the old weird drivetrain stuff
by Brian Silverman
· 13 years ago
26683e2
fixed the way index #includes <memory>. can't push to Austin
by Brian Silverman
· 13 years ago
2845c4c
cleaned some more stuff up
by Brian Silverman
· 13 years ago
Next »