Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MicroCART
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Distributed Autonomous Networked Control Lab
MicroCART
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
3e9f32f88c749b5aaabd57badbb7b7ac936ea193
Select Git revision
Branches
8
develop
jonah_log
logblock_fix
master
default
protected
nuke
teststand_log
yhpatch
yi_setpoint
Tags
7
Lab_Part_1_tag
Lab_Part_2_tag
2020-team-final-state
team_18-17
team_17-16_demo
team_17-16_v2
team_17-16_v1
15 results
Begin with the selected commit
Created with Raphaël 2.2.0
11
Feb
10
9
8
6
5
4
3
2
1
31
Jan
30
29
28
27
26
25
24
23
22
21
20
19
18
17
15
11
6
4
5
Dec
4
3
2
1
29
Nov
28
27
26
25
20
19
18
17
16
15
14
10
7
6
4
2
1
31
Oct
30
29
28
27
23
18
16
11
9
7
Sep
4
Aug
30
Jul
29
I think I have the .gitattributes correctly now.
Changed .gitattributes to be less agressive with line endings.
Merge branch 'master' into controller-network
Made commands.c compatible with Xilinx compiler.
Merge branch 'master' into controller-network
Accidentally committed bench test flags.
Added ability to get/set PID constants. Passes regression tests, and is backwards-compatible. Does not support setpoints, because they will be set via a different interface
Missed files from last commit
Network now handles signal mixing, and does clamping. Test flight passes.
Added test scripts for testing WiFi and UART bridge.
Merge branch 'master' of git.ece.iastate.edu:danc/MicroCART_17-18
Merge branch 'quad-uart-tests-3' into 'master'
quad: add uart buffer tests to ci
quad: add uart buffer tests to ci
Add CI build status to README
Created stabalizing controllers
Fixed a few bugs. still not working
Fixed compile issues
Initial work on changing control_algorithm to use graph. Probably doesn't compile yet.
Revert "Revert "Merge branch 'master' of git.ece.iastate.edu:danc/MicroCART_17-18 into batch-setpid""
Revert "Revert "quad: add testing suite""
Revert "quad: add testing suite"
Revert "Merge branch 'master' of git.ece.iastate.edu:danc/MicroCART_17-18 into batch-setpid"
Merge branch 'master' of git.ece.iastate.edu:danc/MicroCART_17-18 into batch-setpid
quad: add testing suite
Fixed last line endings?
Fixed some minor warnings in the compiler, and linked in the math library
Added gitattributes to keep line endings matching
Resets recursively, keeping track of children. Created tests, which pass. Computation terminates on graph cycles. Added comments.
Fixed a few sign errors with gamma and rhi vectors.
Updated moment of inertia parameters.
Added a R2015A version of the development model
Add .gitlab-ci.yml
Fixed bug with populating the exec_input_vals array.
Added input names to nodes in rendering. Added a "Gain" block
Some refactoring, separating node type from node instance. Added parameters, and disabled ability to set inputs.
Added input and output names to nodes. Added ability to export graphs to DOT
Fixed issues with cli and stringToCm function
Began implementation of computation graph. Have tested with 3 nodes so far, which work.
Merge branch 'master' of https://git.ece.iastate.edu/danc/MicroCART_17-18
Loading