diff --git a/sot-torque-control/Makefile b/sot-torque-control/Makefile index edf860f3a433f71f4d096dc9e2b80d3d8cd141f8..bd05c1a97b3dd26e67dbfd178d4858905abf1e3e 100644 --- a/sot-torque-control/Makefile +++ b/sot-torque-control/Makefile @@ -5,6 +5,7 @@ ORG= stack-of-tasks NAME= sot-torque-control VERSION= 1.4.0 +PKGREVISION= 1 DISTNAME= ${NAME}-${VERSION} diff --git a/sot-torque-control/PLIST b/sot-torque-control/PLIST index 3fef171c217143187fbe8bd9f70b3bfec87c9854..7fe91c0442684b730dd6dee28e75d2b777490d91 100644 --- a/sot-torque-control/PLIST +++ b/sot-torque-control/PLIST @@ -40,6 +40,8 @@ lib/plugin/device-torque-ctrl.so lib/plugin/device-torque-ctrl.so.${PKGVERSION} lib/plugin/free-flyer-locator.so lib/plugin/free-flyer-locator.so.${PKGVERSION} +lib/plugin/imu_offset_compensation.so +lib/plugin/imu_offset_compensation.so.${PKGVERSION} lib/plugin/inverse-dynamics-balance-controller.so lib/plugin/inverse-dynamics-balance-controller.so.${PKGVERSION} lib/plugin/joint-torque-controller.so diff --git a/sot-torque-control/distinfo b/sot-torque-control/distinfo index e84ce2d53473380afc93a0e33880962ba5a59826..ca1468ce64c733ab13c4bfcb66e1defbee8d450b 100644 --- a/sot-torque-control/distinfo +++ b/sot-torque-control/distinfo @@ -1,3 +1,4 @@ SHA1 (sot-torque-control-1.4.0.tar.gz) = 79e3065f7b5b6ca74daa264cb53852d1a543c454 RMD160 (sot-torque-control-1.4.0.tar.gz) = 1635171a5b1a4383485cd81d81a809707404a94b Size (sot-torque-control-1.4.0.tar.gz) = 2010149 bytes +SHA1 (patch-aa) = 86cf4a4c722a20c104592d09d79974d29f2cb19f diff --git a/sot-torque-control/patches/patch-aa b/sot-torque-control/patches/patch-aa new file mode 100644 index 0000000000000000000000000000000000000000..ffcee1be2d971b071cf88b35734d339720ae0b2a --- /dev/null +++ b/sot-torque-control/patches/patch-aa @@ -0,0 +1,11 @@ +--- python/dynamic_graph/sot/torque_control/utils/filter_utils.py ++++ python/dynamic_graph/sot/torque_control/utils/filter_utils.py +@@ -1,4 +1,4 @@ +-from dynamic_graph.sot.torque_control.filter_differentiator import FilterDifferentiator ++from dynamic_graph.sot.core.filter_differentiator import FilterDifferentiator + + def create_butter_lp_filter_Wn_05_N_2(name, dt, size): + lp_filter = FilterDifferentiator(name); +-- +2.7.4 +