Make the lidar streamer ready to work with main controller
This commit is contained in:
@@ -38,7 +38,7 @@ class CarServer():
|
||||
return MotorServicer(self.vehicle)
|
||||
|
||||
def create_slam_servicer(self):
|
||||
return SlamServicer('/dev/ttyUSB0')
|
||||
return SlamServicer()
|
||||
|
||||
def create_lidar_servicer(self):
|
||||
return LidarServicer()
|
||||
|
||||
Reference in New Issue
Block a user