• Working on a new leg design

    Josh Pieper08/23/2021 at 19:22 0 comments

    Hey, this project exists!  Hey, I'm still working on it!  No, I don't have much written up, but I do have a video:

  • New hackaday page for moteus

    Josh Pieper04/18/2021 at 16:59 0 comments

    Since the moteus controller has been seeing a lot of changes lately (and the quad A1 has been seeing less), I decided to break it out into its own hackaday page.  Check it out!

    https://hackaday.io/project/179234-moteus-brushless-controller

  • November 2020 Update

    Josh Pieper11/09/2020 at 16:12 0 comments

    First, the video:

    Second, you can purchase copies of many of the things mentioned at https://mjbots.com

    This is basically a summary of everything that I've posted on hackaday, https://jpieper.com, instagram, and youtube for the last year.  Highlights:

    moteus

    This year the r4.3 moteus controller was released for the first time.  It lets you turn off the shelf hobby brushless motors into high performance servo actuators.  The r4 series was a major revamp over the r3 used in the quad A0.  It has CAN-FD, an STM32G4, and a higher input voltage of 34V.

    It is still completely open source hardware and software on github: https://github.com/mjbots/moteus

    I made a programming and test fixture for the controllers that runs a bunch of board validation steps, including calibrating a motor to make sure all the hardware works properly:

    And I made a dynamometer with two controllers back to back and a physical torque transducer:

    This let me both validate the firmware in an automated manner, but also resolve some defects that caused poor low torque performance.

    You can now spin continuously in the primary position control mode, and the measured position can get arbitrarily far away from 0 as long as you only care about velocity and not the actual position.

    There is a new control mode that lets you command upper and or lower bounds, within which only feedforward torque is applied.

    And there is now optional compensation for magnetic saturation, which lets the controller report and use torque accurately even when the motor is nearing its peak torque.

    Finally, the newest version is the r4.5, which is basically the same as the r4.3, but has manfuacturability improvements and supports input voltages up to 44V.

    qdd100

    Next up is the qdd100 quasi direct drive actuator.  I spent a lot of time educating myself at least a little about CNC machining, enough to design and manufacture a prototype all aluminum actuator.  The first version was just a functional validation, then I did it again with a version optimized for weight and performance.

    First is the one I made for functional verification (with an r3 moteus controller):

    And here's the one that was optimized for weight and performance:

    I then went and made a bunch of them:

    Accessories

    I designed and released 3 different accessory boards in the past year.  First is the fdcanusb:

    Gotta love the PETG 3d printed case!

    Next I did the power_dist board, which has a pre-charge function and 6x XT30 output connectors:

    Finally, I did the pi3hat, which is a daughterboard for a Raspberry Pi 3 or 4.  It has 4x CAN-FD buses, 1x low speed CAN bus, an IMU, and a voltage converter to power the Raspberry Pi from up to 34V.

    Demonstrations

    I got to do some cool demos of individual components.  First was measuring the ground truth torque of the qdd100 servo using a 1m long pole and a digital scale:

    I also made a quick and dirty telepresence demonstration, where two qdd100s were linked together with a 2kHz rate control loop through a pi3hat. You could in software change the effective gear ratio, or even magnify torque without changing the rate of motion.

    quad A1 hardware

    I've spent a lot of time iterating on the quad A1 lower foot and leg.  I started out by switching the foot from a rubber end cap to a squash ball with foam cast inside:

    And then worked through ~6 different iterations of material selection and lower leg and foot geometry as each one failed in some way.  Can you spot the differences? ;)

    The chassis was completely redesigned so that it assembles in multiple pieces, and that all the important bits are kept nicely inside instead of strapped on to the top.

    And I iterated on the cabling between the upper and lower leg, finally settling on some continuous motion plastic conduit, which I tested for 100,000 cycles.

    quad A1 software

    The software changes aren't as amenable to summarization.  If you're interested, watch the video, and check out all the links at: http://jpieper.com/2020/11/09/mjbots-november-2020-update/...

    Read more »

  • More speed! (2.5m/s)

    Josh Pieper11/05/2020 at 14:20 0 comments

    I think this is about as fast as I can achieve with the current gait controller. (for some reason hackaday isn't rendering the youtube inline for me reliably): youtube video

  • Snow day

    Josh Pieper10/30/2020 at 20:26 0 comments

  • Some outdoor walking

    Josh Pieper10/28/2020 at 19:13 2 comments

    Here's a clip showing some walking outdoors, over tree roots, on gravel, and loose bricks.

  • Trotting with a flight phase

    Josh Pieper09/28/2020 at 10:51 0 comments

    Just another short video update.  I've been working on making flight phases happen.  I'm not sure my current approach is going to work long term, but I was able to get some stable video from it:

  • Further improved gait speed, 2m/s trot

    Josh Pieper09/04/2020 at 20:18 0 comments

    I've continued working on improving the gait speed, and am nearing the point of writing up the individual steps.  For now, here's another very quick video update with the first trot at 2 m/s.

  • Increasing gait speed

    Josh Pieper08/11/2020 at 11:10 0 comments

    I've started on the process of increasing gait speed.  I now have a gait engine that lets me parameterize the timings all the way out to flight phases and am working through the "niggly details" that come up when you actually try to use it.  Here's a quick video showing some cherry picked nice walking from my first time trying it on the real robot:

  • Standing up on more surfaces

    Josh Pieper08/06/2020 at 12:15 0 comments

    I've tried lots of different approaches to standing up as the quad has evolved.  The most recent variant used a low-torque non-IK sweep to get the legs into a position, where IK could be used to stand up.  However, since the legs did their initial prepositioning with no IK, the legs would usually drag across the ground.  On some surfaces with a lot of friction, they could get stuck and never reach the target position.

    So, I updated it yet again, to add another phase.  Now, the shoulders lift the legs well clear of the ground, then the lower two joints sweep into position, and then the IK sequence is used to stand up.  The result is that now it can easily stand up even on EVA foam: