Skip to content

Commit

Permalink
Update env_base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hanruihua committed Nov 28, 2024
1 parent 67700bf commit 18c23c3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions irsim/env/env_base.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
'''
Class EnvBase is the base class of the environment. This class will read the yaml file and create the world, robot, obstacle, and map objects.
Author: Ruihua Han ([email protected])
'''

import yaml
import matplotlib

Expand Down

0 comments on commit 18c23c3

Please sign in to comment.