Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drobotti-embedded
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
desktop_robotti
drobotti-embedded
Graph
modelTuningEmbedded
Select Git revision
Branches
5
feature-feature-motor_data_acquistion
malthes_branch
master
default
protected
modelTuningEmbedded
stm-fix
Tags
2
DEMO_V2
OL_v1
7 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
8
Feb
1
10
Mar
28
Feb
18
Aug
17
3
26
Apr
21
14
Mar
8
2
9
Feb
3
27
Jan
26
24
18
13
12
10
5
Sep
26
Aug
25
23
12
5
26
Jul
19
15
8
2
30
Jun
29
24
22
21
18
2
12
May
11
4
Apr
changed output voltage
modelTuningEmbe…
modelTuningEmbedded
changed output of PI
fixed error on testproject
master
master
Merge branch 'stm-fix'
Updated readme...
stm-fix
stm-fix
added readme + key download fix, that would throw an error on initial setup
migrated to latest + fixed path - now using builtin function..
Replace uROS.cpp
malthes_branch
malthes_branch
Replace uROS.cpp
Replace uROS.cpp
changed such that the robot will stop driving if no messages are recieved on the /drive topic
Added topic updated for embedded code
Some more cleaning
Removed odometry manager since this responsibility has been removed from the MCU.
Forgot to remove include for now removed file...
Cleaned a bit -- removed old comments. Removed some depracted code.
Minor bug fix of RobotParams::GetWheelCircumference returning radius instead of wheel circumference.
- Data ack continued. Put on pause for now while working towards OSA paper.
feature-feature…
feature-feature-motor_data_acquistion
Initial skeleton for the main promgram STM behaviour added. Next is to add functionality to it.
Initial data acquisition program skeleton (project) created
Finish odometry data publishing from MCU.
Changed message type of timestamp from std_header to int64.
Updated Class diagram
EM Stop Dealay experiment v.1
Removed odometry manager from cb publish loop, and cleaned code
testing commit - we reached bandwith limit
Merge branch 'feature-odom' of gitlab.au.dk:desktop_robotti/drobotti-embedded into feature-odom
changed back to implementation
Fixed some metadata for building microros. Error arose as the Odom message caused overflow inside the allocated microros serialized buffers, and as such, could not publish data.
added comment line to fix code generation
added test code
Fixed error where incremental encoder ticks was never stored, and as such, the odometry could not be calculated.
added default constructor for WheelDistance
fixed bug.. now subtracting from last cycle
added calculation of distance
added default constructor for RearWheelEncoderTicks
changed static ticks per revolution to public
fixed merging
Merge branch 'master' into feature-odom
Added odometry manager
Loading