Skip to content

Commit 92df7aa

Browse files
authored
Added OusterOS1 to param generator (#96)
* Added OusterOS1 to param generator * Linting
1 parent ce68a9c commit 92df7aa

File tree

1 file changed

+2
-1
lines changed
  • clearpath_generator_gz/clearpath_generator_gz/param

1 file changed

+2
-1
lines changed

clearpath_generator_gz/clearpath_generator_gz/param/sensors.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
)
4949
from clearpath_config.sensors.types.imu import BaseIMU, CHRoboticsUM6, Microstrain, RedshiftUM7
5050
from clearpath_config.sensors.types.lidars_2d import BaseLidar2D, HokuyoUST, SickLMS1XX
51-
from clearpath_config.sensors.types.lidars_3d import BaseLidar3D, VelodyneLidar
51+
from clearpath_config.sensors.types.lidars_3d import BaseLidar3D, OusterOS1, VelodyneLidar
5252
from clearpath_config.sensors.types.sensor import BaseSensor
5353

5454

@@ -284,6 +284,7 @@ def __init__(
284284
Microstrain.SENSOR_MODEL: ImuParam,
285285
RedshiftUM7.SENSOR_MODEL: ImuParam,
286286
VelodyneLidar.SENSOR_MODEL: Lidar3dParam,
287+
OusterOS1.SENSOR_MODEL: Lidar3dParam,
287288
Garmin18x.SENSOR_MODEL: GPSParam,
288289
NovatelSmart6.SENSOR_MODEL: GPSParam,
289290
NovatelSmart7.SENSOR_MODEL: GPSParam,

0 commit comments

Comments
 (0)