Hello,
I’m trying to create a map using Femto Bolt and SLAM Toolbox in ROS2. Here’s my current setup and issues:
Current Setup:
-
TF tree is properly configured (map → odom → base_link → camera_link)
-
Using orbbec_camera’s femto_bolt.launch.py with the following parameters:
- publish_tf: true
- depth_enable: true
- depth_fps: 15
- depth_format: y16
- enable_point_cloud: true
-
Using depthimage_to_laserscan with these settings:
- Input: /camera/depth/image_raw
- Output frame: base_link
- scan_time: 0.033
- range_min: 0.1
- range_max: 5.0
- scan_height: 10
Current Issues:
- Camera topics are being published at ~13Hz
- All depth data values are zero
- No data is being generated for /scan and /map topics
Questions:
- Are there any additional parameters needed for the Femto Bolt launch file to ensure proper depth data output?
- What are the recommended depthimage_to_laserscan parameters specifically for the Femto Bolt?
- Are there any known compatibility issues between orbbec_camera and SLAM Toolbox?
Any guidance would be greatly appreciated.
System Information:
- ROS2 Version:Humble
- OS: Ubuntu Jammy Jellyfish