Git Product home page Git Product logo

h-robix's Introduction

H-Robix

H-Robix is a project, consisted in designing, building and programming an hexapod in ROS, with dinamixel servomotors.

photo_2022-06-16_17-32-17

Software scheme

The objective of this project was the remote control of a hexapod, for this reason it was decided to use a cheap computer such as the Raspberry pi to make the connection between the drivers of the motors, sensors and ROS, in this way the calculation of the kinematics and other processes would be carried out on an external computer, where the movement could be visualised in real time with RVIZ. For these reasons, controlling and programming can be subdivided into two parts:

Local control -- where the hexapod publishes the position of each leg and receives the command positions (in XY)

Remote control -- In this layer the external PC gets info of current position of the hexapod and perform kinematics and gait movement in order to calcule the trajectory, in addition to offering the posibility of display a RViz window where the robot poses in urdf are shown.

Local control

The following packages will be needed in this layer: h_robix_sh_codes, h_robix_control, h_robix_description. For this reason the required ROs packet organization will be the next:

Catkin_ws
├── src
│   ├── h_robix_control
│   ├── h_robix_description
│   ├── h_robix_sh_codes
├── devel
├── logs
└── build

Remote control

The following packages will be needed in this layer: h_robix_description, h_robix_movement, h_robix_gazebo, rqt_virtual_joystick. Having the next ROS packet organization:

Catkin_ws
├── src
│   ├── h_robix_description
│   ├── h_robix_gazebo
│   ├── h_robix_movement
│   ├── rqt_virtual_joystick
├── devel
├── logs
└── build

Video demonstration tripod gait

video_2022-10-11_10-21-25.mp4

h-robix's People

Contributors

javi-desp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

bracu-dichari

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.