24 September 2026 | News
Image Courtesy: Public Domain
Viam, the software platform for robotics, will debut BoxBot at IROS 2026, one of the world's leading robotics research conferences held in Pittsburgh from September 27 through October 3. BoxBot is an ongoing Viam research project: a robot arm that opens taped cardboard boxes using image-based visual servoing to cut the tape and a vision-language-action (VLA) model, trained on human demonstrations, to open the flaps.
BoxBot specifies what it can and learns what it can't:
Both systems run as native services on the same machine, with the VLA policy inferring locally on an NVIDIA Jetson Orin Nano via Viam's ML model service.
Less time on data plumbing, more time on research
Researchers often spend weeks building teleop rigs, syncing cameras to joint states, and formatting episodes for training, then rebuild it all for the next arm. On Viam, that capture layer already exists, making it easy to add an input device as a module, record synced episodes, and copy a config fragment to stand up another station.
Two Viam engineers collected BoxBot's 125 demonstrations in about five hours over four days using a VR controller. Viam synced the arm data and two camera streams to the cloud, the team fine-tuned SmolVLA with LeRobot on Hugging Face Jobs, and deployed the policy back to the robot. No custom model architecture, no task-specific engineering: the base model and 125 episodes were enough for a working policy.
The code and dataset are open on Hugging Face at https://huggingface.co/viamrobotics, so researchers can train on them, benchmark against BoxBot, or reproduce the setup. See BoxBot in development at Viam's NYC robotics lab, here.
At the booth
IROS attendees can see BoxBot run, drive the arm themselves, and record data on a separate station:
"The question isn't whether to use a VLA, it's where," said Shannon Bradshaw, Ph.D., SVP of Product and Education at Viam. "Learned policies are the right tool for contact-rich manipulation tasks that are hard to model analytically, and methods like visual servoing enable precise solutions in dynamic environments. This robot also uses classical motion planning for other elements of the application. With many frameworks, this would require extensive ad hoc scripting to bring everything together in one application. The Viam platform provides an integrated solution that enables us to combine the hardware, software, and models this robot uses in a coherent solution we can easily iterate on, updating components as needed and adding new ones as we build new capabilities. Our implementation is publicly available, so robotics and physical AI researchers can check our work or build on it."
Viam, the software platform for robotics, runs BoxBot's hardware abstraction, visual servoing, computer vision, data capture, and edge ML deployment as services behind one set of APIs. Developers connect hardware in JSON, write logic in Python, Go, or TypeScript, and pull modules from the Viam Registry. ROS 2 teams can run Viam alongside existing robots through the viam-ros2-integration module.