Wiki » History » Version 1
Gianluca Corsini, 2023-07-05 10:55
1 | 1 | Gianluca Corsini | h1. Wiki |
---|---|---|---|
2 | |||
3 | h2. Subprojects |
||
4 | |||
5 | * "libdynamixel":https://redmine.laas.fr/projects/libdynamixel : inspired from "libmrsim":https://git.openrobots.org/projects/libmrsim?jump=welcome, this library provides the main functionalities and data structures to emulate the Dynamixel motors |
||
6 | * "dxsim-gazebo":https://redmine.laas.fr/projects/dxsim-gazebo : Gazebo plugin that simulates several Dynamixel motors connected in a daisy chain. Therefore, one instance of this plugin simulates one or more motors. |
||
7 | * "dynamixel-gazebo":https://redmine.laas.fr/projects/dynamixel-gazebo : *deprecated*. It is a Gazebo plugin that aims to simulate only one Dynamixel. Therefore, it was meant to be instantiated once for each motor. Then, a thread is in charge of the communication within the instances. The implementation has been stopped as it was way too complex. |
||
8 | * "magdynamixel-gazebo":https://redmine.laas.fr/projects/magdynamixel-gazebo : Gazebo plugin that simulates electromagnets. It is assumed that the electromagnets communicate by means of the Dynamixel protocol. Position commands belong to {0,1}, i.e. respectively {hold,release}. |