Almond home page
Search...
⌘K
Order
Order
Search...
Navigation
AI
detect_poses
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
Tool
AprilTag
AI
record_episode
replay_episode
delete_episode
list_episodes
train_task
list_trainings
run_task
detect_poses
verify_scene
Types
On this page
Parameters
Response
Example Usage
AI
detect_poses
Detect the pose of an object in the scene.
Contact us
to share your use case and we’ll build a custom model for you.
Parameters
object_name
str
required
Name of the object to detect the pose of.
Response
poses
List[Pose]
List of poses of the detected object. See
Pose
for more details.
Example Usage
Copy
poses
=
await
client.pose_detection(
"screws"
)
run_task
verify_scene
Assistant
Responses are generated using AI and may contain mistakes.