Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration of ros_maps_to_pedsim for ROS map conversion #69

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Integration of the submodule
  • Loading branch information
fverdoja committed Jan 29, 2021
commit 37c909e352bb3adb453ce0f57a9ea69ce9c70444
1 change: 1 addition & 0 deletions 3rdparty/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
add_subdirectory(libpedsim)
add_subdirectory(ros_maps_to_pedsim)
1 change: 1 addition & 0 deletions 3rdparty/ros_maps_to_pedsim
Submodule ros_maps_to_pedsim added at a0972e
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ catkin build -c # or catkin_make
```
roslaunch pedsim_simulator simple_pedestrians.launch
```

### How to use with ROS maps
In order to converts maps in ROS format (as defined by `map_server`) to Pedsim scenarios, check out the `3rdparty/ros_maps_to_pedsim` package and the included [README](3rdparty/ros_maps_to_pedsim/README.md) for more details.


### Licence
The core `libpedsim` is licensed under LGPL. The ROS integration and extensions are licensed under BSD.

Expand All @@ -47,6 +52,7 @@ The core `libpedsim` is licensed under LGPL. The ROS integration and extensions
* Sven Wehner
* Omar Islas
* Luigi Palmieri
* Francesco Verdoja

The package is a **work in progress** mainly used in research prototyping. Pull requests and/or issues are highly encouraged.

Expand Down