Skip to content

Commit

Permalink
update demo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhanyuGuo committed Apr 15, 2023
1 parent 6aa6143 commit 419a42b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Furthermore, we provide [Python](https://github.com/ai-winter/python_motion_plan

**Your stars, forks and PRs are welcome!**

![pedestrians_environment.gif](./assets/pedestrians_environment.gif)
![demo.gif](./assets/demo.gif)

## Table of Contents
- [Quick Start within 3 Minutes](#0)
Expand Down
Binary file added assets/demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/sim_env/launch/main.launch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<launch>
<include file="$(find sim_env)/launch/config.launch">
<arg name="world" value="warehouse_with_obstacles" />
<arg name="world" value="warehouse_with_obstacles_with_pedestrians" />
<arg name="map" value="warehouse" />
<arg name="robot_number" value="1" />
<arg name="rviz_file" value="sim_env.rviz" />
Expand Down

0 comments on commit 419a42b

Please sign in to comment.