kuavo-humanoid-sdk 1.2.1b3323__20250918212129-py3-none-any.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 kuavo-humanoid-sdk might be problematic. Click here for more details.
- kuavo_humanoid_sdk/__init__.py +6 -0
- kuavo_humanoid_sdk/common/logger.py +45 -0
- kuavo_humanoid_sdk/interfaces/__init__.py +4 -0
- kuavo_humanoid_sdk/interfaces/data_types.py +288 -0
- kuavo_humanoid_sdk/interfaces/end_effector.py +62 -0
- kuavo_humanoid_sdk/interfaces/robot.py +22 -0
- kuavo_humanoid_sdk/interfaces/robot_info.py +56 -0
- kuavo_humanoid_sdk/kuavo/__init__.py +16 -0
- kuavo_humanoid_sdk/kuavo/core/audio.py +32 -0
- kuavo_humanoid_sdk/kuavo/core/core.py +666 -0
- kuavo_humanoid_sdk/kuavo/core/dex_hand_control.py +114 -0
- kuavo_humanoid_sdk/kuavo/core/leju_claw_control.py +67 -0
- kuavo_humanoid_sdk/kuavo/core/llm_doubao.py +608 -0
- kuavo_humanoid_sdk/kuavo/core/microphone.py +192 -0
- kuavo_humanoid_sdk/kuavo/core/navigation.py +70 -0
- kuavo_humanoid_sdk/kuavo/core/ros/audio.py +110 -0
- kuavo_humanoid_sdk/kuavo/core/ros/camera.py +105 -0
- kuavo_humanoid_sdk/kuavo/core/ros/control.py +1524 -0
- kuavo_humanoid_sdk/kuavo/core/ros/microphone.py +38 -0
- kuavo_humanoid_sdk/kuavo/core/ros/navigation.py +217 -0
- kuavo_humanoid_sdk/kuavo/core/ros/observation.py +94 -0
- kuavo_humanoid_sdk/kuavo/core/ros/param.py +201 -0
- kuavo_humanoid_sdk/kuavo/core/ros/sat_utils.py +103 -0
- kuavo_humanoid_sdk/kuavo/core/ros/state.py +652 -0
- kuavo_humanoid_sdk/kuavo/core/ros/tools.py +220 -0
- kuavo_humanoid_sdk/kuavo/core/ros/vision.py +234 -0
- kuavo_humanoid_sdk/kuavo/core/ros_env.py +238 -0
- kuavo_humanoid_sdk/kuavo/core/sdk_deprecated.py +41 -0
- kuavo_humanoid_sdk/kuavo/demo_climbstair.py +249 -0
- kuavo_humanoid_sdk/kuavo/dexterous_hand.py +238 -0
- kuavo_humanoid_sdk/kuavo/leju_claw.py +235 -0
- kuavo_humanoid_sdk/kuavo/logger_client.py +80 -0
- kuavo_humanoid_sdk/kuavo/robot.py +646 -0
- kuavo_humanoid_sdk/kuavo/robot_arm.py +411 -0
- kuavo_humanoid_sdk/kuavo/robot_audio.py +39 -0
- kuavo_humanoid_sdk/kuavo/robot_blockly.py +1154 -0
- kuavo_humanoid_sdk/kuavo/robot_climbstair.py +1607 -0
- kuavo_humanoid_sdk/kuavo/robot_head.py +95 -0
- kuavo_humanoid_sdk/kuavo/robot_info.py +134 -0
- kuavo_humanoid_sdk/kuavo/robot_microphone.py +19 -0
- kuavo_humanoid_sdk/kuavo/robot_navigation.py +135 -0
- kuavo_humanoid_sdk/kuavo/robot_observation.py +64 -0
- kuavo_humanoid_sdk/kuavo/robot_speech.py +24 -0
- kuavo_humanoid_sdk/kuavo/robot_state.py +310 -0
- kuavo_humanoid_sdk/kuavo/robot_tool.py +109 -0
- kuavo_humanoid_sdk/kuavo/robot_vision.py +81 -0
- kuavo_humanoid_sdk/kuavo_strategy/__init__.py +2 -0
- kuavo_humanoid_sdk/kuavo_strategy/grasp_box/grasp_box_strategy.py +1325 -0
- kuavo_humanoid_sdk/kuavo_strategy/kuavo_strategy.py +106 -0
- kuavo_humanoid_sdk/kuavo_strategy_v2/common/data_type.py +340 -0
- kuavo_humanoid_sdk/kuavo_strategy_v2/common/events/base_event.py +215 -0
- kuavo_humanoid_sdk/kuavo_strategy_v2/common/robot_sdk.py +25 -0
- kuavo_humanoid_sdk/kuavo_strategy_v2/pick_place_box/case.py +331 -0
- kuavo_humanoid_sdk/kuavo_strategy_v2/pick_place_box/strategy.py +504 -0
- kuavo_humanoid_sdk/kuavo_strategy_v2/utils/logger_setup.py +40 -0
- kuavo_humanoid_sdk/kuavo_strategy_v2/utils/utils.py +88 -0
- kuavo_humanoid_sdk/msg/__init__.py +4 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/__init__.py +7 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_AprilTagDetection.py +306 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_AprilTagDetectionArray.py +437 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_AudioReceiverData.py +122 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_FTsensorData.py +260 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_JoySticks.py +191 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_Metadata.py +199 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_MmDetectionMsg.py +264 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_RobotActionState.py +112 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_TFArray.py +323 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_TaskPoint.py +175 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/__init__.py +62 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_armCollisionCheckInfo.py +160 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_armHandPose.py +161 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_armHandPoseFree.py +171 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_armPoseWithTimeStamp.py +168 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_armTargetPoses.py +171 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_bezierCurveCubicPoint.py +178 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_dexhandCommand.py +229 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_dexhandTouchState.py +256 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_endEffectorData.py +227 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_footPose.py +123 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_footPose6D.py +123 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_footPose6DTargetTrajectories.py +320 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_footPoseTargetTrajectories.py +301 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_footPoseWithVision.py +136 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_footPoseWithVisionArray.py +231 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_footPoses.py +149 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_footPoses6D.py +149 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_fullBodyTargetTrajectories.py +258 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_gaitTimeName.py +147 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_gestureInfo.py +218 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_gestureTask.py +149 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_handPose.py +136 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_headBodyPose.py +145 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_ikSolveError.py +171 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_ikSolveParam.py +140 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_imuData.py +165 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_jointBezierTrajectory.py +201 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_jointCmd.py +390 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_jointData.py +205 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_kuavoModeSchedule.py +224 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_lejuClawCommand.py +320 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_lejuClawState.py +341 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_motorParam.py +122 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_picoPoseInfo.py +143 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_picoPoseInfoList.py +220 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_planArmState.py +120 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_qv.py +121 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_robotArmQVVD.py +177 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_robotBodyMatrices.py +332 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_robotHandPosition.py +225 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_robotHeadMotionData.py +128 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_robotState.py +222 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_sensorsData.py +655 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_switchGaitByName.py +200 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_tagDataArray.py +216 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_touchSensorStatus.py +162 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_twoArmHandPose.py +273 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_twoArmHandPoseCmd.py +316 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_twoArmHandPoseCmdFree.py +338 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_twoArmHandPoseFree.py +299 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_yoloDetection.py +251 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/msg/_yoloOutputData.py +168 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/srv/_CreatePath.py +581 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/srv/_ExecuteArmAction.py +281 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/srv/_GetAllMaps.py +241 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/srv/_GetCurrentMap.py +225 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/srv/_GetTargetPartPoseInCamera.py +298 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/srv/_InitialPoseWithTaskPoint.py +281 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/srv/_LoadMap.py +281 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/srv/_NavigateToTaskPoint.py +281 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/srv/_RepublishTFs.py +373 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/srv/_SetInitialPose.py +394 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/srv/_SetJoyTopic.py +282 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/srv/_SetLEDMode.py +468 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/srv/_SetLEDMode_free.py +289 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/srv/_SpeechSynthesis.py +270 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/srv/_TaskPointOperation.py +536 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/srv/__init__.py +43 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/srv/_adjustZeroPoint.py +277 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/srv/_changeArmCtrlMode.py +275 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/srv/_changeArmCtrlModeKuavo.py +236 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/srv/_changeMotorParam.py +299 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/srv/_changeTorsoCtrlMode.py +274 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/srv/_controlLejuClaw.py +408 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/srv/_enableHandTouchSensor.py +304 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/srv/_fkSrv.py +395 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/srv/_footPose6DTargetTrajectoriesSrv.py +426 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/srv/_footPoseTargetTrajectoriesSrv.py +409 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/srv/_gestureExecute.py +339 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/srv/_gestureExecuteState.py +257 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/srv/_gestureList.py +418 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/srv/_getCurrentGaitName.py +253 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/srv/_getMotorParam.py +299 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/srv/_getMotorZeroPoints.py +286 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/srv/_handForceLevel.py +330 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/srv/_jointMoveTo.py +302 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/srv/_planArmTrajectoryBezierCurve.py +422 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/srv/_planArmTrajectoryCubicSpline.py +490 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/srv/_playmusic.py +268 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/srv/_setHwIntialState.py +304 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/srv/_setMmCtrlFrame.py +273 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/srv/_setMotorEncoderRoundService.py +283 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/srv/_setTagId.py +275 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/srv/_singleStepControl.py +444 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/srv/_twoArmHandPoseCmdFreeSrv.py +716 -0
- kuavo_humanoid_sdk/msg/kuavo_msgs/srv/_twoArmHandPoseCmdSrv.py +664 -0
- kuavo_humanoid_sdk/msg/motion_capture_ik/__init__.py +7 -0
- kuavo_humanoid_sdk/msg/ocs2_msgs/__init__.py +7 -0
- kuavo_humanoid_sdk/msg/ocs2_msgs/msg/__init__.py +12 -0
- kuavo_humanoid_sdk/msg/ocs2_msgs/msg/_constraint.py +142 -0
- kuavo_humanoid_sdk/msg/ocs2_msgs/msg/_controller_data.py +121 -0
- kuavo_humanoid_sdk/msg/ocs2_msgs/msg/_lagrangian_metrics.py +148 -0
- kuavo_humanoid_sdk/msg/ocs2_msgs/msg/_mode_schedule.py +150 -0
- kuavo_humanoid_sdk/msg/ocs2_msgs/msg/_mpc_flattened_controller.py +666 -0
- kuavo_humanoid_sdk/msg/ocs2_msgs/msg/_mpc_input.py +122 -0
- kuavo_humanoid_sdk/msg/ocs2_msgs/msg/_mpc_observation.py +209 -0
- kuavo_humanoid_sdk/msg/ocs2_msgs/msg/_mpc_performance_indices.py +140 -0
- kuavo_humanoid_sdk/msg/ocs2_msgs/msg/_mpc_solver_data.py +886 -0
- kuavo_humanoid_sdk/msg/ocs2_msgs/msg/_mpc_state.py +122 -0
- kuavo_humanoid_sdk/msg/ocs2_msgs/msg/_mpc_target_trajectories.py +239 -0
- kuavo_humanoid_sdk/msg/ocs2_msgs/msg/_multiplier.py +148 -0
- kuavo_humanoid_sdk/msg/ocs2_msgs/srv/__init__.py +1 -0
- kuavo_humanoid_sdk/msg/ocs2_msgs/srv/_reset.py +376 -0
- kuavo_humanoid_sdk-1.2.1b3323.dist-info/METADATA +297 -0
- kuavo_humanoid_sdk-1.2.1b3323.dist-info/RECORD +186 -0
- kuavo_humanoid_sdk-1.2.1b3323.dist-info/WHEEL +6 -0
- kuavo_humanoid_sdk-1.2.1b3323.dist-info/top_level.txt +1 -0
|
@@ -0,0 +1,536 @@
|
|
|
1
|
+
# This Python file uses the following encoding: utf-8
|
|
2
|
+
"""autogenerated by genpy from kuavo_msgs/TaskPointOperationRequest.msg. Do not edit."""
|
|
3
|
+
import codecs
|
|
4
|
+
import sys
|
|
5
|
+
python3 = True if sys.hexversion > 0x03000000 else False
|
|
6
|
+
import genpy
|
|
7
|
+
import struct
|
|
8
|
+
|
|
9
|
+
import geometry_msgs.msg
|
|
10
|
+
import kuavo_msgs.msg
|
|
11
|
+
|
|
12
|
+
class TaskPointOperationRequest(genpy.Message):
|
|
13
|
+
_md5sum = "51698df432b71dfffb475e9629b3bfd8"
|
|
14
|
+
_type = "kuavo_msgs/TaskPointOperationRequest"
|
|
15
|
+
_has_header = False # flag to mark the presence of a Header object
|
|
16
|
+
_full_text = """int8 ADD=0
|
|
17
|
+
int8 UPDATE=1
|
|
18
|
+
int8 DELETE=2
|
|
19
|
+
int8 GET=3
|
|
20
|
+
|
|
21
|
+
int8 operation
|
|
22
|
+
kuavo_msgs/TaskPoint task_point
|
|
23
|
+
string name
|
|
24
|
+
bool use_robot_current_pose
|
|
25
|
+
|
|
26
|
+
================================================================================
|
|
27
|
+
MSG: kuavo_msgs/TaskPoint
|
|
28
|
+
geometry_msgs/Pose pose
|
|
29
|
+
string name
|
|
30
|
+
================================================================================
|
|
31
|
+
MSG: geometry_msgs/Pose
|
|
32
|
+
# A representation of pose in free space, composed of position and orientation.
|
|
33
|
+
Point position
|
|
34
|
+
Quaternion orientation
|
|
35
|
+
|
|
36
|
+
================================================================================
|
|
37
|
+
MSG: geometry_msgs/Point
|
|
38
|
+
# This contains the position of a point in free space
|
|
39
|
+
float64 x
|
|
40
|
+
float64 y
|
|
41
|
+
float64 z
|
|
42
|
+
|
|
43
|
+
================================================================================
|
|
44
|
+
MSG: geometry_msgs/Quaternion
|
|
45
|
+
# This represents an orientation in free space in quaternion form.
|
|
46
|
+
|
|
47
|
+
float64 x
|
|
48
|
+
float64 y
|
|
49
|
+
float64 z
|
|
50
|
+
float64 w
|
|
51
|
+
"""
|
|
52
|
+
# Pseudo-constants
|
|
53
|
+
ADD = 0
|
|
54
|
+
UPDATE = 1
|
|
55
|
+
DELETE = 2
|
|
56
|
+
GET = 3
|
|
57
|
+
|
|
58
|
+
__slots__ = ['operation','task_point','name','use_robot_current_pose']
|
|
59
|
+
_slot_types = ['int8','kuavo_msgs/TaskPoint','string','bool']
|
|
60
|
+
|
|
61
|
+
def __init__(self, *args, **kwds):
|
|
62
|
+
"""
|
|
63
|
+
Constructor. Any message fields that are implicitly/explicitly
|
|
64
|
+
set to None will be assigned a default value. The recommend
|
|
65
|
+
use is keyword arguments as this is more robust to future message
|
|
66
|
+
changes. You cannot mix in-order arguments and keyword arguments.
|
|
67
|
+
|
|
68
|
+
The available fields are:
|
|
69
|
+
operation,task_point,name,use_robot_current_pose
|
|
70
|
+
|
|
71
|
+
:param args: complete set of field values, in .msg order
|
|
72
|
+
:param kwds: use keyword arguments corresponding to message field names
|
|
73
|
+
to set specific fields.
|
|
74
|
+
"""
|
|
75
|
+
if args or kwds:
|
|
76
|
+
super(TaskPointOperationRequest, self).__init__(*args, **kwds)
|
|
77
|
+
# message fields cannot be None, assign default values for those that are
|
|
78
|
+
if self.operation is None:
|
|
79
|
+
self.operation = 0
|
|
80
|
+
if self.task_point is None:
|
|
81
|
+
self.task_point = kuavo_msgs.msg.TaskPoint()
|
|
82
|
+
if self.name is None:
|
|
83
|
+
self.name = ''
|
|
84
|
+
if self.use_robot_current_pose is None:
|
|
85
|
+
self.use_robot_current_pose = False
|
|
86
|
+
else:
|
|
87
|
+
self.operation = 0
|
|
88
|
+
self.task_point = kuavo_msgs.msg.TaskPoint()
|
|
89
|
+
self.name = ''
|
|
90
|
+
self.use_robot_current_pose = False
|
|
91
|
+
|
|
92
|
+
def _get_types(self):
|
|
93
|
+
"""
|
|
94
|
+
internal API method
|
|
95
|
+
"""
|
|
96
|
+
return self._slot_types
|
|
97
|
+
|
|
98
|
+
def serialize(self, buff):
|
|
99
|
+
"""
|
|
100
|
+
serialize message into buffer
|
|
101
|
+
:param buff: buffer, ``StringIO``
|
|
102
|
+
"""
|
|
103
|
+
try:
|
|
104
|
+
_x = self
|
|
105
|
+
buff.write(_get_struct_b7d().pack(_x.operation, _x.task_point.pose.position.x, _x.task_point.pose.position.y, _x.task_point.pose.position.z, _x.task_point.pose.orientation.x, _x.task_point.pose.orientation.y, _x.task_point.pose.orientation.z, _x.task_point.pose.orientation.w))
|
|
106
|
+
_x = self.task_point.name
|
|
107
|
+
length = len(_x)
|
|
108
|
+
if python3 or type(_x) == unicode:
|
|
109
|
+
_x = _x.encode('utf-8')
|
|
110
|
+
length = len(_x)
|
|
111
|
+
buff.write(struct.Struct('<I%ss'%length).pack(length, _x))
|
|
112
|
+
_x = self.name
|
|
113
|
+
length = len(_x)
|
|
114
|
+
if python3 or type(_x) == unicode:
|
|
115
|
+
_x = _x.encode('utf-8')
|
|
116
|
+
length = len(_x)
|
|
117
|
+
buff.write(struct.Struct('<I%ss'%length).pack(length, _x))
|
|
118
|
+
_x = self.use_robot_current_pose
|
|
119
|
+
buff.write(_get_struct_B().pack(_x))
|
|
120
|
+
except struct.error as se: self._check_types(struct.error("%s: '%s' when writing '%s'" % (type(se), str(se), str(locals().get('_x', self)))))
|
|
121
|
+
except TypeError as te: self._check_types(ValueError("%s: '%s' when writing '%s'" % (type(te), str(te), str(locals().get('_x', self)))))
|
|
122
|
+
|
|
123
|
+
def deserialize(self, str):
|
|
124
|
+
"""
|
|
125
|
+
unpack serialized message in str into this message instance
|
|
126
|
+
:param str: byte array of serialized message, ``str``
|
|
127
|
+
"""
|
|
128
|
+
if python3:
|
|
129
|
+
codecs.lookup_error("rosmsg").msg_type = self._type
|
|
130
|
+
try:
|
|
131
|
+
if self.task_point is None:
|
|
132
|
+
self.task_point = kuavo_msgs.msg.TaskPoint()
|
|
133
|
+
end = 0
|
|
134
|
+
_x = self
|
|
135
|
+
start = end
|
|
136
|
+
end += 57
|
|
137
|
+
(_x.operation, _x.task_point.pose.position.x, _x.task_point.pose.position.y, _x.task_point.pose.position.z, _x.task_point.pose.orientation.x, _x.task_point.pose.orientation.y, _x.task_point.pose.orientation.z, _x.task_point.pose.orientation.w,) = _get_struct_b7d().unpack(str[start:end])
|
|
138
|
+
start = end
|
|
139
|
+
end += 4
|
|
140
|
+
(length,) = _struct_I.unpack(str[start:end])
|
|
141
|
+
start = end
|
|
142
|
+
end += length
|
|
143
|
+
if python3:
|
|
144
|
+
self.task_point.name = str[start:end].decode('utf-8', 'rosmsg')
|
|
145
|
+
else:
|
|
146
|
+
self.task_point.name = str[start:end]
|
|
147
|
+
start = end
|
|
148
|
+
end += 4
|
|
149
|
+
(length,) = _struct_I.unpack(str[start:end])
|
|
150
|
+
start = end
|
|
151
|
+
end += length
|
|
152
|
+
if python3:
|
|
153
|
+
self.name = str[start:end].decode('utf-8', 'rosmsg')
|
|
154
|
+
else:
|
|
155
|
+
self.name = str[start:end]
|
|
156
|
+
start = end
|
|
157
|
+
end += 1
|
|
158
|
+
(self.use_robot_current_pose,) = _get_struct_B().unpack(str[start:end])
|
|
159
|
+
self.use_robot_current_pose = bool(self.use_robot_current_pose)
|
|
160
|
+
return self
|
|
161
|
+
except struct.error as e:
|
|
162
|
+
raise genpy.DeserializationError(e) # most likely buffer underfill
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
def serialize_numpy(self, buff, numpy):
|
|
166
|
+
"""
|
|
167
|
+
serialize message with numpy array types into buffer
|
|
168
|
+
:param buff: buffer, ``StringIO``
|
|
169
|
+
:param numpy: numpy python module
|
|
170
|
+
"""
|
|
171
|
+
try:
|
|
172
|
+
_x = self
|
|
173
|
+
buff.write(_get_struct_b7d().pack(_x.operation, _x.task_point.pose.position.x, _x.task_point.pose.position.y, _x.task_point.pose.position.z, _x.task_point.pose.orientation.x, _x.task_point.pose.orientation.y, _x.task_point.pose.orientation.z, _x.task_point.pose.orientation.w))
|
|
174
|
+
_x = self.task_point.name
|
|
175
|
+
length = len(_x)
|
|
176
|
+
if python3 or type(_x) == unicode:
|
|
177
|
+
_x = _x.encode('utf-8')
|
|
178
|
+
length = len(_x)
|
|
179
|
+
buff.write(struct.Struct('<I%ss'%length).pack(length, _x))
|
|
180
|
+
_x = self.name
|
|
181
|
+
length = len(_x)
|
|
182
|
+
if python3 or type(_x) == unicode:
|
|
183
|
+
_x = _x.encode('utf-8')
|
|
184
|
+
length = len(_x)
|
|
185
|
+
buff.write(struct.Struct('<I%ss'%length).pack(length, _x))
|
|
186
|
+
_x = self.use_robot_current_pose
|
|
187
|
+
buff.write(_get_struct_B().pack(_x))
|
|
188
|
+
except struct.error as se: self._check_types(struct.error("%s: '%s' when writing '%s'" % (type(se), str(se), str(locals().get('_x', self)))))
|
|
189
|
+
except TypeError as te: self._check_types(ValueError("%s: '%s' when writing '%s'" % (type(te), str(te), str(locals().get('_x', self)))))
|
|
190
|
+
|
|
191
|
+
def deserialize_numpy(self, str, numpy):
|
|
192
|
+
"""
|
|
193
|
+
unpack serialized message in str into this message instance using numpy for array types
|
|
194
|
+
:param str: byte array of serialized message, ``str``
|
|
195
|
+
:param numpy: numpy python module
|
|
196
|
+
"""
|
|
197
|
+
if python3:
|
|
198
|
+
codecs.lookup_error("rosmsg").msg_type = self._type
|
|
199
|
+
try:
|
|
200
|
+
if self.task_point is None:
|
|
201
|
+
self.task_point = kuavo_msgs.msg.TaskPoint()
|
|
202
|
+
end = 0
|
|
203
|
+
_x = self
|
|
204
|
+
start = end
|
|
205
|
+
end += 57
|
|
206
|
+
(_x.operation, _x.task_point.pose.position.x, _x.task_point.pose.position.y, _x.task_point.pose.position.z, _x.task_point.pose.orientation.x, _x.task_point.pose.orientation.y, _x.task_point.pose.orientation.z, _x.task_point.pose.orientation.w,) = _get_struct_b7d().unpack(str[start:end])
|
|
207
|
+
start = end
|
|
208
|
+
end += 4
|
|
209
|
+
(length,) = _struct_I.unpack(str[start:end])
|
|
210
|
+
start = end
|
|
211
|
+
end += length
|
|
212
|
+
if python3:
|
|
213
|
+
self.task_point.name = str[start:end].decode('utf-8', 'rosmsg')
|
|
214
|
+
else:
|
|
215
|
+
self.task_point.name = str[start:end]
|
|
216
|
+
start = end
|
|
217
|
+
end += 4
|
|
218
|
+
(length,) = _struct_I.unpack(str[start:end])
|
|
219
|
+
start = end
|
|
220
|
+
end += length
|
|
221
|
+
if python3:
|
|
222
|
+
self.name = str[start:end].decode('utf-8', 'rosmsg')
|
|
223
|
+
else:
|
|
224
|
+
self.name = str[start:end]
|
|
225
|
+
start = end
|
|
226
|
+
end += 1
|
|
227
|
+
(self.use_robot_current_pose,) = _get_struct_B().unpack(str[start:end])
|
|
228
|
+
self.use_robot_current_pose = bool(self.use_robot_current_pose)
|
|
229
|
+
return self
|
|
230
|
+
except struct.error as e:
|
|
231
|
+
raise genpy.DeserializationError(e) # most likely buffer underfill
|
|
232
|
+
|
|
233
|
+
_struct_I = genpy.struct_I
|
|
234
|
+
def _get_struct_I():
|
|
235
|
+
global _struct_I
|
|
236
|
+
return _struct_I
|
|
237
|
+
_struct_B = None
|
|
238
|
+
def _get_struct_B():
|
|
239
|
+
global _struct_B
|
|
240
|
+
if _struct_B is None:
|
|
241
|
+
_struct_B = struct.Struct("<B")
|
|
242
|
+
return _struct_B
|
|
243
|
+
_struct_b7d = None
|
|
244
|
+
def _get_struct_b7d():
|
|
245
|
+
global _struct_b7d
|
|
246
|
+
if _struct_b7d is None:
|
|
247
|
+
_struct_b7d = struct.Struct("<b7d")
|
|
248
|
+
return _struct_b7d
|
|
249
|
+
# This Python file uses the following encoding: utf-8
|
|
250
|
+
"""autogenerated by genpy from kuavo_msgs/TaskPointOperationResponse.msg. Do not edit."""
|
|
251
|
+
import codecs
|
|
252
|
+
import sys
|
|
253
|
+
python3 = True if sys.hexversion > 0x03000000 else False
|
|
254
|
+
import genpy
|
|
255
|
+
import struct
|
|
256
|
+
|
|
257
|
+
import geometry_msgs.msg
|
|
258
|
+
import kuavo_msgs.msg
|
|
259
|
+
|
|
260
|
+
class TaskPointOperationResponse(genpy.Message):
|
|
261
|
+
_md5sum = "1cf269d2f791e1ba219ace37552bef21"
|
|
262
|
+
_type = "kuavo_msgs/TaskPointOperationResponse"
|
|
263
|
+
_has_header = False # flag to mark the presence of a Header object
|
|
264
|
+
_full_text = """bool success
|
|
265
|
+
string message
|
|
266
|
+
kuavo_msgs/TaskPoint[] task_points # 用于GET操作返回所有任务点
|
|
267
|
+
|
|
268
|
+
================================================================================
|
|
269
|
+
MSG: kuavo_msgs/TaskPoint
|
|
270
|
+
geometry_msgs/Pose pose
|
|
271
|
+
string name
|
|
272
|
+
================================================================================
|
|
273
|
+
MSG: geometry_msgs/Pose
|
|
274
|
+
# A representation of pose in free space, composed of position and orientation.
|
|
275
|
+
Point position
|
|
276
|
+
Quaternion orientation
|
|
277
|
+
|
|
278
|
+
================================================================================
|
|
279
|
+
MSG: geometry_msgs/Point
|
|
280
|
+
# This contains the position of a point in free space
|
|
281
|
+
float64 x
|
|
282
|
+
float64 y
|
|
283
|
+
float64 z
|
|
284
|
+
|
|
285
|
+
================================================================================
|
|
286
|
+
MSG: geometry_msgs/Quaternion
|
|
287
|
+
# This represents an orientation in free space in quaternion form.
|
|
288
|
+
|
|
289
|
+
float64 x
|
|
290
|
+
float64 y
|
|
291
|
+
float64 z
|
|
292
|
+
float64 w
|
|
293
|
+
"""
|
|
294
|
+
__slots__ = ['success','message','task_points']
|
|
295
|
+
_slot_types = ['bool','string','kuavo_msgs/TaskPoint[]']
|
|
296
|
+
|
|
297
|
+
def __init__(self, *args, **kwds):
|
|
298
|
+
"""
|
|
299
|
+
Constructor. Any message fields that are implicitly/explicitly
|
|
300
|
+
set to None will be assigned a default value. The recommend
|
|
301
|
+
use is keyword arguments as this is more robust to future message
|
|
302
|
+
changes. You cannot mix in-order arguments and keyword arguments.
|
|
303
|
+
|
|
304
|
+
The available fields are:
|
|
305
|
+
success,message,task_points
|
|
306
|
+
|
|
307
|
+
:param args: complete set of field values, in .msg order
|
|
308
|
+
:param kwds: use keyword arguments corresponding to message field names
|
|
309
|
+
to set specific fields.
|
|
310
|
+
"""
|
|
311
|
+
if args or kwds:
|
|
312
|
+
super(TaskPointOperationResponse, self).__init__(*args, **kwds)
|
|
313
|
+
# message fields cannot be None, assign default values for those that are
|
|
314
|
+
if self.success is None:
|
|
315
|
+
self.success = False
|
|
316
|
+
if self.message is None:
|
|
317
|
+
self.message = ''
|
|
318
|
+
if self.task_points is None:
|
|
319
|
+
self.task_points = []
|
|
320
|
+
else:
|
|
321
|
+
self.success = False
|
|
322
|
+
self.message = ''
|
|
323
|
+
self.task_points = []
|
|
324
|
+
|
|
325
|
+
def _get_types(self):
|
|
326
|
+
"""
|
|
327
|
+
internal API method
|
|
328
|
+
"""
|
|
329
|
+
return self._slot_types
|
|
330
|
+
|
|
331
|
+
def serialize(self, buff):
|
|
332
|
+
"""
|
|
333
|
+
serialize message into buffer
|
|
334
|
+
:param buff: buffer, ``StringIO``
|
|
335
|
+
"""
|
|
336
|
+
try:
|
|
337
|
+
_x = self.success
|
|
338
|
+
buff.write(_get_struct_B().pack(_x))
|
|
339
|
+
_x = self.message
|
|
340
|
+
length = len(_x)
|
|
341
|
+
if python3 or type(_x) == unicode:
|
|
342
|
+
_x = _x.encode('utf-8')
|
|
343
|
+
length = len(_x)
|
|
344
|
+
buff.write(struct.Struct('<I%ss'%length).pack(length, _x))
|
|
345
|
+
length = len(self.task_points)
|
|
346
|
+
buff.write(_struct_I.pack(length))
|
|
347
|
+
for val1 in self.task_points:
|
|
348
|
+
_v1 = val1.pose
|
|
349
|
+
_v2 = _v1.position
|
|
350
|
+
_x = _v2
|
|
351
|
+
buff.write(_get_struct_3d().pack(_x.x, _x.y, _x.z))
|
|
352
|
+
_v3 = _v1.orientation
|
|
353
|
+
_x = _v3
|
|
354
|
+
buff.write(_get_struct_4d().pack(_x.x, _x.y, _x.z, _x.w))
|
|
355
|
+
_x = val1.name
|
|
356
|
+
length = len(_x)
|
|
357
|
+
if python3 or type(_x) == unicode:
|
|
358
|
+
_x = _x.encode('utf-8')
|
|
359
|
+
length = len(_x)
|
|
360
|
+
buff.write(struct.Struct('<I%ss'%length).pack(length, _x))
|
|
361
|
+
except struct.error as se: self._check_types(struct.error("%s: '%s' when writing '%s'" % (type(se), str(se), str(locals().get('_x', self)))))
|
|
362
|
+
except TypeError as te: self._check_types(ValueError("%s: '%s' when writing '%s'" % (type(te), str(te), str(locals().get('_x', self)))))
|
|
363
|
+
|
|
364
|
+
def deserialize(self, str):
|
|
365
|
+
"""
|
|
366
|
+
unpack serialized message in str into this message instance
|
|
367
|
+
:param str: byte array of serialized message, ``str``
|
|
368
|
+
"""
|
|
369
|
+
if python3:
|
|
370
|
+
codecs.lookup_error("rosmsg").msg_type = self._type
|
|
371
|
+
try:
|
|
372
|
+
if self.task_points is None:
|
|
373
|
+
self.task_points = None
|
|
374
|
+
end = 0
|
|
375
|
+
start = end
|
|
376
|
+
end += 1
|
|
377
|
+
(self.success,) = _get_struct_B().unpack(str[start:end])
|
|
378
|
+
self.success = bool(self.success)
|
|
379
|
+
start = end
|
|
380
|
+
end += 4
|
|
381
|
+
(length,) = _struct_I.unpack(str[start:end])
|
|
382
|
+
start = end
|
|
383
|
+
end += length
|
|
384
|
+
if python3:
|
|
385
|
+
self.message = str[start:end].decode('utf-8', 'rosmsg')
|
|
386
|
+
else:
|
|
387
|
+
self.message = str[start:end]
|
|
388
|
+
start = end
|
|
389
|
+
end += 4
|
|
390
|
+
(length,) = _struct_I.unpack(str[start:end])
|
|
391
|
+
self.task_points = []
|
|
392
|
+
for i in range(0, length):
|
|
393
|
+
val1 = kuavo_msgs.msg.TaskPoint()
|
|
394
|
+
_v4 = val1.pose
|
|
395
|
+
_v5 = _v4.position
|
|
396
|
+
_x = _v5
|
|
397
|
+
start = end
|
|
398
|
+
end += 24
|
|
399
|
+
(_x.x, _x.y, _x.z,) = _get_struct_3d().unpack(str[start:end])
|
|
400
|
+
_v6 = _v4.orientation
|
|
401
|
+
_x = _v6
|
|
402
|
+
start = end
|
|
403
|
+
end += 32
|
|
404
|
+
(_x.x, _x.y, _x.z, _x.w,) = _get_struct_4d().unpack(str[start:end])
|
|
405
|
+
start = end
|
|
406
|
+
end += 4
|
|
407
|
+
(length,) = _struct_I.unpack(str[start:end])
|
|
408
|
+
start = end
|
|
409
|
+
end += length
|
|
410
|
+
if python3:
|
|
411
|
+
val1.name = str[start:end].decode('utf-8', 'rosmsg')
|
|
412
|
+
else:
|
|
413
|
+
val1.name = str[start:end]
|
|
414
|
+
self.task_points.append(val1)
|
|
415
|
+
return self
|
|
416
|
+
except struct.error as e:
|
|
417
|
+
raise genpy.DeserializationError(e) # most likely buffer underfill
|
|
418
|
+
|
|
419
|
+
|
|
420
|
+
def serialize_numpy(self, buff, numpy):
|
|
421
|
+
"""
|
|
422
|
+
serialize message with numpy array types into buffer
|
|
423
|
+
:param buff: buffer, ``StringIO``
|
|
424
|
+
:param numpy: numpy python module
|
|
425
|
+
"""
|
|
426
|
+
try:
|
|
427
|
+
_x = self.success
|
|
428
|
+
buff.write(_get_struct_B().pack(_x))
|
|
429
|
+
_x = self.message
|
|
430
|
+
length = len(_x)
|
|
431
|
+
if python3 or type(_x) == unicode:
|
|
432
|
+
_x = _x.encode('utf-8')
|
|
433
|
+
length = len(_x)
|
|
434
|
+
buff.write(struct.Struct('<I%ss'%length).pack(length, _x))
|
|
435
|
+
length = len(self.task_points)
|
|
436
|
+
buff.write(_struct_I.pack(length))
|
|
437
|
+
for val1 in self.task_points:
|
|
438
|
+
_v7 = val1.pose
|
|
439
|
+
_v8 = _v7.position
|
|
440
|
+
_x = _v8
|
|
441
|
+
buff.write(_get_struct_3d().pack(_x.x, _x.y, _x.z))
|
|
442
|
+
_v9 = _v7.orientation
|
|
443
|
+
_x = _v9
|
|
444
|
+
buff.write(_get_struct_4d().pack(_x.x, _x.y, _x.z, _x.w))
|
|
445
|
+
_x = val1.name
|
|
446
|
+
length = len(_x)
|
|
447
|
+
if python3 or type(_x) == unicode:
|
|
448
|
+
_x = _x.encode('utf-8')
|
|
449
|
+
length = len(_x)
|
|
450
|
+
buff.write(struct.Struct('<I%ss'%length).pack(length, _x))
|
|
451
|
+
except struct.error as se: self._check_types(struct.error("%s: '%s' when writing '%s'" % (type(se), str(se), str(locals().get('_x', self)))))
|
|
452
|
+
except TypeError as te: self._check_types(ValueError("%s: '%s' when writing '%s'" % (type(te), str(te), str(locals().get('_x', self)))))
|
|
453
|
+
|
|
454
|
+
def deserialize_numpy(self, str, numpy):
|
|
455
|
+
"""
|
|
456
|
+
unpack serialized message in str into this message instance using numpy for array types
|
|
457
|
+
:param str: byte array of serialized message, ``str``
|
|
458
|
+
:param numpy: numpy python module
|
|
459
|
+
"""
|
|
460
|
+
if python3:
|
|
461
|
+
codecs.lookup_error("rosmsg").msg_type = self._type
|
|
462
|
+
try:
|
|
463
|
+
if self.task_points is None:
|
|
464
|
+
self.task_points = None
|
|
465
|
+
end = 0
|
|
466
|
+
start = end
|
|
467
|
+
end += 1
|
|
468
|
+
(self.success,) = _get_struct_B().unpack(str[start:end])
|
|
469
|
+
self.success = bool(self.success)
|
|
470
|
+
start = end
|
|
471
|
+
end += 4
|
|
472
|
+
(length,) = _struct_I.unpack(str[start:end])
|
|
473
|
+
start = end
|
|
474
|
+
end += length
|
|
475
|
+
if python3:
|
|
476
|
+
self.message = str[start:end].decode('utf-8', 'rosmsg')
|
|
477
|
+
else:
|
|
478
|
+
self.message = str[start:end]
|
|
479
|
+
start = end
|
|
480
|
+
end += 4
|
|
481
|
+
(length,) = _struct_I.unpack(str[start:end])
|
|
482
|
+
self.task_points = []
|
|
483
|
+
for i in range(0, length):
|
|
484
|
+
val1 = kuavo_msgs.msg.TaskPoint()
|
|
485
|
+
_v10 = val1.pose
|
|
486
|
+
_v11 = _v10.position
|
|
487
|
+
_x = _v11
|
|
488
|
+
start = end
|
|
489
|
+
end += 24
|
|
490
|
+
(_x.x, _x.y, _x.z,) = _get_struct_3d().unpack(str[start:end])
|
|
491
|
+
_v12 = _v10.orientation
|
|
492
|
+
_x = _v12
|
|
493
|
+
start = end
|
|
494
|
+
end += 32
|
|
495
|
+
(_x.x, _x.y, _x.z, _x.w,) = _get_struct_4d().unpack(str[start:end])
|
|
496
|
+
start = end
|
|
497
|
+
end += 4
|
|
498
|
+
(length,) = _struct_I.unpack(str[start:end])
|
|
499
|
+
start = end
|
|
500
|
+
end += length
|
|
501
|
+
if python3:
|
|
502
|
+
val1.name = str[start:end].decode('utf-8', 'rosmsg')
|
|
503
|
+
else:
|
|
504
|
+
val1.name = str[start:end]
|
|
505
|
+
self.task_points.append(val1)
|
|
506
|
+
return self
|
|
507
|
+
except struct.error as e:
|
|
508
|
+
raise genpy.DeserializationError(e) # most likely buffer underfill
|
|
509
|
+
|
|
510
|
+
_struct_I = genpy.struct_I
|
|
511
|
+
def _get_struct_I():
|
|
512
|
+
global _struct_I
|
|
513
|
+
return _struct_I
|
|
514
|
+
_struct_3d = None
|
|
515
|
+
def _get_struct_3d():
|
|
516
|
+
global _struct_3d
|
|
517
|
+
if _struct_3d is None:
|
|
518
|
+
_struct_3d = struct.Struct("<3d")
|
|
519
|
+
return _struct_3d
|
|
520
|
+
_struct_4d = None
|
|
521
|
+
def _get_struct_4d():
|
|
522
|
+
global _struct_4d
|
|
523
|
+
if _struct_4d is None:
|
|
524
|
+
_struct_4d = struct.Struct("<4d")
|
|
525
|
+
return _struct_4d
|
|
526
|
+
_struct_B = None
|
|
527
|
+
def _get_struct_B():
|
|
528
|
+
global _struct_B
|
|
529
|
+
if _struct_B is None:
|
|
530
|
+
_struct_B = struct.Struct("<B")
|
|
531
|
+
return _struct_B
|
|
532
|
+
class TaskPointOperation(object):
|
|
533
|
+
_type = 'kuavo_msgs/TaskPointOperation'
|
|
534
|
+
_md5sum = '56a675a43c91d3277c1a619bd82b8695'
|
|
535
|
+
_request_class = TaskPointOperationRequest
|
|
536
|
+
_response_class = TaskPointOperationResponse
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
from ._CreatePath import *
|
|
2
|
+
from ._ExecuteArmAction import *
|
|
3
|
+
from ._GetAllMaps import *
|
|
4
|
+
from ._GetCurrentMap import *
|
|
5
|
+
from ._GetTargetPartPoseInCamera import *
|
|
6
|
+
from ._InitialPoseWithTaskPoint import *
|
|
7
|
+
from ._LoadMap import *
|
|
8
|
+
from ._NavigateToTaskPoint import *
|
|
9
|
+
from ._RepublishTFs import *
|
|
10
|
+
from ._SetInitialPose import *
|
|
11
|
+
from ._SetJoyTopic import *
|
|
12
|
+
from ._SetLEDMode import *
|
|
13
|
+
from ._SetLEDMode_free import *
|
|
14
|
+
from ._SpeechSynthesis import *
|
|
15
|
+
from ._TaskPointOperation import *
|
|
16
|
+
from ._adjustZeroPoint import *
|
|
17
|
+
from ._changeArmCtrlMode import *
|
|
18
|
+
from ._changeArmCtrlModeKuavo import *
|
|
19
|
+
from ._changeMotorParam import *
|
|
20
|
+
from ._changeTorsoCtrlMode import *
|
|
21
|
+
from ._controlLejuClaw import *
|
|
22
|
+
from ._enableHandTouchSensor import *
|
|
23
|
+
from ._fkSrv import *
|
|
24
|
+
from ._footPose6DTargetTrajectoriesSrv import *
|
|
25
|
+
from ._footPoseTargetTrajectoriesSrv import *
|
|
26
|
+
from ._gestureExecute import *
|
|
27
|
+
from ._gestureExecuteState import *
|
|
28
|
+
from ._gestureList import *
|
|
29
|
+
from ._getCurrentGaitName import *
|
|
30
|
+
from ._getMotorParam import *
|
|
31
|
+
from ._getMotorZeroPoints import *
|
|
32
|
+
from ._handForceLevel import *
|
|
33
|
+
from ._jointMoveTo import *
|
|
34
|
+
from ._planArmTrajectoryBezierCurve import *
|
|
35
|
+
from ._planArmTrajectoryCubicSpline import *
|
|
36
|
+
from ._playmusic import *
|
|
37
|
+
from ._setHwIntialState import *
|
|
38
|
+
from ._setMmCtrlFrame import *
|
|
39
|
+
from ._setMotorEncoderRoundService import *
|
|
40
|
+
from ._setTagId import *
|
|
41
|
+
from ._singleStepControl import *
|
|
42
|
+
from ._twoArmHandPoseCmdFreeSrv import *
|
|
43
|
+
from ._twoArmHandPoseCmdSrv import *
|