Giter VIP home page Giter VIP logo

walk's Introduction

walk

Build and Test (humble) Build and Test (iron) Build and Test (rolling)

ROS2 Walking Node to be used across different types of bipeds

This package is not ready for usage

Compiling

In your workspace, run:

git clone [email protected]:ijnek/walk.git src/walk
vcs import src < src/walk/dependencies.repos --recursive
colcon build

Instructions, all in separate terminals

Start simulator:

rcsoccersim3d

Launch NAO in simulator:

ros2 run rcss3d_nao rcss3d_nao

Start inverse kinematics of robot:

ros2 run nao_ik ik_node

Start the phase provider:

ros2 run nao_phase_provider nao_phase_provider --ros-args -r fsr:=/sensors/fsr

Make robot crouch with:

ros2 topic pub --once /motion/sole_poses biped_interfaces/msg/SolePoses "
l_sole:
  position:
    y: 0.05
    z: -0.315
r_sole:
  position:
    y: -0.05
    z: -0.315
"

Start the walk node:

ros2 run walk walk

Start teleop to control the robot:

ros2 run teleop_twist_keyboard teleop_twist_keyboard --ros-args --remap cmd_vel:=target

Start debugging with rqt using an layout for debugging the walk:

rqt --perspective-file $(ros2 pkg prefix --share walk)/perspective/walk/walk.perspective

Additional Instructions

To abort the walk immediately:

ros2 service call /abort std_srvs/srv/Empty

walk's People

Contributors

ijnek avatar antbono avatar dependabot[bot] 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.