@@ -13,7 +13,7 @@ source:
13
13
patches :
14
14
15
15
build :
16
- number : 0
16
+ number : 1
17
17
skip : True # [win and py==38]
18
18
19
19
outputs :
@@ -37,12 +37,12 @@ outputs:
37
37
- {{ cdt('libxxf86vm') }} # [linux]
38
38
- {{ cdt('libxext') }} # [linux]
39
39
# YARP idl tools are used in this recipe
40
- - yarp-cxx # [build_platform != target_platform]
40
+ - libyarp # [build_platform != target_platform]
41
41
host :
42
42
- eigen
43
43
- idyntree
44
44
- manif
45
- - yarp-cxx
45
+ - libyarp
46
46
- tomlplusplus
47
47
- librobometry
48
48
- fmt
@@ -114,7 +114,7 @@ outputs:
114
114
- pybind11
115
115
- pybind11-abi
116
116
- liblie-group-controllers
117
- - yarp-cxx
117
+ - libyarp
118
118
- tomlplusplus
119
119
- idyntree
120
120
- fmt
@@ -158,6 +158,22 @@ outputs:
158
158
test :
159
159
imports :
160
160
- bipedal_locomotion_framework
161
+ - bipedal_locomotion_framework.bindings.contacts
162
+ - bipedal_locomotion_framework.bindings.continuous_dynamical_system
163
+ - bipedal_locomotion_framework.bindings.conversions
164
+ - bipedal_locomotion_framework.bindings.floating_base_estimators
165
+ - bipedal_locomotion_framework.bindings.ik
166
+ - bipedal_locomotion_framework.bindings.math
167
+ - bipedal_locomotion_framework.bindings.parameters_handler
168
+ - bipedal_locomotion_framework.bindings.planners
169
+ - bipedal_locomotion_framework.bindings.reduced_model_controllers
170
+ - bipedal_locomotion_framework.bindings.robot_interface
171
+ - bipedal_locomotion_framework.bindings.simplified_model_controllers
172
+ - bipedal_locomotion_framework.bindings.system
173
+ - bipedal_locomotion_framework.bindings.text_logging
174
+ - bipedal_locomotion_framework.bindings.tsid
175
+ - bipedal_locomotion_framework.bindings.yarp_utilities
176
+
161
177
162
178
about :
163
179
home : https://github.com/ami-iit/bipedal-locomotion-framework
0 commit comments