Skip to content

Commit

Permalink
Add dynamic avoidance
Browse files Browse the repository at this point in the history
  • Loading branch information
hanruihua committed Mar 20, 2023
1 parent 162d914 commit ae91610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/dynamic_obs/dynamic_obs.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from RDA_planner.mpc import MPC

# environment
env = EnvBase('dynamic_obs.yaml', save_ani=True, display=True, full=True)
env = EnvBase('dynamic_obs.yaml', save_ani=False, display=True, full=False)
car = namedtuple('car', 'G h cone_type wheelbase max_speed max_acce')

# saved ref path
Expand Down

0 comments on commit ae91610

Please sign in to comment.