Almond home page
Search...
⌘K
Order
Order
Search...
Navigation
Movement
set_tool_pose
Website
Chat with Us
Get Help
Get Started
Introduction
Quickstart
Robot Basics
Configuration
Control
Teleoperation
Tutorials
AI Training
AprilTags
Object Detection
API Reference
Python
AlmondBotClient
Setup
Movement
get_joint_angles
set_joint_angles
stream_joint_angles
get_tool_pose
set_tool_pose
stream_tool_pose
move_arc
Tool
AprilTag
AI
Types
On this page
Parameters
Example Usage
Movement
set_tool_pose
Set the tool pose of Almond Bot . Almond Bot will move linearly to the target Pose.
Parameters
pose
Pose
required
The tool pose to set. See
Pose
for more details.
is_offset
boolean
default:
"false"
A boolean to indicate whether the target pose is an absolute target or an offset from the current pose.
Example Usage
Copy
await
client.set_tool_pose(Pose(
x
=
0.1
,
y
=
0.2
,
z
=
0.3
,
roll
=
0
,
pitch
=
0
,
yaw
=
0
),
is_offset
=
True
)
get_tool_pose
stream_tool_pose
Assistant
Responses are generated using AI and may contain mistakes.