Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bno055_imu_driver
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
labrobotica
drivers
bno055_imu_driver
Graph
54579c2bbe00a05cd6e4ffa85d044e412281ebc2
Select Git revision
Branches
2
master
default
protected
update_rdepends
Tags
9
1.0.6
1.0.5
1.0.4
1.0.3
ubuntu_18_04
Esplugues_demo
1.0.2
1.0.1
1.0.0
11 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
7
Dec
14
Oct
8
Jun
3
Nov
27
Oct
1
Jul
19
Jun
18
May
21
Apr
14
30
Mar
23
20
Feb
7
4
3
30
Jul
9
8
2
1
14
Mar
31
Jul
21
Aug
Updated rdepends_ci.yml
update_rdepends
update_rdepends
Update ci to ubuntu 20.04
1.0.3 1.0.4 1.0…
1.0.3 1.0.4 1.0.5 1.0.6 master
Update packaging
ubuntu_18_04
ubuntu_18_04
Merge branch 'ubuntu_18_04'
1.0.2 Esplugues…
1.0.2 Esplugues_demo
Added a function to set the units of the sensor (accelerations and angular speeds).
Adapted to Ubuntu 18.04 package generation
1.0.1
1.0.1
Updated .gitlab-ci.yml to multiples Ubuntu distributions' packages generation
1.0.0
1.0.0
Taken into account the time to read the data and process it in the loop rate.
Updated the example.
Added a script to set the timer latency to 1 to the desired USB FTDI device.
Optimized the driver to increase the output data rate.
Added additional uninstall commands to also remove the installation folder of the library.
Update ReadMe.md
Changed the 147.83.76.226 IP address for the server name labrepo.iri.upc.edu.
Removed the simulated library form the Find cmake file.
Merge branch 'packaging'
Merge branch 'master' of ssh://gitlab.iri.upc.edu:2202/labrobotica/drivers/bno055_imu_driver
Updated the Readme file.
Add gitignore to ignore bin build lib dirs
Moved the simulator part to a separate repository.
Read all the on-line data from the main thread (added calibration and temperature data).
When stopping, changed the mode after ending the thread.
Solved a bug: the finish thread signal was not reset after stopping the thread, and it made the thread finish immediatelly after the first time.
All data is read from the device whatever the operational mode.
Modified the example to continue even if the IMU was not calibrated.
Solved a bug in the accel_gyro mode: the gyro data was not properly updated.
update docker image
Update ReadMe.md
Update ReadMe.md
Delete ReadMe.txt
Renamed .gitlab-ci.yaml to .gitlab-ci.yml
Added ReadMe.md
Adapted to .deb package generation
Added gitlab Continuous Integration
Fixed a bug on the installation subfolder's name
Adapted to CMake plural variables *_DIRS and *_LIBRARIES
Adapted to the new installation directories
Now it searchs for both libraries
Adapted to just one Find.cmake
Added all the headers to FIND_PATH
Loading