- Jan 28, 2020
-
-
Sergi Hernandez authored
-
Sergi Hernandez authored
-
- Jan 26, 2020
-
-
Sergi Hernandez authored
Added support ot perform a scan on demand.
-
Sergi Hernandez authored
-
Sergi Hernandez authored
-
- Jan 25, 2020
-
-
Sergi Hernandez authored
-
Sergi Hernandez authored
Each module has its own memory module to handle its own parameters.
-
Sergi Hernandez authored
Added the dynamixel slave interface registers.
-
- Jan 23, 2020
-
-
Sergi Hernandez authored
Updated the test example.
-
Sergi Hernandez authored
Added a function to read a register. Updated the operations configuration of the motion manager.
-
Sergi Hernandez authored
Added a register mapping data structure for all he supported dynamixel families.
-
- Jan 21, 2020
-
-
Sergi Hernandez authored
Renamed the delete variable to avoid problems in C++.
-
Sergi Hernandez authored
-
Sergi Hernandez authored
Added an scheduler object to the dynamixel manager to handle the periodic call of the main function. Chnaged the period resolution to ms. Solved a bug in the set_period() function call period.
-
- Jan 20, 2020
-
-
Sergi Hernandez authored
-
Sergi Hernandez authored
-
Sergi Hernandez authored
-
Sergi Hernandez authored
-
- Jan 17, 2020
-
-
Sergi Hernandez authored
-
Sergi Hernandez authored
-
- Jan 15, 2020
-
-
Sergi Hernandez authored
-
Sergi Hernandez authored
-
Sergi Hernandez authored
-
Sergi Hernandez authored
Made the dynamixel_base and dynamixel manager libraries compatible with C and C++ adding the extern "C" tag.
-
- Jan 07, 2020
-
-
Sergi Hernandez authored
Solved an issue with the inline functions. Solved some type cast errors.
-
- Dec 25, 2019
-
-
Sergi Hernandez authored
Multi slave See merge request !7
-
- Dec 15, 2019
-
-
Sergi Hernandez authored
-
Sergi Hernandez authored
Updated the dyn_manager and dyn_modules modules to use the new eeprom data structures and memory module version.
-
- Oct 08, 2019
-
-
Sergi Hernandez authored
-
- Oct 04, 2019
-
-
Sergi Hernandez authored
-
Sergi Hernandez authored
Removed the global ram_data variable. Added an independant data vector for each memory instance.
-
Sergi Hernandez authored
Used the individual memory data structure for each device.
-
- Jul 26, 2019
-
-
Sergi Hernandez authored
-
- Jul 25, 2019
-
-
Sergi Hernandez authored
-
Sergi Hernandez authored
-
Sergi Hernandez authored
-
- Jul 23, 2019
-
-
Sergi Hernandez authored
-
- May 15, 2019
-
-
Sergi Hernandez authored
All registers definitions and read/write functions in a single module. Removed the low level hardware interface. Added all the pattern modules. Created a frame_buffer module to handle the associated memory. Created a frame_buffer_control module to handle all patterns.
-
Sergi Hernandez authored
This pointer is passed as an argument to the callback function.
-
Sergi Hernandez authored
-