Changed the way the detected servos are stored in memory for performance...
Changed the way the detected servos are stored in memory for performance issues. The Id coincides with the vector position. Added a new attribute to the servo info structure to hold the motion module associated to the servo (ACTION or JOINTS for now). Added support to detect and handle the simulated dynamixel servos. Removed the dynamixel master initialization from the motion manager. Added a module to implement a pan&tilt unit.
Showing
- communications/include/dynamixel_master.h 1 addition, 0 deletionscommunications/include/dynamixel_master.h
- communications/src/dynamixel_master.c 7 additions, 0 deletionscommunications/src/dynamixel_master.c
- controllers/src/cm510.c 7 additions, 2 deletionscontrollers/src/cm510.c
- dyn_devices/include/exp_board.h 1 addition, 0 deletionsdyn_devices/include/exp_board.h
- dyn_devices/include/exp_board_reg.h 2 additions, 1 deletiondyn_devices/include/exp_board_reg.h
- dyn_devices/src/exp_board/exp_board.c 9 additions, 0 deletionsdyn_devices/src/exp_board/exp_board.c
- examples/sensors/Makefile 1 addition, 1 deletionexamples/sensors/Makefile
- examples/sensors/sensors.c 2 additions, 2 deletionsexamples/sensors/sensors.c
- motion/include/motion_manager.h 3 additions, 1 deletionmotion/include/motion_manager.h
- motion/include/pan_tilt.h 13 additions, 0 deletionsmotion/include/pan_tilt.h
- motion/src/action.c 76 additions, 61 deletionsmotion/src/action.c
- motion/src/motion_manager.c 67 additions, 69 deletionsmotion/src/motion_manager.c
- motion/src/pan_tilt.c 51 additions, 0 deletionsmotion/src/pan_tilt.c
Loading
Please register or sign in to comment