Skip to content

Commit 24f20e2

Browse files
committed
docs: moves camera to moves lidar
1 parent 1d28142 commit 24f20e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gym_donkeycar/envs/donkey_sim.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -531,9 +531,9 @@ def send_lidar_config(
531531
self, degPerSweepInc, degAngDown, degAngDelta, numSweepsLevels, maxRange, noise, offset_x, offset_y, offset_z, rot_x
532532
):
533533
"""Lidar config
534-
the offset_x moves camera left/right
535-
the offset_y moves camera up/down
536-
the offset_z moves camera forward/back
534+
the offset_x moves lidar left/right
535+
the offset_y moves lidar up/down
536+
the offset_z moves lidar forward/back
537537
degPerSweepInc : as the ray sweeps around, how many degrees does it advance per sample (int)
538538
degAngDown : what is the starting angle for the initial sweep compared to the forward vector
539539
degAngDelta : what angle change between sweeps

0 commit comments

Comments
 (0)