Skip to content

Commit

Permalink
Initial addition of Blackfly (#19)
Browse files Browse the repository at this point in the history
* Initial addition of Blackfly
  • Loading branch information
hilary-luo committed Oct 3, 2023
1 parent 3d4f8e9 commit 287eddc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
from clearpath_config.sensors.types.sensor import BaseSensor
from clearpath_config.sensors.types.lidars_2d import BaseLidar2D, HokuyoUST, SickLMS1XX
from clearpath_config.sensors.types.lidars_3d import BaseLidar3D, VelodyneLidar
from clearpath_config.sensors.types.cameras import BaseCamera, IntelRealsense
from clearpath_config.sensors.types.cameras import BaseCamera, FlirBlackfly, IntelRealsense
from clearpath_config.sensors.types.imu import BaseIMU, Microstrain, CHRoboticsUM6, RedshiftUM7
from clearpath_config.sensors.types.gps import (BaseGPS, SwiftNavDuro, Garmin18x, NovatelSmart6,
NovatelSmart7)
Expand Down Expand Up @@ -256,6 +256,7 @@ def __init__(self,
MODEL = {
HokuyoUST.SENSOR_MODEL: Lidar2dLaunch,
SickLMS1XX.SENSOR_MODEL: Lidar2dLaunch,
FlirBlackfly.SENSOR_MODEL: CameraLaunch,
IntelRealsense.SENSOR_MODEL: IntelRealsenseLaunch,
CHRoboticsUM6.SENSOR_MODEL: ImuLaunch,
Microstrain.SENSOR_MODEL: ImuLaunch,
Expand Down

0 comments on commit 287eddc

Please sign in to comment.