Code Monkey home page Code Monkey logo

hopper_rust's Introduction

Hopper Rust

codecov Rust Arm cross compile Security audit Private docs

Rewrite of Hopper's body controller and kinematics unit in Rust

Hopper

Cad model can be viewed here

Hopper climbing obstacle

Hopper (Named after Grace Hopper) is a 3D printed hexapod robot running on ROS.
It's brain is a Raspberry Pi 3 running Ubunut Xenial with ROS Kinetic Slowly porting into pure Rust.
The platform is modeled and 3D printed by me and is still a work in progress. It's heavily inspired by PhantomX Hexapod from Trossen robotics

CAD design files can be found here
They may be outdated. If you'd like current file you can email me here

Dependencies

In case build fails with alsa-sys build stepa you want to install dev dependencies for alsa.
On debian the package is called libasound2-dev.

You may also need libssl-dev depending on which ssl library you are using.
And libudev - libudev-dev on Ubuntu

sudo apt install libssl-dev libasound2-dev libudev-dev -y


# camera
sudo apt install libv4l-dev libclang-dev -y

Audio on raspberry pi

depending on if you are running as user or system you'll want to have the following config

pcm.!default {
    type hw
    card 1
}
ctl.!default {
    type hw
    card 1
}

either in ~/.asoundrc or /etc/asound.conf

Configuring walking over Zenoh

z_put -k "hopper/command/simple/walking_config" --connect tcp/hopper:7447 -v "max_step_distance_m: 0.03"
z_put -k "hopper/command/simple/walking_config" --connect tcp/hopper:7447 -v "step_time_ms: 400"

z_sub -k hopper/status/simple/walking_config --raw --connect tcp/hopper:7447

z_sub -k hopper/tracing/full --raw --connect tcp/hopper:7447

hopper_rust's People

Contributors

dmweis avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

hopper_rust's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.