- Feb 17, 2023
-
-
Sergi Hernandez authored
-
- May 15, 2019
-
-
Sergi Hernandez authored
-
- Apr 02, 2016
-
-
Sergi Hernandez authored
-
- Mar 16, 2016
-
-
Sergi Hernandez authored
Added event activations in the main thread to avoid getting stuck when an scanning error occurs or the scan is cancelled.
-
Sergi Hernandez authored
Solved a problem when starting a new scan when the previous one was stopped. The new one never started.
-
- Mar 08, 2016
-
-
Alejandro Lopez Gestoso authored
-
- Feb 27, 2016
-
-
Sergi Hernandez authored
Added a module to test the new firmware for AX12 servos.
-
- Feb 26, 2016
-
-
Sergi Hernandez authored
Increased the speed of the ping() function.
-
- Oct 08, 2015
-
-
Sergi Hernandez authored
Added two dynamixel server implmentations: one with the FTDI and the other one with a standard serial port. Added a new configuration file with specific information for each implementation. Changed the examples and the configuration files accordingly.
-
- May 20, 2015
-
-
Sergi Hernandez authored
Added a synchronization procedure in the dynamixel server to avoid problems at first power up.
-
- Apr 15, 2015
-
-
Sergi Hernandez authored
Solved a problem in the reception,when invalid data is received in front of the expected packet. Both in the server and the modules.
-
- Dec 10, 2014
-
-
Sergi Hernandez authored
-
- Dec 05, 2014
-
-
Sergi Hernandez authored
-
- Jul 08, 2013
-
-
Sergi Hernandez authored
Solved a bug in the get_device() function. The function get blocked when no device was found with the desired id.
-
- Apr 28, 2012
-
-
Sergi Hernandez authored
The new serial number is compared with the previous one to avoid reinitializing the same bus over and over.
-
Sergi Hernandez authored
Added support to get dynamixel converters from the serial number instead of the usb index, which is more robust. Previous API using the usb index is still supported.
-
- Feb 06, 2012
-
-
Sergi Hernandez authored
-
- Jan 18, 2012
-
-
Sergi Hernandez authored
-
- Dec 28, 2011
-
-
Sergi Hernandez authored
Changed the config_bus function to change only the communication device baud speed, but not that of the devices connected to the bus.
-
- Oct 07, 2011
-
-
Sergi Hernandez authored
-
- Sep 06, 2011
-
-
Sergi Hernandez authored
The set_bus_id() function has been move to the protected class.
-
- Aug 23, 2011
-
-
Sergi Hernandez authored
Solved some memory leacks.
-
- Jul 22, 2011
-
-
Sergi Hernandez authored
Modified the main CMakeLists.txt to set the compiler flags for the C++ compiler instead of the C compiler. Solved some compilation warnings that appeared.
-
- Jul 06, 2011
-
-
Sergi Hernandez authored
Modified the dynamixel server to be able to free the used devices when the associated CDynamixel object is destroyed.
-
- Jun 28, 2011
-
-
Sergi Hernandez authored
-
- May 16, 2011
-
-
Sergi Hernandez authored
Minor changes in the get_device() function to avoid multiple instances of a single dynamixel device.
-
- May 09, 2011
-
-
Sergi Hernandez authored
-
- Apr 18, 2011
-
-
Guillem Alenyà authored
-