Skip to content

Commit

Permalink
Added scan to render_obs
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmadAmine998 committed Oct 8, 2024
1 parent c23ad6d commit d72d914
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions f1tenth_gym/envs/f110_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,7 @@ def step(self, action):
"lap_counts": self.lap_counts,
"collisions": self.sim.collisions,
"sim_time": self.current_time,
"scans": self.sim.agent_scans,
}

# check done
Expand Down

0 comments on commit d72d914

Please sign in to comment.