File tree Expand file tree Collapse file tree 12 files changed +30
-20
lines changed
Expand file tree Collapse file tree 12 files changed +30
-20
lines changed Original file line number Diff line number Diff line change 44
55ORG = gepetto
66NAME = aig
7- VERSION = 1.2 .1
7+ VERSION = 1.3 .1
88
99CATEGORIES = wip
1010COMMENT = Stand alone computation of inverse geometry for biped robots or robotic arms.
1111LICENSE = 2-clause-bsd
1212MAINTAINER = gsaurel@laas.fr
1313
14+ USE_MASTER_GITHUB = yes
1415USE_BOOST_LIBS = unit_test_framework
1516
1617CMAKE_ARGS+ = -DBUILD_PYTHON_INTERFACE=OFF
1718
18- include ../../devel/jrl-cmakemodules/Makefile.common
19+ include ../../devel/jrl-cmakemodules/depend.mk
1920
2021include ../../math/eiquadprog/depend.mk
2122include ../../math/pinocchio/depend.mk
Original file line number Diff line number Diff line change @@ -17,4 +17,6 @@ lib/cmake/aig/cxx-standard.cmake
1717lib/libaig.so
1818lib/libaig.so.${PKGVERSION}
1919lib/pkgconfig/aig.pc
20+ share/aig/hook/ament_prefix_path.dsv
2021share/aig/package.xml
22+ share/ament_index/resource_index/packages/aig
Original file line number Diff line number Diff line change 1- SHA1 (aig-1.2 .1.tar.gz) = 240a9c118f61b9f34df9c5f452560168fc8a1e5b
2- RMD160 (aig-1.2 .1.tar.gz) = add7ee89d80a3d0fd0d078e9b20aeba5868f5d02
3- Size (aig-1.2 .1.tar.gz) = 863373 bytes
1+ SHA1 (aig-v1.3 .1.tar.gz) = aa23fb8367d2122162c901161d38d190f0cb65fa
2+ RMD160 (aig-v1.3 .1.tar.gz) = b9017b06da58032dccad90a35c56258f9c5da125
3+ Size (aig-v1.3 .1.tar.gz) = 36751 bytes
Original file line number Diff line number Diff line change 44
55ORG = gepetto
66NAME = biped-stabilizer
7- VERSION = 1.3 .0
7+ VERSION = 1.4 .0
88
99CATEGORIES = wip
1010COMMENT = Stabilizer for biped locomotion
1111LICENSE = 2-clause-bsd
1212MAINTAINER = gsaurel@laas.fr
1313
1414USE_BOOST_LIBS = unit_test_framework
15+ USE_MASTER_GITHUB = yes
1516
1617CMAKE_ARGS+ = -DBUILD_PYTHON_INTERFACE=OFF
1718
18- include ../../devel/jrl-cmakemodules/Makefile.common
19+ include ../../devel/jrl-cmakemodules/depend.mk
1920
2021include ../../math/eigen3/depend.mk
2122include ../../mk/sysdep/boost-headers.mk
Original file line number Diff line number Diff line change @@ -34,4 +34,6 @@ lib/cmake/biped-stabilizer/biped-stabilizerTargets.cmake
3434lib/libbiped-stabilizer.so
3535lib/libbiped-stabilizer.so.${PKGVERSION}
3636lib/pkgconfig/biped-stabilizer.pc
37+ share/ament_index/resource_index/packages/biped-stabilizer
38+ share/biped-stabilizer/hook/ament_prefix_path.dsv
3739share/biped-stabilizer/package.xml
Original file line number Diff line number Diff line change 1- SHA1 (biped-stabilizer-1.3 .0.tar.gz) = 876ebc3f84083e70dfddc255c49097cc03d58d89
2- RMD160 (biped-stabilizer-1.3 .0.tar.gz) = 1939ced446f254c4a5b1044fa4e4213e1f3e72fb
3- Size (biped-stabilizer-1.3 .0.tar.gz) = 948088 bytes
1+ SHA1 (biped-stabilizer-v1.4 .0.tar.gz) = f081b2492a52526c92949993ee0dbc36d8a5cf01
2+ RMD160 (biped-stabilizer-v1.4 .0.tar.gz) = ae37a2d209d7f05aa626ee8068dabd9a96534221
3+ Size (biped-stabilizer-v1.4 .0.tar.gz) = 127141 bytes
Original file line number Diff line number Diff line change 44
55ORG = gepetto
66NAME = aig
7- VERSION = 1.2 .1
7+ VERSION = 1.3 .1
88
99PKGNAME = ${PKGTAG.python-}${DISTNAME}
1010
@@ -15,8 +15,9 @@ MAINTAINER= gsaurel@laas.fr
1515
1616USE_BOOST_LIBS = unit_test_framework python
1717USE_PYTHON_ONLY = true
18+ USE_MASTER_GITHUB = true
1819
19- include ../../devel/jrl-cmakemodules/Makefile.common
20+ include ../../devel/jrl-cmakemodules/depend.mk
2021
2122include ../../wip/aig/depend.mk
2223include ../../math/eiquadprog/depend.mk
Original file line number Diff line number Diff line change 11@comment Mon Dec 12 14:21:14 CET 2022
22${PYTHON_SITELIB}/aig/__init__.py
33${PYTHON_SITELIB}/aig/aig${PYTHON_EXT_SUFFIX}
4+ share/aig/hook/python_path.dsv
Original file line number Diff line number Diff line change 1- SHA1 (aig-1.2 .1.tar.gz) = 240a9c118f61b9f34df9c5f452560168fc8a1e5b
2- RMD160 (aig-1.2 .1.tar.gz) = add7ee89d80a3d0fd0d078e9b20aeba5868f5d02
3- Size (aig-1.2 .1.tar.gz) = 863373 bytes
1+ SHA1 (aig-v1.3 .1.tar.gz) = aa23fb8367d2122162c901161d38d190f0cb65fa
2+ RMD160 (aig-v1.3 .1.tar.gz) = b9017b06da58032dccad90a35c56258f9c5da125
3+ Size (aig-v1.3 .1.tar.gz) = 36751 bytes
Original file line number Diff line number Diff line change 44
55ORG = gepetto
66NAME = biped-stabilizer
7- VERSION = 1.3 .0
7+ VERSION = 1.4 .0
88
99CATEGORIES = wip
1010COMMENT = Stabilizer for biped locomotion
1111LICENSE = 2-clause-bsd
1212MAINTAINER = gsaurel@laas.fr
1313
14+ USE_MASTER_GITHUB = true
1415USE_BOOST_LIBS = unit_test_framework python
1516USE_PYTHON_ONLY = true
1617
17- include ../../devel/jrl-cmakemodules/Makefile.common
18+ include ../../devel/jrl-cmakemodules/depend.mk
1819
1920include ../../wip/biped-stabilizer/depend.mk
2021
You can’t perform that action at this time.
0 commit comments