项目作者: Malintha

项目描述 :
Implementation of a rapidly expanding random trees algorithm for ROS (Robot Operating System).
高级语言: C++
项目地址: git://github.com/Malintha/rrt-ros.git
创建时间: 2020-06-19T16:28:28Z
项目社区:https://github.com/Malintha/rrt-ros

开源协议:

下载


rrt-ros

Implementation of a rapidly expanding random trees algorithm for ROS (Robot Operating System).

Prerequisites

You need to have installed ROS - Robot Operating System in your system.

Running and visualization

Clone the rrt-ros repository in to your preferable workspace. Then compile it using catkin as follows.

git clone https://github.com/Malintha/rrt-ros

cd rrt-ros

catkin_make

Source the setup file of the rrt-ros to make the rrt-planning package visible to ros.

source devel/setup.bash

Run roscore in another terminal.

roscore

Then run rrt node as follows.

rosrun rrt-planning rrt

You will be now promped to run rviz for visualization. Then run Rviz in another terminal.

rosrun rviz rviz

Add a marker listener to the world and enjoy the simulation!

screenshot from 2017-10-03 14-40-21