romainrossi / MiniRHex

Home Page:https://robomechanics.github.io/MiniRHex/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MiniRHex: An Open-Source Hexapod Robot

MiniRHex Running Contact: nflowers@andrew.cmu.edu

MiniRHex is a miniature scale hexapod designed by the Robomechanics Lab based on the design of RHex. Notable features include a laser-cut frame and 3D printed legs for low cost construction and an intuitive software package that allows for highly-customizable control over the robot’s behavior. MiniRHex is designed to be an educational and outreach tool to allow students to experiment with a fully functional walking robot at a much lower cost. The low price tag lets research groups maintain a fleet of machines, allowing each student more hands-on interaction with the hardware. Possible educational principles include gait design and optimization, leg design and control, and mobile robot sensor incorporation.

Payload Demonstration

Setup Instructions

Building a MiniRhex requires access to a 3D printer and laser cutter. The links for off the shelf parts can be found below.

MiniRHex Prototype

Acquire Parts

The Parts List and Links to order can be found in Parts List.

Assemble Robot

Assembly Instructions available at Assembly Instructions.

Leg assembly close-up

Install Software

  1. Install OpenCM IDE from http://www.robotis.us/opencmide/
  2. Clone primary repository at https://github.com/robomechanics/MiniRHex.git

Configure Servo ID's

  1. In the openCM IDE, go to File>Examples>Dynamixel Easy>b_setID
  2. Change the NEW_ID variable to the ID number according to the diagram below
  3. Attach only the corresponding servo to the board (disconnect any other servos)
  4. Upload the code
  5. Repeat for each servo

Set Leg Zeros

  1. Clone support repository at https://github.com/nikolaif399/zero_finder.git
  2. Manually rotate each leg to be as close to straight down as possible
  3. Download zero_finder.ino to the OpenCM
  4. Open the serial monitor in the IDE and copy the zeros (printing) to the zeros array in leg_info.cpp

MiniRHex CAD

Operating Instructions

  1. Connect the MiniRHex to your computer via the Micro USB port
  2. Open MiniRHex.ino in the OpenCM IDE and check that under "Tools":
    • "Board" is set to ROBOTIS OpenCM9.04
    • "Port" is set to the correct COM port (whichever COM port is added when MiniRHex is plugged in)
  3. Ensure the motor zeros in leg_info.cpp are correct
  4. Set desired gait parameters in gait_parameters.cpp
  5. Click the download icon in the upper left corner of the OpenCM IDE (wait until it reports "Done Downloading")
  6. Disconnect the Micro USB cable and connect the battery
  7. Flip the power switch on the OpenCM board
  8. Press the "RESET" button, make sure all motor LEDs are green
  9. Press "USER SW" to execute the code!
  10. Press the "RESET" button again to return to the standing behavior

Robot Specifications

MiniRHex Specifications

Useful Links

Parts List

The part list can be found at Parts List.

MiniRHex Repository

The MiniRHex repository can be found at MiniRHex Repository.

Cite MiniRHex

If referencing MiniRHex in a paper, please cite this abstract. Use this BibTeX for citations:

M. Barragan, N. Flowers, and A. M. Johnson. "MiniRHex: A Small, Open-source, Fully Programmable Walking Hexapod". In Robotics: Science and Systems Workshop on ``Design and Control of Small Legged Robots'', Pittsburgh, PA, June 2018.

Images

See the image gallery for more MiniRHex pictures.

MiniRHex Running

Videos

Check out the Robomechanics Lab YouTube Page for videos of MiniRHex in action!

Contributors

MiniRHex was designed by the following people in the Robomechanics Lab

  • Nikolai Flowers (BS ME '20)
  • Barrett Werner (MS ME '19)
  • Monica Barragan (BS ME '19)
  • Cameron Selby (MS ME '18)
  • Scott Phillips (BS ME '20)
  • John Payne (Ph.D ME)
  • Joe Norby (Ph.D ME)
  • Aaron Johnson (Advisor)

About

https://robomechanics.github.io/MiniRHex/

License:Other


Languages

Language:C++ 91.6%Language:C 8.4%