placo 0.7.5__0-cp310-cp310-manylinux_2_35_x86_64.whl → 0.7.6__0-cp310-cp310-manylinux_2_35_x86_64.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.10/site-packages/placo.pyi +75 -37
- cmeel.prefix/lib/python3.10/site-packages/placo.so +0 -0
- {placo-0.7.5.dist-info → placo-0.7.6.dist-info}/METADATA +3 -1
- {placo-0.7.5.dist-info → placo-0.7.6.dist-info}/RECORD +8 -8
- {placo-0.7.5.dist-info → placo-0.7.6.dist-info}/WHEEL +0 -0
- {placo-0.7.5.dist-info → placo-0.7.6.dist-info}/licenses/LICENSE +0 -0
- {placo-0.7.5.dist-info → placo-0.7.6.dist-info}/top_level.txt +0 -0
cmeel.prefix/lib/liblibplaco.so
CHANGED
|
Binary file
|
|
@@ -4133,15 +4133,6 @@ None( (placo.HumanoidParameters)arg1) -> float :
|
|
|
4133
4133
|
|
|
4134
4134
|
|
|
4135
4135
|
class HumanoidRobot:
|
|
4136
|
-
T_world_support: any
|
|
4137
|
-
"""
|
|
4138
|
-
|
|
4139
|
-
None( (placo.HumanoidRobot)arg1) -> object :
|
|
4140
|
-
|
|
4141
|
-
C++ signature :
|
|
4142
|
-
Eigen::Transform<double, 3, 2, 0> {lvalue} None(placo::humanoid::HumanoidRobot {lvalue})
|
|
4143
|
-
"""
|
|
4144
|
-
|
|
4145
4136
|
def HumanoidRobot(
|
|
4146
4137
|
self,
|
|
4147
4138
|
model_directory: str = "robot", # std::string
|
|
@@ -4228,7 +4219,7 @@ None( (placo.HumanoidRobot)arg1) -> object :
|
|
|
4228
4219
|
"""
|
|
4229
4220
|
Computes all minimum distances between current collision pairs.
|
|
4230
4221
|
|
|
4231
|
-
:return: <Element 'para' at
|
|
4222
|
+
:return: <Element 'para' at 0x7f73dbc4b6a0>
|
|
4232
4223
|
"""
|
|
4233
4224
|
...
|
|
4234
4225
|
|
|
@@ -4250,7 +4241,7 @@ None( (placo.HumanoidRobot)arg1) -> object :
|
|
|
4250
4241
|
|
|
4251
4242
|
:param any frame: the frame for which we want the jacobian
|
|
4252
4243
|
|
|
4253
|
-
:return: <Element 'para' at
|
|
4244
|
+
:return: <Element 'para' at 0x7f73dbc49760>
|
|
4254
4245
|
"""
|
|
4255
4246
|
...
|
|
4256
4247
|
|
|
@@ -4264,7 +4255,7 @@ None( (placo.HumanoidRobot)arg1) -> object :
|
|
|
4264
4255
|
|
|
4265
4256
|
:param any frame: the frame for which we want the jacobian time variation
|
|
4266
4257
|
|
|
4267
|
-
:return: <Element 'para' at
|
|
4258
|
+
:return: <Element 'para' at 0x7f73dbbb5490>
|
|
4268
4259
|
"""
|
|
4269
4260
|
...
|
|
4270
4261
|
|
|
@@ -4327,6 +4318,11 @@ None( (placo.HumanoidRobot)arg1) -> object :
|
|
|
4327
4318
|
) -> numpy.ndarray:
|
|
4328
4319
|
...
|
|
4329
4320
|
|
|
4321
|
+
def get_T_world_support(
|
|
4322
|
+
arg1: HumanoidRobot,
|
|
4323
|
+
) -> object:
|
|
4324
|
+
...
|
|
4325
|
+
|
|
4330
4326
|
def get_T_world_trunk(
|
|
4331
4327
|
self,
|
|
4332
4328
|
) -> numpy.ndarray:
|
|
@@ -4378,6 +4374,17 @@ None( (placo.HumanoidRobot)arg1) -> object :
|
|
|
4378
4374
|
"""
|
|
4379
4375
|
...
|
|
4380
4376
|
|
|
4377
|
+
def get_joint_limits(
|
|
4378
|
+
self,
|
|
4379
|
+
name: str, # const std::string &
|
|
4380
|
+
) -> any:
|
|
4381
|
+
"""
|
|
4382
|
+
Gets the limits for a given joint.
|
|
4383
|
+
|
|
4384
|
+
:param str name: joint name
|
|
4385
|
+
"""
|
|
4386
|
+
...
|
|
4387
|
+
|
|
4381
4388
|
def get_joint_offset(
|
|
4382
4389
|
self,
|
|
4383
4390
|
name: str, # const std::string &
|
|
@@ -4560,7 +4567,7 @@ None( (placo.HumanoidRobot)arg1) -> object :
|
|
|
4560
4567
|
|
|
4561
4568
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
4562
4569
|
|
|
4563
|
-
:return: <Element 'para' at
|
|
4570
|
+
:return: <Element 'para' at 0x7f73dbb2be70>
|
|
4564
4571
|
"""
|
|
4565
4572
|
...
|
|
4566
4573
|
|
|
@@ -4589,6 +4596,12 @@ None( (placo.HumanoidRobot)arg1) -> object :
|
|
|
4589
4596
|
"""
|
|
4590
4597
|
...
|
|
4591
4598
|
|
|
4599
|
+
def set_T_world_support(
|
|
4600
|
+
arg1: HumanoidRobot,
|
|
4601
|
+
arg2: numpy.ndarray,
|
|
4602
|
+
) -> None:
|
|
4603
|
+
...
|
|
4604
|
+
|
|
4592
4605
|
def set_gear_ratio(
|
|
4593
4606
|
self,
|
|
4594
4607
|
joint_name: str, # const std::string &
|
|
@@ -4749,6 +4762,15 @@ None( (placo.HumanoidRobot)arg1) -> bool :
|
|
|
4749
4762
|
bool {lvalue} None(placo::humanoid::HumanoidRobot {lvalue})
|
|
4750
4763
|
"""
|
|
4751
4764
|
|
|
4765
|
+
support_side: any
|
|
4766
|
+
"""
|
|
4767
|
+
|
|
4768
|
+
None( (placo.HumanoidRobot)arg1) -> placo.HumanoidRobot_Side :
|
|
4769
|
+
|
|
4770
|
+
C++ signature :
|
|
4771
|
+
placo::humanoid::HumanoidRobot::Side {lvalue} None(placo::humanoid::HumanoidRobot {lvalue})
|
|
4772
|
+
"""
|
|
4773
|
+
|
|
4752
4774
|
def torques_from_acceleration_with_fixed_frame(
|
|
4753
4775
|
self,
|
|
4754
4776
|
qdd_a: numpy.ndarray, # Eigen::VectorXd
|
|
@@ -7441,7 +7463,7 @@ None( (placo.RobotWrapper)arg1) -> object :
|
|
|
7441
7463
|
"""
|
|
7442
7464
|
Computes all minimum distances between current collision pairs.
|
|
7443
7465
|
|
|
7444
|
-
:return: <Element 'para' at
|
|
7466
|
+
:return: <Element 'para' at 0x7f73dbcab3d0>
|
|
7445
7467
|
"""
|
|
7446
7468
|
...
|
|
7447
7469
|
|
|
@@ -7455,7 +7477,7 @@ None( (placo.RobotWrapper)arg1) -> object :
|
|
|
7455
7477
|
|
|
7456
7478
|
:param any frame: the frame for which we want the jacobian
|
|
7457
7479
|
|
|
7458
|
-
:return: <Element 'para' at
|
|
7480
|
+
:return: <Element 'para' at 0x7f73dbc09530>
|
|
7459
7481
|
"""
|
|
7460
7482
|
...
|
|
7461
7483
|
|
|
@@ -7469,7 +7491,7 @@ None( (placo.RobotWrapper)arg1) -> object :
|
|
|
7469
7491
|
|
|
7470
7492
|
:param any frame: the frame for which we want the jacobian time variation
|
|
7471
7493
|
|
|
7472
|
-
:return: <Element 'para' at
|
|
7494
|
+
:return: <Element 'para' at 0x7f73dbdda980>
|
|
7473
7495
|
"""
|
|
7474
7496
|
...
|
|
7475
7497
|
|
|
@@ -7554,6 +7576,17 @@ None( (placo.RobotWrapper)arg1) -> object :
|
|
|
7554
7576
|
"""
|
|
7555
7577
|
...
|
|
7556
7578
|
|
|
7579
|
+
def get_joint_limits(
|
|
7580
|
+
self,
|
|
7581
|
+
name: str, # const std::string &
|
|
7582
|
+
) -> any:
|
|
7583
|
+
"""
|
|
7584
|
+
Gets the limits for a given joint.
|
|
7585
|
+
|
|
7586
|
+
:param str name: joint name
|
|
7587
|
+
"""
|
|
7588
|
+
...
|
|
7589
|
+
|
|
7557
7590
|
def get_joint_offset(
|
|
7558
7591
|
self,
|
|
7559
7592
|
name: str, # const std::string &
|
|
@@ -7699,7 +7732,7 @@ None( (placo.RobotWrapper)arg1) -> object :
|
|
|
7699
7732
|
|
|
7700
7733
|
:param bool stop_at_first: whether to stop at the first collision found
|
|
7701
7734
|
|
|
7702
|
-
:return: <Element 'para' at
|
|
7735
|
+
:return: <Element 'para' at 0x7f73dbcabec0>
|
|
7703
7736
|
"""
|
|
7704
7737
|
...
|
|
7705
7738
|
|
|
@@ -7998,52 +8031,38 @@ None( (placo.Segment)arg1) -> object :
|
|
|
7998
8031
|
"""
|
|
7999
8032
|
...
|
|
8000
8033
|
|
|
8001
|
-
def is_collinear(
|
|
8002
|
-
self,
|
|
8003
|
-
s: Segment, # placo::tools::Segment
|
|
8004
|
-
epsilon: float = 1e-6, # double
|
|
8005
|
-
) -> bool:
|
|
8006
|
-
"""
|
|
8007
|
-
Checks if this segment is collinear with another one.
|
|
8008
|
-
|
|
8009
|
-
:param Segment s: The segment to check collinearity with.
|
|
8010
|
-
|
|
8011
|
-
:param float epsilon: To account for floating point errors.
|
|
8012
|
-
"""
|
|
8013
|
-
...
|
|
8014
|
-
|
|
8015
8034
|
def is_parallel(
|
|
8016
8035
|
self,
|
|
8017
8036
|
s: Segment, # placo::tools::Segment
|
|
8018
|
-
epsilon: float = 1e-
|
|
8037
|
+
epsilon: float = 1e-5, # double
|
|
8019
8038
|
) -> bool:
|
|
8020
8039
|
"""
|
|
8021
8040
|
Checks if this segment is parallel to another one.
|
|
8022
8041
|
|
|
8023
8042
|
:param Segment s: The segment to check parallelism with.
|
|
8024
8043
|
|
|
8025
|
-
:param float epsilon:
|
|
8044
|
+
:param float epsilon: The sinus of the error angle accepted for 2 segments to be considered parallel.
|
|
8026
8045
|
"""
|
|
8027
8046
|
...
|
|
8028
8047
|
|
|
8029
8048
|
def is_point_aligned(
|
|
8030
8049
|
self,
|
|
8031
8050
|
point: numpy.ndarray, # const Eigen::Vector2d &
|
|
8032
|
-
epsilon: float = 1e-
|
|
8051
|
+
epsilon: float = 1e-5, # double
|
|
8033
8052
|
) -> bool:
|
|
8034
8053
|
"""
|
|
8035
|
-
Checks if a point is aligned with this segment.
|
|
8054
|
+
Checks if a point is aligned with this segment by checking if the segment is parallel to the segment formed by the start of this segment and the point.
|
|
8036
8055
|
|
|
8037
8056
|
:param numpy.ndarray point: The point to check alignment with.
|
|
8038
8057
|
|
|
8039
|
-
:param float epsilon:
|
|
8058
|
+
:param float epsilon: The sinus of the error angle accepted for 2 segments to be considered parallel.
|
|
8040
8059
|
"""
|
|
8041
8060
|
...
|
|
8042
8061
|
|
|
8043
8062
|
def is_point_in_segment(
|
|
8044
8063
|
self,
|
|
8045
8064
|
point: numpy.ndarray, # const Eigen::Vector2d &
|
|
8046
|
-
epsilon: float = 1e-
|
|
8065
|
+
epsilon: float = 1e-5, # double
|
|
8047
8066
|
) -> bool:
|
|
8048
8067
|
"""
|
|
8049
8068
|
Checks if a point is in the segment.
|
|
@@ -8054,6 +8073,20 @@ None( (placo.Segment)arg1) -> object :
|
|
|
8054
8073
|
"""
|
|
8055
8074
|
...
|
|
8056
8075
|
|
|
8076
|
+
def is_segment_aligned(
|
|
8077
|
+
self,
|
|
8078
|
+
s: Segment, # placo::tools::Segment
|
|
8079
|
+
epsilon: float = 1e-5, # double
|
|
8080
|
+
) -> bool:
|
|
8081
|
+
"""
|
|
8082
|
+
Checks if this segment is aligned with another one.
|
|
8083
|
+
|
|
8084
|
+
:param Segment s: The segment to check alignment with.
|
|
8085
|
+
|
|
8086
|
+
:param float epsilon: To account for floating point errors.
|
|
8087
|
+
"""
|
|
8088
|
+
...
|
|
8089
|
+
|
|
8057
8090
|
def line_pass_through(
|
|
8058
8091
|
self,
|
|
8059
8092
|
s: Segment, # placo::tools::Segment
|
|
@@ -8076,6 +8109,11 @@ None( (placo.Segment)arg1) -> object :
|
|
|
8076
8109
|
"""
|
|
8077
8110
|
...
|
|
8078
8111
|
|
|
8112
|
+
def norm(
|
|
8113
|
+
self,
|
|
8114
|
+
) -> float:
|
|
8115
|
+
...
|
|
8116
|
+
|
|
8079
8117
|
start: any
|
|
8080
8118
|
"""
|
|
8081
8119
|
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: placo
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.6
|
|
4
4
|
Summary: PlaCo: Rhoban Planning and Control
|
|
5
5
|
Requires-Python: >= 3.9
|
|
6
6
|
License-Expression: MIT
|
|
@@ -17,6 +17,8 @@ Requires-Dist: meshcat
|
|
|
17
17
|
Requires-Dist: ischedule
|
|
18
18
|
Provides-Extra: build
|
|
19
19
|
Requires-Dist: pin[build] >= 3 ; extra == "build"
|
|
20
|
+
Requires-Dist: cmeel-eigen ; extra == "build"
|
|
21
|
+
Requires-Dist: eigenpy ; extra == "build"
|
|
20
22
|
Requires-Dist: doxystub ; extra == "build"
|
|
21
23
|
Description-Content-Type: text/markdown
|
|
22
24
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
cmeel.prefix/lib/liblibplaco.so,sha256=
|
|
2
|
-
cmeel.prefix/lib/python3.10/site-packages/placo.pyi,sha256=
|
|
3
|
-
cmeel.prefix/lib/python3.10/site-packages/placo.so,sha256=
|
|
1
|
+
cmeel.prefix/lib/liblibplaco.so,sha256=f17tAhLRHoUCAg00c2Q8ELNtfw_OveZo_zb6ee7quec,2012184
|
|
2
|
+
cmeel.prefix/lib/python3.10/site-packages/placo.pyi,sha256=Dl6qh0KXvzO5Lvnk4n1MTWtDraPjQY5IPGspUMGpNbY,195606
|
|
3
|
+
cmeel.prefix/lib/python3.10/site-packages/placo.so,sha256=JSoRUiLb8_XRnAoIDyRyolXcQr2CKFShbtzC2TYUhII,8340280
|
|
4
4
|
cmeel.prefix/lib/python3.10/site-packages/placo_utils/__init__.py,sha256=UN-fc5KfBWQ-_qkm0Ajouh-T9tBGm5aUtuzBiH1tRtk,80
|
|
5
5
|
cmeel.prefix/lib/python3.10/site-packages/placo_utils/tf.py,sha256=fFRXNbeLlXzn5VOqYl7hcSuvOOtTDTiLi_Lpd9_l6wA,36
|
|
6
6
|
cmeel.prefix/lib/python3.10/site-packages/placo_utils/view.py,sha256=7KiLYGpTKaPJtFHZ6kjERdOzJiPSDUtkIKHbziHpkYk,928
|
|
@@ -8,8 +8,8 @@ cmeel.prefix/lib/python3.10/site-packages/placo_utils/visualization.py,sha256=Mi
|
|
|
8
8
|
cmeel.prefix/lib/python3.10/site-packages/placo_utils/__pycache__/__init__.cpython-310.pyc,sha256=ZyPws5tvsOBeBWRtYJFY8uV0xehuAx5LCXvQ82KOjpE,262
|
|
9
9
|
cmeel.prefix/lib/python3.10/site-packages/placo_utils/__pycache__/tf.cpython-310.pyc,sha256=1ULLG8yW8jtQCDF35b_JPmNE_4yrYuASLjqZzth6zMs,224
|
|
10
10
|
cmeel.prefix/lib/python3.10/site-packages/placo_utils/__pycache__/visualization.cpython-310.pyc,sha256=vU4YB42zy_IyUdnNL1kwpONjE8X-7ye7iwv4mO_Si04,6886
|
|
11
|
-
placo-0.7.
|
|
12
|
-
placo-0.7.
|
|
13
|
-
placo-0.7.
|
|
14
|
-
placo-0.7.
|
|
15
|
-
placo-0.7.
|
|
11
|
+
placo-0.7.6.dist-info/licenses/LICENSE,sha256=q2bBXvk4Eh7TmP11LoIOIGSUuJbR30JBI6ZZ37g52T4,1061
|
|
12
|
+
placo-0.7.6.dist-info/METADATA,sha256=ewywCmaj0qebjF9Uv4jiKz1aAZiu_FTjtu5LP0SJog8,2656
|
|
13
|
+
placo-0.7.6.dist-info/WHEEL,sha256=CGpSWoBURgVtaMPvLWXBsECBIFvGPsCx-wd2AU5rQ8c,115
|
|
14
|
+
placo-0.7.6.dist-info/top_level.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
15
|
+
placo-0.7.6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|