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
Graph
eaa75ea27ec51bd3b8ab4499d0c2b5e018388f3c
Select Git revision
Branches
6
develop
jonahPatch
master
default
protected
nuke
teststand_log
yhpatch
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
13 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
15
Mar
14
13
10
5
4
3
2
1
27
Feb
26
25
23
22
21
20
19
18
17
16
14
13
12
11
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
wip: Fix quad build scripts
wip: Add unit tests for communication.c packet receiving
wip: improved test library and tests for queue
wip: trying to get a test working for PWMOutputDriver
wip: add hardware tests for PWMInputDriver
wip: add hardware test for I2CDriver
wip: add hardware test for LEDDriver and SystemDriver (blink)
wip: fix ci build
wip: automate creation of BOOT.bin
wip: connect libraries to xsdk
wip: fixing quad main and better makefiles
wip: better makefile setup
wip: moved files to new structure
wip: wire-up hardware in main
wip: move all application files into application folder
wip: Separate Xilinx code into hardware interfaces
Made LOG_END message only send if a log was sent.
Added LOG_END message type on quadcopter and in shared commands.
Merge branch 'master' of git.ece.iastate.edu:danc/MicroCART_17-18
Quadcopter can now be disabled and re-enabled without a restart.
Enabled yaw controller for autonomous flight.
Changed default to have no filter on X and Y position derivative.
Added option to filter derivative term on controllers.
Updated controls model to include masks on the c_controller and updated PID values
Fixed sign error on uart_buff
Added quad control_algorithm to Simulink model.
Merge branch 'master' of git.ece.iastate.edu:danc/MicroCART_17-18
Switched to Euler rates for angle rate control. Switched to using VRPN for pitch and roll.
Properly check return value of malloc() in log_data.c
Added frontend library
Merge remote-tracking branch 'origin/master' into gui-dev
Uploaded IMU data analysis tools
Created stuff for the tracker data
Uploaded compiled IMU filter data
Reverted IMU bias changes.
Merge branch 'quad-impl-lidar' into 'master'
Merge branch 'master' of git.ece.iastate.edu:danc/MicroCART_17-18 into quad-impl-lidar
quad: change type signature from int to s32
Adjusted IMU biases to match recorded data
Made sampling time in control algorithm dynamic.
Loading