File tree Expand file tree Collapse file tree
GEMstack/onboard/perception Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -316,15 +316,13 @@ def state_outputs(self) -> list:
316316 def initialize (self ):
317317 # Init Variables
318318 self .ground_threshold = - 0.15
319- self .vis_2d_annotate = True
319+ self .vis_2d_annotate = False
320320 self .vis_lidar_pc = True
321321 self .vis_3d_cones_centers = True
322- self .vis_3d_cones_bboxes = True
323- # Real Subscribers
324- # self.rgb_sub = Subscriber('/camera_fl/arena_camera_node/image_raw', Image)
325- # self.lidar_sub = Subscriber('/ouster/points', PointCloud2)
326- # Rosbag Subscribers
327- self .rgb_sub = Subscriber ('/camera/fl/image_raw' , Image )
322+ self .vis_3d_cones_bboxes = False
323+
324+ # Subscribers
325+ self .rgb_sub = Subscriber ('/camera_fl/arena_camera_node/image_raw' , Image )
328326 self .lidar_sub = Subscriber ('/lidar/top/points' , PointCloud2 )
329327 self .sync = ApproximateTimeSynchronizer ([self .rgb_sub , self .lidar_sub ],
330328 queue_size = 10 , slop = 0.1 )
You can’t perform that action at this time.
0 commit comments