The Origami Rover uses a Miura-fold chassis that flat-packs into landers and self-unfolds using motorized cable tensioners. Equipped with onboard sensors and closed-loop PID control, it regulates cable force and chassis stiffness to ensure reliable deployment.
Packing Problem: Landers carry spare volume, so a rover that flat-packs into that space can ride along and unfold once on the surface.
Design Approach: A Miura-fold origami chassi that folds flat and unfolds on its own, using tensioned cables to control the opening angle and stiffness.
Goal: Design, build, and demonstrata a flat-foldable rover with onboard actuators, sensors, and power, using closed-loop feedback to control folding and rive cable tension.
Function: A montorized cable tensioner that uses a spring to hold constant tension in the cable while also measuring cable force directly.
Purpose: Keeps the cable tight to ensure smooth, repeatable motion without overloading the structure or motor. The part doubles as a control element and sensor.
Current Focus: Sizing spring, arm length, and motor for desired torque, while refining the design of the motor shaft-sleeve interface for repeatable operation.
Torque Limitation: Initial testing showed the motor was not strong enough to fully compress the spring, and follow up calculations confirmed the design needed a higher torque motor.
Spring Modeling: Tests conducted on a custom test bed showed the spring constant wasn't actually constant, so I collected torque-angle data and fit cubic, quadratic, and linear models to find the best fit curve.
Electronics & Testing: Used Arduino to estimate cable force from sensor readings, and identified sources of measurement error before implementing PID control to hit a target force.