-
- Downloads
First test to integrate device by device.
This first version tests only the velocity (SoT) -> position (HW) scheme. It should be able to handle acceleration (SoT) -> position/velocity (HW). current (SoT) -> current (HW) torque (SoT) -> torque (HW) The following possibility is currently not handled: current (SoT) -> position (HW) This would requires to handle actuator model.
Showing
- CMakeLists.txt 1 addition, 0 deletionsCMakeLists.txt
- include/sot/core/device.hh 48 additions, 7 deletionsinclude/sot/core/device.hh
- include/sot/core/joint-device.hh 62 additions, 12 deletionsinclude/sot/core/joint-device.hh
- include/sot/core/joint-device.hxx 463 additions, 0 deletionsinclude/sot/core/joint-device.hxx
- src/tools/device.cpp 222 additions, 112 deletionssrc/tools/device.cpp
- unitTesting/CMakeLists.txt 77 additions, 68 deletionsunitTesting/CMakeLists.txt
- unitTesting/tools/test_device.cpp 551 additions, 0 deletionsunitTesting/tools/test_device.cpp
Loading
Please register or sign in to comment