GithubHelp home page GithubHelp logo

megayeye / wolf_descriptions Goto Github PK

View Code? Open in Web Editor NEW

This project forked from graiola/wolf_descriptions

0.0 1.0 0.0 34.46 MB

WoLF: Whole-body Locomotion Framework for quadruped robots

CMake 20.74% C++ 73.80% Python 5.46%

wolf_descriptions's Introduction

WoLF: Whole-body Locomotion Framework for quadruped robots

This repo contains the robot and sensor descriptions used with WoLF.

Setup

See the documentation here.

How to add a new robot

To add a new robot you can start by copying the structure of an existing one. The robot descriptions are defined as ROS packages, so you will need to add it to your ROS workspace. The required files in the package are the following:

  • params/robot_name_params.yaml it contains the controller parameters, use this file to tune a robot.
  • robots/robot_name.urdf.xacro it is the robot URDF description describing the kinematics and dynamics of the robot.
  • robots/robot_name.srdf.xacro it is the robot SRDF description, use this file to define the kinematic chains and default postures.

You can add plotjuggler and rviz visualization files in the respective folders plotjuggler and rviz. The folder urdfs can be used to store extra xacro files useful for the robot description. And last but not least, don't forget the robot's meshes in the meshes folder, unless your robot is a stealth one :)

To launch the new robot with the WoLF controller:

roslaunch wb_controller wb_controller_bringup.launch robot_name:=new_robot

wolf_descriptions's People

Contributors

graiola avatar enricomingo avatar

Watchers

James Cloos avatar

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.