placo 0.9.0__0-cp312-cp312-manylinux_2_28_aarch64.whl → 0.9.2__0-cp312-cp312-manylinux_2_28_aarch64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of placo might be problematic. Click here for more details.
- cmeel.prefix/lib/liblibplaco.so +0 -0
- cmeel.prefix/lib/python3.12/site-packages/placo.pyi +68 -46
- cmeel.prefix/lib/python3.12/site-packages/placo.so +0 -0
- {placo-0.9.0.dist-info → placo-0.9.2.dist-info}/METADATA +1 -1
- placo-0.9.2.dist-info/RECORD +12 -0
- placo-0.9.0.dist-info/RECORD +0 -12
- {placo-0.9.0.dist-info → placo-0.9.2.dist-info}/WHEEL +0 -0
- {placo-0.9.0.dist-info → placo-0.9.2.dist-info}/licenses/LICENSE +0 -0
- {placo-0.9.0.dist-info → placo-0.9.2.dist-info}/top_level.txt +0 -0
cmeel.prefix/lib/liblibplaco.so
CHANGED
|
Binary file
|
|
@@ -4127,26 +4127,13 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
|
|
|
4127
4127
|
def dcm(
|
|
4128
4128
|
self,
|
|
4129
4129
|
omega: float, # double
|
|
4130
|
+
com_velocity: numpy.ndarray, # Eigen::Vector2d
|
|
4130
4131
|
) -> numpy.ndarray:
|
|
4131
4132
|
"""
|
|
4132
4133
|
Compute the Divergent Component of Motion (DCM)
|
|
4133
4134
|
|
|
4134
|
-
:param float omega: Natural frequency of the LIP (= sqrt(g/h))
|
|
4135
|
-
|
|
4136
|
-
...
|
|
4137
|
-
|
|
4138
|
-
def dcm_from_com_vel(
|
|
4139
|
-
arg1: HumanoidRobot,
|
|
4140
|
-
arg2: float,
|
|
4141
|
-
arg3: numpy.ndarray,
|
|
4142
|
-
) -> numpy.ndarray:
|
|
4143
|
-
...
|
|
4144
|
-
|
|
4145
|
-
def dcom_world(
|
|
4146
|
-
self,
|
|
4147
|
-
) -> numpy.ndarray:
|
|
4148
|
-
"""
|
|
4149
|
-
Gets the CoM velocity in the world.
|
|
4135
|
+
:param float omega: Natural frequency of the LIP (= sqrt(g/h))
|
|
4136
|
+
:param numpy.ndarray com_velocity: CoM velocity
|
|
4150
4137
|
"""
|
|
4151
4138
|
...
|
|
4152
4139
|
|
|
@@ -4156,7 +4143,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
|
|
|
4156
4143
|
"""
|
|
4157
4144
|
Computes all minimum distances between current collision pairs.
|
|
4158
4145
|
|
|
4159
|
-
:return: <Element 'para' at
|
|
4146
|
+
:return: <Element 'para' at 0xff43488c7790>
|
|
4160
4147
|
"""
|
|
4161
4148
|
...
|
|
4162
4149
|
|
|
@@ -4188,7 +4175,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
|
|
|
4188
4175
|
Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
|
|
4189
4176
|
|
|
4190
4177
|
:param any frame: the frame for which we want the jacobian
|
|
4191
|
-
:return: <Element 'para' at
|
|
4178
|
+
:return: <Element 'para' at 0xff43488efdd0>
|
|
4192
4179
|
"""
|
|
4193
4180
|
...
|
|
4194
4181
|
|
|
@@ -4201,7 +4188,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryM
|
|
|
4201
4188
|
Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
|
|
4202
4189
|
|
|
4203
4190
|
:param any frame: the frame for which we want the jacobian time variation
|
|
4204
|
-
:return: <Element 'para' at
|
|
4191
|
+
:return: <Element 'para' at 0xff43488ee7a0>
|
|
4205
4192
|
"""
|
|
4206
4193
|
...
|
|
4207
4194
|
|
|
@@ -4507,7 +4494,7 @@ None( (placo.HumanoidRobot)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
|
|
|
4507
4494
|
Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
|
|
4508
4495
|
|
|
4509
4496
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
4510
|
-
:return: <Element 'para' at
|
|
4497
|
+
:return: <Element 'para' at 0xff43488c7010>
|
|
4511
4498
|
"""
|
|
4512
4499
|
...
|
|
4513
4500
|
|
|
@@ -4733,6 +4720,17 @@ None( (placo.HumanoidRobot)arg1) -> placo.HumanoidRobot_Side :
|
|
|
4733
4720
|
"""
|
|
4734
4721
|
...
|
|
4735
4722
|
|
|
4723
|
+
def update_from_imu(
|
|
4724
|
+
self,
|
|
4725
|
+
R_world_trunk: numpy.ndarray, # Eigen::Matrix3d
|
|
4726
|
+
) -> None:
|
|
4727
|
+
"""
|
|
4728
|
+
Rotate the robot around its support.
|
|
4729
|
+
|
|
4730
|
+
:param numpy.ndarray R_world_trunk: Orientation of the trunk from the IMU
|
|
4731
|
+
"""
|
|
4732
|
+
...
|
|
4733
|
+
|
|
4736
4734
|
def update_kinematics(
|
|
4737
4735
|
self,
|
|
4738
4736
|
) -> None:
|
|
@@ -5365,12 +5363,9 @@ None( (placo.KinematicsSolver)arg1) -> int :
|
|
|
5365
5363
|
|
|
5366
5364
|
def add_joints_task(
|
|
5367
5365
|
self,
|
|
5368
|
-
joints: dict[str, float], # std::map< std::string, double > &
|
|
5369
5366
|
) -> JointsTask:
|
|
5370
5367
|
"""
|
|
5371
5368
|
Adds joints task.
|
|
5372
|
-
|
|
5373
|
-
:param dict[str, float] joints: value for the joints
|
|
5374
5369
|
"""
|
|
5375
5370
|
...
|
|
5376
5371
|
|
|
@@ -7355,21 +7350,13 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
|
|
|
7355
7350
|
"""
|
|
7356
7351
|
...
|
|
7357
7352
|
|
|
7358
|
-
def dcom_world(
|
|
7359
|
-
self,
|
|
7360
|
-
) -> numpy.ndarray:
|
|
7361
|
-
"""
|
|
7362
|
-
Gets the CoM velocity in the world.
|
|
7363
|
-
"""
|
|
7364
|
-
...
|
|
7365
|
-
|
|
7366
7353
|
def distances(
|
|
7367
7354
|
self,
|
|
7368
7355
|
) -> list[Distance]:
|
|
7369
7356
|
"""
|
|
7370
7357
|
Computes all minimum distances between current collision pairs.
|
|
7371
7358
|
|
|
7372
|
-
:return: <Element 'para' at
|
|
7359
|
+
:return: <Element 'para' at 0xff43488edf30>
|
|
7373
7360
|
"""
|
|
7374
7361
|
...
|
|
7375
7362
|
|
|
@@ -7382,7 +7369,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
|
|
|
7382
7369
|
Frame jacobian, default reference is LOCAL_WORLD_ALIGNED.
|
|
7383
7370
|
|
|
7384
7371
|
:param any frame: the frame for which we want the jacobian
|
|
7385
|
-
:return: <Element 'para' at
|
|
7372
|
+
:return: <Element 'para' at 0xff43488cf1a0>
|
|
7386
7373
|
"""
|
|
7387
7374
|
...
|
|
7388
7375
|
|
|
@@ -7395,7 +7382,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.GeometryMo
|
|
|
7395
7382
|
Jacobian time variation $\dot J$, default reference is LOCAL_WORLD_ALIGNED.
|
|
7396
7383
|
|
|
7397
7384
|
:param any frame: the frame for which we want the jacobian time variation
|
|
7398
|
-
:return: <Element 'para' at
|
|
7385
|
+
:return: <Element 'para' at 0xff43488ce480>
|
|
7399
7386
|
"""
|
|
7400
7387
|
...
|
|
7401
7388
|
|
|
@@ -7633,7 +7620,7 @@ None( (placo.RobotWrapper)arg1) -> pinocchio.pinocchio_pywrap_default.Model :
|
|
|
7633
7620
|
Finds the self collision in current state, if stop_at_first is true, it will stop at the first collision found.
|
|
7634
7621
|
|
|
7635
7622
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
7636
|
-
:return: <Element 'para' at
|
|
7623
|
+
:return: <Element 'para' at 0xff43488ed080>
|
|
7637
7624
|
"""
|
|
7638
7625
|
...
|
|
7639
7626
|
|
|
@@ -8620,6 +8607,19 @@ None( (placo.WPGTrajectory)arg1) -> float :
|
|
|
8620
8607
|
"""
|
|
8621
8608
|
...
|
|
8622
8609
|
|
|
8610
|
+
def get_p_support_CoM(
|
|
8611
|
+
self,
|
|
8612
|
+
t: float, # double
|
|
8613
|
+
) -> numpy.ndarray:
|
|
8614
|
+
...
|
|
8615
|
+
|
|
8616
|
+
def get_p_support_DCM(
|
|
8617
|
+
self,
|
|
8618
|
+
t: float, # double
|
|
8619
|
+
omega: float, # double
|
|
8620
|
+
) -> numpy.ndarray:
|
|
8621
|
+
...
|
|
8622
|
+
|
|
8623
8623
|
def get_p_world_CoM(
|
|
8624
8624
|
self,
|
|
8625
8625
|
t: float, # double
|
|
@@ -8692,6 +8692,12 @@ None( (placo.WPGTrajectory)arg1) -> float :
|
|
|
8692
8692
|
) -> list[Support]:
|
|
8693
8693
|
...
|
|
8694
8694
|
|
|
8695
|
+
def get_v_support_CoM(
|
|
8696
|
+
self,
|
|
8697
|
+
t: float, # double
|
|
8698
|
+
) -> numpy.ndarray:
|
|
8699
|
+
...
|
|
8700
|
+
|
|
8695
8701
|
def get_v_world_CoM(
|
|
8696
8702
|
self,
|
|
8697
8703
|
t: float, # double
|
|
@@ -8711,15 +8717,6 @@ None( (placo.WPGTrajectory)arg1) -> float :
|
|
|
8711
8717
|
) -> numpy.ndarray:
|
|
8712
8718
|
...
|
|
8713
8719
|
|
|
8714
|
-
kept_ts: any
|
|
8715
|
-
"""
|
|
8716
|
-
|
|
8717
|
-
None( (placo.WPGTrajectory)arg1) -> int :
|
|
8718
|
-
|
|
8719
|
-
C++ signature :
|
|
8720
|
-
int {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
|
|
8721
|
-
"""
|
|
8722
|
-
|
|
8723
8720
|
parts: any
|
|
8724
8721
|
"""
|
|
8725
8722
|
|
|
@@ -8734,6 +8731,15 @@ None( (placo.WPGTrajectory)arg1) -> object :
|
|
|
8734
8731
|
) -> None:
|
|
8735
8732
|
...
|
|
8736
8733
|
|
|
8734
|
+
replan_success: any
|
|
8735
|
+
"""
|
|
8736
|
+
|
|
8737
|
+
None( (placo.WPGTrajectory)arg1) -> bool :
|
|
8738
|
+
|
|
8739
|
+
C++ signature :
|
|
8740
|
+
bool {lvalue} None(placo::humanoid::WalkPatternGenerator::Trajectory {lvalue})
|
|
8741
|
+
"""
|
|
8742
|
+
|
|
8737
8743
|
def support_is_both(
|
|
8738
8744
|
self,
|
|
8739
8745
|
t: float, # double
|
|
@@ -8903,6 +8909,15 @@ None( (placo.WalkPatternGenerator)arg1) -> bool :
|
|
|
8903
8909
|
bool {lvalue} None(placo::humanoid::WalkPatternGenerator {lvalue})
|
|
8904
8910
|
"""
|
|
8905
8911
|
|
|
8912
|
+
stop_end_support_weight: any
|
|
8913
|
+
"""
|
|
8914
|
+
|
|
8915
|
+
None( (placo.WalkPatternGenerator)arg1) -> float :
|
|
8916
|
+
|
|
8917
|
+
C++ signature :
|
|
8918
|
+
double {lvalue} None(placo::humanoid::WalkPatternGenerator {lvalue})
|
|
8919
|
+
"""
|
|
8920
|
+
|
|
8906
8921
|
def support_default_duration(
|
|
8907
8922
|
self,
|
|
8908
8923
|
support: Support, # placo::humanoid::FootstepsPlanner::Support
|
|
@@ -8919,7 +8934,6 @@ None( (placo.WalkPatternGenerator)arg1) -> bool :
|
|
|
8919
8934
|
self,
|
|
8920
8935
|
t: float, # double
|
|
8921
8936
|
supports: list[Support], # std::vector<placo::humanoid::FootstepsPlanner::Support>
|
|
8922
|
-
world_target_zmp: numpy.ndarray, # Eigen::Vector2d
|
|
8923
8937
|
world_measured_dcm: numpy.ndarray, # Eigen::Vector2d
|
|
8924
8938
|
) -> list[Support]:
|
|
8925
8939
|
"""
|
|
@@ -8927,11 +8941,19 @@ None( (placo.WalkPatternGenerator)arg1) -> bool :
|
|
|
8927
8941
|
|
|
8928
8942
|
:param float t: Current time
|
|
8929
8943
|
:param list[Support] supports: Planned supports
|
|
8930
|
-
:param numpy.ndarray world_target_zmp: Target ZMP for the flying foot in world frame
|
|
8931
8944
|
:param numpy.ndarray world_measured_dcm: Measured DCM in world frame
|
|
8932
8945
|
"""
|
|
8933
8946
|
...
|
|
8934
8947
|
|
|
8948
|
+
zmp_in_support_weight: any
|
|
8949
|
+
"""
|
|
8950
|
+
|
|
8951
|
+
None( (placo.WalkPatternGenerator)arg1) -> float :
|
|
8952
|
+
|
|
8953
|
+
C++ signature :
|
|
8954
|
+
double {lvalue} None(placo::humanoid::WalkPatternGenerator {lvalue})
|
|
8955
|
+
"""
|
|
8956
|
+
|
|
8935
8957
|
|
|
8936
8958
|
class WalkTasks:
|
|
8937
8959
|
def __init__(
|
|
Binary file
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
cmeel.prefix/lib/liblibplaco.so,sha256=zKS4gQ3-iF_xafYvyIYYWc837WTZakUpymHAlq5J9oI,1710096
|
|
2
|
+
cmeel.prefix/lib/python3.12/site-packages/placo.pyi,sha256=Ip8-FlvgUwMIfqn6EDBnrg29Kpe8y789mX1wKsApzhA,196447
|
|
3
|
+
cmeel.prefix/lib/python3.12/site-packages/placo.so,sha256=By1wbyyLV2tW_ZlCSLPA0tq_pM52HltmWXD7854TJqY,8749816
|
|
4
|
+
cmeel.prefix/lib/python3.12/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
|
|
5
|
+
cmeel.prefix/lib/python3.12/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
|
|
6
|
+
cmeel.prefix/lib/python3.12/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
|
|
7
|
+
cmeel.prefix/lib/python3.12/site-packages/placo_utils/visualization.py,sha256=MiUn91MtezIpaP-bBj5g5PqVQNbDWdKkZxbvS_nu93I,8330
|
|
8
|
+
placo-0.9.2.dist-info/licenses/LICENSE,sha256=q2bBXvk4Eh7TmP11LoIOIGSUuJbR30JBI6ZZ37g52T4,1061
|
|
9
|
+
placo-0.9.2.dist-info/METADATA,sha256=J3JpPZ0GlSCqi8liiO02WiGJXzJ-q4p5fGUYxPdF8LE,2620
|
|
10
|
+
placo-0.9.2.dist-info/WHEEL,sha256=ToaEwJN9ywpm4RbRLZDEOVlE45Im7C9qIw02cSBZGOA,116
|
|
11
|
+
placo-0.9.2.dist-info/top_level.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
12
|
+
placo-0.9.2.dist-info/RECORD,,
|
placo-0.9.0.dist-info/RECORD
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
cmeel.prefix/lib/liblibplaco.so,sha256=hMsfioBCHge86xehP6ldodQUJlUim8FcanKy7weZaqw,1709240
|
|
2
|
-
cmeel.prefix/lib/python3.12/site-packages/placo.pyi,sha256=8h8HjGnm_Pp75CC5inZa4lBZg_Ad14KzvFrv0MvucCM,196028
|
|
3
|
-
cmeel.prefix/lib/python3.12/site-packages/placo.so,sha256=k7RMyKmIf6X0cegGVEVTIPYMUuM21pQMtM2c84eBOo8,8748728
|
|
4
|
-
cmeel.prefix/lib/python3.12/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
|
|
5
|
-
cmeel.prefix/lib/python3.12/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
|
|
6
|
-
cmeel.prefix/lib/python3.12/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
|
|
7
|
-
cmeel.prefix/lib/python3.12/site-packages/placo_utils/visualization.py,sha256=MiUn91MtezIpaP-bBj5g5PqVQNbDWdKkZxbvS_nu93I,8330
|
|
8
|
-
placo-0.9.0.dist-info/licenses/LICENSE,sha256=q2bBXvk4Eh7TmP11LoIOIGSUuJbR30JBI6ZZ37g52T4,1061
|
|
9
|
-
placo-0.9.0.dist-info/METADATA,sha256=TPffHbvHnORg7JqUME69Tzf179PvC5sokN6xY2AhY5g,2620
|
|
10
|
-
placo-0.9.0.dist-info/WHEEL,sha256=ToaEwJN9ywpm4RbRLZDEOVlE45Im7C9qIw02cSBZGOA,116
|
|
11
|
-
placo-0.9.0.dist-info/top_level.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
12
|
-
placo-0.9.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|