Skip to content

Commit e05c7d3

Browse files
committed
- Make it work with the new ROS package
1 parent c762556 commit e05c7d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nodelet/src/zed_wrapper_nodelet.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ void ZEDWrapperNodelet::onInit() {
341341
param.sdk_verbose = verbose;
342342
param.sdk_gpu_id = gpuId;
343343
param.depth_stabilization = depthStabilization;
344-
param.camera_flip = cameraFlip;
344+
param.camera_image_flip = cameraFlip;
345345

346346
sl::ERROR_CODE err = sl::ERROR_CODE_CAMERA_NOT_DETECTED;
347347
while (err != sl::SUCCESS) {

0 commit comments

Comments
 (0)