Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
Robo50Arduino
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
DoBots
Robo50Arduino
Graph
master
Select Git revision
Branches
6
arduino_due
bobby
master
default
protected
old_hardware
test
udoo
6 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
31
Mar
3
Feb
15
Jan
13
9
6
19
Dec
18
16
27
Nov
24
20
19
10
Apr
18
Mar
7
17
Feb
5
Nov
13
Aug
12
8
2
1
31
Jul
30
23
19
15
5
24
Jun
7
added protocol (for minimal json message)
arduino_due
arduino_due
added message.h for message type definitions, such as short/long json field names
udoo
udoo
updated README for udoo on ubuntu armhf 12.04
undo aJSON changes
Merge remote-tracking branch 'origin/arduino_due' into udoo
Merge branch 'arduino_due' of https://github.com/dobots/Robo50Arduino into arduino_due
added power switch to avoid problems after reset
Merge remote-tracking branch 'origin/arduino_due' into udoo
Merge branch 'arduino_due' of https://github.com/dobots/Robo50Arduino into arduino_due
compilation error fix
Merge branch 'arduino_due' of https://github.com/dobots/Robo50Arduino into arduino_due
Merge branch 'arduino_due' of http://github.com/dobots/Robo50Arduino into arduino_due
updated pinout
added self destruct
master
master
removed log.cpp (only header used)
Merge remote-tracking branch 'origin/master' into arduino_due
fix aJSON for due (temporary fix)
Merge remote-tracking branch 'origin/master' into arduino_due
command timeout set to 500, bumper check revised, imu inverted
correction in readme
removed boards.txt, not necessary for udoo
Updated README for udoo instructions
adjustments for the udoo
test
test
test
reset test
adjusted build for arduino due
accelero and gyro re-added, drive ramping re-added, bumper switched (left/right)
changes for new hardware
Merge branch 'master' of http://github.com/dobots/Robo50Arduino
old_hardware
old_hardware
add FLASH_ENABLED compiler directive
reduces drive ramp time. changed to fix inc/decrements of 40 or, if smaller, the difference between current and desired speed. removed avg, min, max calculations for compass, gyro and accelero
max speed capped to 200 instead of 255 (value for analog out)
encoder removed from data message. speed (left, right) added to data message
encoder handing moved to separate aduino (Robo50Encoder)
encoders are back to 2 channels
flash light when driving. cap speed at 255
communication update. messages shortened
proportional drive function
changed pinout
updated todo list
Loading