[X] This issue is not a duplicate. Before opening a new issue, please search existing issues.
[X] This issue is not a question, feature request, or anything other than a bug report directly related to this project.
Description
Hello there, I've trying to use the spatial mapping feature with my ZED One by making a service call to ~/enable_mapping but it doesn't seem to be working.
ros2 service call /zed/zed_node/enable_mapping std_srvs/srv/SetBool data:\ true\
Expected Result
I expected to see the ~/fused_cloud pointcloud topic populate and show feedback in RViz
Actual Result
Instead, nothing appears in RViz, the service call responds with:
waiting for service to become available...
requester: making request: std_srvs.srv.SetBool_Request(data=True)
response:
std_srvs.srv.SetBool_Response(success=True, message='Spatial Mapping started')
and when ~/fused_cloud is echoed the data field remains empty:
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment otherwise it will be automatically closed in 5 days
Preliminary Checks
Description
Hello there, I've trying to use the spatial mapping feature with my ZED One by making a service call to ~/enable_mapping but it doesn't seem to be working.
Steps to Reproduce
Expected Result
I expected to see the ~/fused_cloud pointcloud topic populate and show feedback in RViz
Actual Result
Instead, nothing appears in RViz, the service call responds with:
and when ~/fused_cloud is echoed the data field remains empty:
ZED Camera model
ZED
Environment
Anything else?
The spatial_mapping.py sample that comes with the ZED SDK works fine.