Spot Micro

Image of Spot Micro

Spot Micro is a 4 legged robot based off of Boston Dynamic's Spot. There is a community around building these quadrupeds at spotmicroai.readthedocs.io.

Updates

  • Setting up ROS

    My first program for spot was written in pure python, but as the software stack gets more complicated I want to move to ROS for development. ROS 2 Foxy came out recently and is an LTS version so it seems like a good choice. However, with the current version of JetPack on the Jetson Nano being based on Ubuntu 18.04, ROS has to be built from source. Fortuately, Nvidia maintains docker images optimized for the Jetson platform for all of the recent versions of ROS in a github repository here.

  • Cable Management

    I was looking at the bundle of servo wires above the robot and knew something had to be done. I ordered some 1/4” braided cable sleeving to cover the servo wires from the legs to the servo controller board. The downside is that I had disassemble all four of the legs to put the sleeving over the servo cables and feed them back through the legs. I also fed the hip servo cables through the frame. It took about an hour but that work was totally worth it! The back cables sleeves look way better than the multicolored servo cables. However, there is still some cable management left to do. Once I get a better servo controller board and properly mount it, I will cut all of the cables to length and tuck them under the top cover piece that I still need to print.

  • Stretching the Legs

    I have made some progress on my robot dog. I 3D printed and assembled all of the structural parts. I wrote some code to move all of the motors for each type of joint at the same time. That means he can stand and lay down!