/dwl-msgs

Message and service data structures for interacting with DWL library in ROS.

Primary LanguageC++BSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

The dwl-msgs (ROS messages)

Introduction

The Robot Operting System (ROS) provides libraries and tools to help software developers create robot applications. It provides hardware abstraction, device drivers, libraries, visualizers, message-passing, package management, and more. For more details see: http://wiki.ros.org/

The Dynamic Whole-body Locomotion library (DWL) describes a set of core functions targeted to developed, design, and deploy locomotion algorithms, i.e. planning, control, etc. DWL is core library used in many projects of the Dynamic Legged Systems Lab of Istituto Italiano di Tecnologia (for more details about the project see http://www.iit.it/en/advr-labs/dynamic-legged-systems.html). For more details about DWL software infrastructure please visit https://github.com/robot-locomotion/dwl.

The dwl_msgs are a set of message description which are compatible with DWL standards. This allows us to define the standarized messages of DWL in ROS.

The source code is released under a BSD 3-Clause license.

Author: Carlos Mastalli, carlos.mastalli@laas.fr
With support from the Dynamic Legged Systems lab at Istituto Italiano di Tecnologia

Dependencies

The algorithms are built primarily in C++. The library uses a number of the local dependencies, which some of them are optionals. Additionally there are Python scripts for post-processing whole-body states or trajectories.

The dwl-msgs is a ROS packages with the following required dependencies:

Building

Before building the dwl_msgs you need to install the dependencies of DWL. Additionally you have to build dwl with catkin.

The dwl_msgs is a catkin project which can be built as:

cd your_ros_ws/
catkin_make