File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ using Trigger = std_srvs::Trigger;
205
205
sl::RESOLUTION zed_resol_;
206
206
int zed_frame_rate_;
207
207
sl::DEPTH_MODE zed_depth_mode_;
208
- sl::SENSING_MODE zed_sensing_mode_;
208
+ sl::DEPTH_MODE zed_sensing_mode_;
209
209
// double zed_sensor_rate_ = 400.0;
210
210
double zed_min_depth_;
211
211
double zed_max_depth_;
Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ namespace tagslam_ros {
252
252
NODELET_INFO_STREAM (" * Depth quality\t\t -> " << sl::toString (zed_depth_mode_).c_str ());
253
253
254
254
int sensing_mode = getRosOption<int >(pnh_, " depth/sensing_mode" , 0 );
255
- zed_sensing_mode_ = static_cast <sl::SENSING_MODE >(sensing_mode);
255
+ zed_sensing_mode_ = static_cast <sl::DEPTH_MODE >(sensing_mode);
256
256
NODELET_INFO_STREAM (" * Depth Sensing mode\t\t -> " << sl::toString (zed_sensing_mode_).c_str ());
257
257
258
258
zed_min_depth_ = getRosOption<double >(pnh_, " depth/min_depth" , 0.5 );
You can’t perform that action at this time.
0 commit comments