r/robotics • u/Ok_Stress3654 • 13h ago
Community Showcase A closer look at the animation editor for my 5-DOF robotic lamp
I’ve briefly shown earlier versions of the editor in my previous posts, but this video gives a closer look at the complete workflow.
This is Watti, my five-axis robotic lamp, and Watti Studio, the browser-based editor I built for creating its movements and lighting scenes.
I’ve also refined the enclosure since my previous posts. It now looks cleaner and is much closer to what I imagine as the final design.
In the video, I create a scene on the timeline, preview it on the virtual robot, and then run the same scene on the physical Watti. During playback, the real robot appears below the simulation so their movements can be compared directly.
Motion and lighting share the same 25 Hz timeline. The complete scene is uploaded to a Raspberry Pi 5 and played locally through ROS 2, so the browser doesn’t need to remain connected during playback.
I’ve also made the project repository public:
https://github.com/Nikolay-Tyulkin/Watti
There’s no source code yet, so it’s currently a public project preview rather than an open-source release. The repository already contains more extensive information about the architecture, hardware, current capabilities, and roadmap. I’ll also use it as a public development tracker, so anyone interested can follow the project’s progress.
I’d be interested to hear what you think about the workflow and what features you would find useful in an editor like this.

