Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhenghao committed Mar 31, 2024
1 parent a54f7fd commit 6840081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadrive/component/traffic_participants/pedestrian.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def __init__(self, position, heading_theta, width, length, height, random_seed=N
self._instance = model.instanceTo(self.origin)

# Add some color to help debug
from panda3d.core import Material, LVecBase4
from panda3d.core import Material
import seaborn as sns
color = sns.color_palette("colorblind")
color.remove(color[2]) # Remove the green and leave it for special vehicle
Expand Down

0 comments on commit 6840081

Please sign in to comment.