Code Monkey home page Code Monkey logo

serow's Introduction

README

SEROW (State Estimation RObot Walking) Framework for Humanoid Robot Walking Estimation. The code is open-source (BSD License). Please note that this work is an on-going research and thus some parts are not fully developed yet. Furthermore, the code will be subject to changes in the future which could include greater re-factoring.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Ubuntu 14.04 and later
  • ROS indigo and later
  • Eigen 3.2.0 and later
  • hrl_kinematics

Installing

Minimum Robot Requirements

Using the Rigid Body Estimator to estimate:

  • 3D-Body Position/Orientation/Velocity
  • 3D-Support Foot Position/Orientation
  • IMU biases

Requirements

  • Robot State Publisher (e.g. topics: /joint_states, /tf)
  • IMU (e.g. topic /imu0)
  • Feet Force Sensors for detecting contact (e.g. topic: /left_leg/force_torque_states, /right_leg/force_torque_states)

Using the full cascade framework (Rigid Body Estimator + CoM Estimator) to estimate:

  • 3D-Body Position/Orientation/Velocity
  • 3D-Support Foot Position/Orientation
  • IMU biases
  • 3D-CoM Position/Velocity
  • 3D-External Forces on CoM

Requirements:

  • Robot State Publisher (e.g. topics: /joint_states, /tf)
  • IMU(e.g. topic /imu0)
  • Feet Force Sensors + Center of Pressure (COP) measurements in the local foot frame (e.g. topics /left_leg/force_torque_states, /right_leg/force_torque_states, /left_leg/COP, /right_leg/COP)

Using our humanoid_fsr package

If your robot is employed with feet force sensors and you have available a measurement for each sensor, then you can use our humanoid_fsr package to compute the COP and Force/Torque measurements in each leg. This package automatically generates the required by SEROW /left_leg/force_torque_states, /right_leg/force_torque_states, /left_leg/COP, /right_leg/COP topics.

ROS Examples

Valkyrie SRCsim

  • Download the valkyrie bag file from valk_bagfile
  • roscore
  • rosbag play -s 1.0 --pause valk.bag
  • roslaunch humanoid_state_estimation humanoid_estimator_driver_valkyrie.launch
  • hit space to unpause the rosbag play

valk

NAO Walking on rough terrain outdoors

  • Download the nao bag file from nao_bagfile
  • roscore
  • rosbag play --pause nao.bag
  • roslaunch humanoid_state_estimation humanoid_estimator_driver_nao.launch
  • hit space to unpause the rosbag play

nao

Launch on your Robot in real time

  • Specify topics on config/estimation_params.yaml
  • roslaunch humanoid_state_estimation humanoid_estimator_driver.launch
  • roslaunch rqt_reconfigure rqt_reconfigure (If you want to reconfiqure filter params online -> easy tuning).

License

BSD

serow's People

Contributors

mrsp avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

roscore

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.