There was a problem fetching the pipeline metadata.
Added a check for the transmission state in the dynamixel communication module...
Added a check for the transmission state in the dynamixel communication module before starting a new transmission. Initialized the motion_manager module before calling the user_init() function. This way the dynamixel communications are already set up when the user function is called. The initialization of the expansion baord is attempted by default. If the board is not found, it will not be used. Added the expansion board loop function in the motion manager loop for timing. Added a preprocessor command to either read all expansion board data in the loop() function or read each filed using a separate function.
parent
42838272
No related branches found
No related tags found
Pipeline #
Showing
- communications/Makefile 2 additions, 1 deletioncommunications/Makefile
- communications/src/dynamixel_master.c 15 additions, 5 deletionscommunications/src/dynamixel_master.c
- controllers/include/cm510.h 1 addition, 0 deletionscontrollers/include/cm510.h
- controllers/include/cm510_cfg.h 4 additions, 0 deletionscontrollers/include/cm510_cfg.h
- controllers/src/adc.c 4 additions, 1 deletioncontrollers/src/adc.c
- controllers/src/cm510.c 3 additions, 1 deletioncontrollers/src/cm510.c
- dyn_devices/Makefile 2 additions, 1 deletiondyn_devices/Makefile
- dyn_devices/include/exp_board.h 1 addition, 0 deletionsdyn_devices/include/exp_board.h
- dyn_devices/include/exp_board_reg.h 61 additions, 1 deletiondyn_devices/include/exp_board_reg.h
- dyn_devices/src/exp_board/exp_board.c 40 additions, 3 deletionsdyn_devices/src/exp_board/exp_board.c
- motion/src/examples/walk_straight.c 4 additions, 4 deletionsmotion/src/examples/walk_straight.c
- motion/src/motion_manager.c 7 additions, 0 deletionsmotion/src/motion_manager.c
Loading
Please register or sign in to comment