1 Star 1 Fork 0

kkduter / global_body_planner

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

Build Status

Global Body Planner

ROS package for the high level body planner described in "Fast Global Motion Planning for Dynamic Legged Robots"

Note that a newer version of this package is now officially supported in Quad-SDK, and as such this version is deprecated.

About

This ROS package provides dynamic motion primitives to guide a legged robot from a start state to a goal state while navigating a provided height map. The algorithm is intended sit at the top of an autonomous navigation stack, providing valuable information to guide lower-level footstep planners and/or whole-body controllers to good solutions. The primitives are trajectories that satisfy constraints on the kinematic and dynamic abilities of the desired robot, and can include both stance and flight phases.

The implementation of this algorithm is based on RRT-Connect, with definitions of states and actions that align with legged robot dynamics. The height map data can be specified either directly in source or loaded from a CSV, and is transferred to a common ROS-based height map data structure. The outputs of the planner are ROS messages with the full body trajectory, as well as the discrete states which define the motion primitives used to create that trajectory. Interface classes are provided to visualize this trajectory with RViz.

Installation

This package assumes you have ROS Melodic installed and that ~/catkin_ws/src is a valid path. It is recommended to have at least the base desktop version so you can visualize the planner output with RViz. Remember that the setup.bash file must be sourced in any opened terminal.

cd ~/catkin_ws/src
git clone https://github.com/jcnorby/global_body_planner.git
./global_body_planner/setup_deps.sh
cd ..
catkin_make
source devel/setup.bash

Usage

A launch file is included to run the planner on an example terrain and visualize the output. This can be called with

roslaunch global_body_planner example.launch

Several parameters set in config/params.yaml can be changed to test different scenarios and planning settings. See the comments in that file for the currently available options.

Documentation

Documentation for the classes in this package can be created with

cd ~/catkin_ws/src/global_body_planner
doxygen Doxyfile
firefox docs/index.html

Contact Joe Norby at jnorby@andrew.cmu.edu with questions, or better yet submit Issues/Pull Requests if you find something that can be improved! This repository is offered for people to see how the algorithm works and maybe implement it in their own projects. We're still working on improving it in our own lab and may post updates from time to time, but the purpose of making it open source is to let the community help make it better.

MIT License Copyright (c) 2020 Joseph Norby Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

暂无描述 展开 收起
C++ 等 3 种语言
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/kkduter/global_body_planner.git
git@gitee.com:kkduter/global_body_planner.git
kkduter
global_body_planner
global_body_planner
main

搜索帮助