Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dynamixel
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
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
dynamixel
Graph
pal_can
Select Git revision
Branches
2
master
default
protected
pal_can
Tags
10
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
ubuntu_18_04
1.0.2
1.0.1
1.0.0
ubuntu_16_04
12 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
10
Jul
15
May
17
Feb
20
Sep
24
Aug
21
Dec
3
Jun
19
May
7
19
Apr
8
25
Mar
3
Nov
27
Oct
22
16
Sep
6
Jul
18
May
21
Apr
14
30
Mar
22
13
28
Feb
18
Jan
30
Dec
27
Sep
30
Aug
30
Jul
9
26
Jun
17
May
16
15
5
Mar
26
Feb
22
Sep
21
22
10
Jul
22
Jun
22
Feb
29
May
24
Jan
2
Apr
16
Mar
8
27
Feb
26
26
Jan
20
14
17
Dec
30
Nov
29
Oct
8
20
May
7
15
Apr
13
14
Jan
10
Dec
5
2
Sep
8
Jul
1
28
Apr
19
Mar
6
Feb
18
Jan
28
Dec
23
Nov
21
19
Oct
18
7
6
6
Sep
23
Aug
22
Jul
6
28
Jun
26
May
19
18
16
9
18
Apr
Solved a bug in the slave input state machine to process the incomming data.
master
master
Solved a bug in the dynamixel v2.0 protocol for the bulk read operation.
Improved mutex location and memory handling.
1.0.6 1.0.7
1.0.6 1.0.7
Called the function to set the serial port in the low latency mode.
Added functions to receive all the answers from bulk and sync read commands.
Updated to Ubuntu 20.04
1.0.4 1.0.5
1.0.4 1.0.5
Updated to latest version of package generation
Modified the minimum required CMake version to avoid warnings while processing the boost library.
Merge branch 'can_devel' into 'master'
1.0.3 ubuntu_18…
1.0.3 ubuntu_18_04
adding condition to read messages bigger than 0
Merge branch 'ubuntu_18_04' into 'master'
1.0.2
1.0.2
Used the specific new data event for the rx can ID.
The communication device is closed and deleted (if necessary) when the config_bus function is called.
updating timeouts, solving 0 value bug
adding v2 protocol capabilities
dynamixel_can and dynamixelserver_can layers for v1 packets
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 ubuntu_16…
1.0.0 ubuntu_16_04
Ubuntu18 changes
pal_can
pal_can
Reduced the timeout when waiting for an answer.
Changed the deprecated auto_ptr for the unique_ptr.
Added additional uninstall commands to also remove the installation folder of the library.
Update ReadMe.md
Updated the description of the ReadMe file.
Changed the 147.83.76.226 IP address for the server name labrepo.iri.upc.edu.
Merge branch 'install_path'
Merge branch 'multi_instance'
Updated the README file.
Moved some static variables of the thread to the class to allow multiple instances of the class.
Solved a bug in the bulk read operation for version 1 protocol.
Added the destructor to the FTDI dynamixel slave module.
Made public the start() and stop() functions.
Added exception handling in some functions.
Added destructors to the CDynamixel and CDynamixelServer classes.
Update ReadMe.md
Updated docker image repository
Update CMakeLists.txt
Update ReadMe.md
Solved a bug when the first attempt to configure the bus failed (the communications object was not properly handled).
Removed some commentaries.
Loading