Skip to content

Commit

Permalink
update the car id
Browse files Browse the repository at this point in the history
  • Loading branch information
lenarttreven committed Jan 17, 2024
1 parent 87e42f6 commit ae8b687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experiments/data_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def get_rccar_recorded_data_new(encode_angle: bool = True, skip_first_n_points:
action_delay: int = 3, action_stacking: bool = False,
car_id: int = 2):

assert car_id in [1, 2]
assert car_id in [1, 2, 3]
if car_id == 1:
assert dataset in ['all', 'v1']
recordings_dir = [os.path.join(DATA_DIR, 'recordings_rc_car_v1')]
Expand Down

0 comments on commit ae8b687

Please sign in to comment.