Almond home page
Search...
⌘K
Order
Order
Search...
Navigation
AI
verify_scene
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
verify_scene
Verify the current scene matches expectations.
Parameters
question
str
required
Question to ask about the scene.
Response
is_correct
bool
True if the scene matches expectations, False otherwise.
Example Usage
Copy
is_correct
=
await
client.verify_scene(
"Is the object in the correct position?"
)
detect_poses
AIModel
Assistant
Responses are generated using AI and may contain mistakes.