Introducing the phospho Junior dev kit.
The robotics dev kit ready for next-gen AI models, with built-in remote control.
Buy your kit here. Refundable before shipping.
Get started with the next level of robotics models: Diffusion transformers, OpenVLA, Cogact…
Curate RLDS-standard datasets and fine-tune your models.
Start hacking in any programming language with a few lines of code.
import requests
# Control Junior's arm through API calls
requests.post(
"<http://localhost:80/move/absolute>",
body={
"x": 1, "y": 0, "z": 0, # Move left
"rx": 10, "ry": 0, "rz": 0, # Rotate
"open": 1 # Open gripper
}
)
https://www.youtube.com/watch?v=rOkV3PCJgEU
Get started with docs and examples.
Connect to the Junior control module through Wifi in the phospho Meta Quest app.
Move Junior’s arm in real time.