We’ve integrated with the best hardware, vision, and compute with the most popular software libraries to make automation a breeze. Access waypoints, AprilTags, object detection, end-to-end AI and more with a single API.With Almond Bot, you can:
Our API exposes low and high level control of Almond Bot from specifying joint angles and cartesian pose to tele-op to running end-to-end AI models. Take a look at a few examples below to see what is possible with just a few lines of code.
from almond.client import AlmondBotClientbot = AlmondBotClient()await bot.connect()await bot.run_task( task_name="pickup_widget", training_name="my_pi0_training")success = await bot.verify_scene( "the widget is in the container")