stereolabs / zed-ros-wrapper

ROS wrapper for the ZED SDK
https://www.stereolabs.com/docs/ros/
MIT License
447 stars 391 forks source link

[ WARN] [1658229133.787347862]: area_memory_db_path [/home/esnode/.ros/zed_area_memory.area] doesn't exist or is unreachable. #848

Closed ES-3508 closed 2 years ago

ES-3508 commented 2 years ago

Preliminary Checks

Description

Hey, I'm using a ZED 2 with the zed_ros_wrapper on an Nvidia Jetson Nano.

When I follow RGB-D Handheld Mapping tutorial to below command

I have get this [ WARN] [1658229133.787347862]: area_memory_db_path [/home/esnode/.ros/zed_area_memory.area] doesn't exist or is unreachable.

Steps to Reproduce

1.roslaunch zed_wrapper zed2i.launch

Expected Result

No warning

Actual Result

[ WARN] [1658229133.787347862]: area_memory_db_path [/home/esnode/.ros/zed_area_memory.area] doesn't exist or is unreachable.

ZED Camera model

ZED2i

Environment

Os: Ubuntu 18.04 LTS
Jetson nano

Anything else?

No response

Myzhar commented 2 years ago

That's not a bug. It's a warning because the Area Memory is enabled but you have not yet saved a local map by calling the saveAreaMap service of by setting save_area_memory_db_on_exit to true.

ES-3508 commented 2 years ago

So, i have to edit common.yaml as save_area_memory_db_on_exit: true ? I changed but still same warning are there!