Skip to content

AMRobots/pedsim_teb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This project used for bridging pedsim simulator and teb_local_planner

Using

Install deps

sudo apt install ros-melodic-costmap-converter

Create workspace

cd
mkdir -p catkin_ws/src
cd catkin_ws/src
git clone https://github.com/AMRobots/pedsim_teb.git
wstool init
wstool merge ./pedsim_teb/install/pedsim_teb.rosinstall
wstool update

Build

cd ~/catkin_ws
catkin_make
source devel/setup.bash

Try it out without mapping and navigation

Directly convert agents from pedim to teb_local_planner's obstacles by convert_pedsim_env_to_teb node:

$ roslaunch pedsim_teb pedsim_teb_no_mapping.launch

Try it out with navigation

$ roslaunch pedsim_teb pedsim_teb.launch

About

Apply move_base and teb planner to pedsim_ros

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published