Commit Graph
1155 Commits
Author SHA1 Message Date
xiexun 4c932d47a8 Add device_status topic for state monitoring 2025-09-02 17:06:59 +08:00
xiexun 78c4d68fb1 Optimize frame processing sequence in onNewColorFrameCallback to reduce color topic latency 2025-09-02 17:06:59 +08:00
xiexun 10474bcb07 Add image transport plugin selection for color, depth, and IR streams in Gemini 330 series launch file 2025-09-02 17:06:59 +08:00
slz 88404da2a5 enhance DeviceInfo service implementation 2025-09-02 17:04:54 +08:00
slz 3eb4d03eca Add low CPU launch file for Gemini 330 series and updated align_mode 2025-09-02 17:04:54 +08:00
obyalian fef7345e6d Update Orbbec SDK to version 2.5.0 2025-09-02 17:03:39 +08:00
slz e2e0664615 Add feature/astra_mini_pro 2025-09-02 17:03:39 +08:00
xiexun 419c61dd22 Move notify operation outside of lock to prevent potential deadlocks 2025-09-02 16:18:46 +08:00
xiexun f2bbbe7f3d Fix arm64 DEB package build 2025-09-02 09:22:48 +08:00
obyalian 1e3edfa54a Add static transform accel_gyro_optical_frame v2.4.7 2025-09-01 16:23:15 +08:00
xiexun 9bebd0da6f Change the default value of EnumerateNetDevice in the SDK config file to false‌ 2025-09-01 12:33:06 +08:00
xiexun ed247fe252 Fix queryDevice thread 2025-08-31 23:52:18 +08:00
xiexun 755ac394d7 Fix crash by improving lock handling 2025-08-26 15:05:20 +08:00
xiexun 052b6c35eb Remove mallopt to save CPU usage 2025-08-18 16:43:04 +08:00
obyalian dc9a1c57de Docs: fix comment typos 2025-08-15 09:30:32 +08:00
xiexun 7e775dc642 Fix firmware update and avoid colcon symlink issues 2025-08-14 20:38:39 +08:00
xiexun c329964a76 Fix device disconnection after reboot service call 2 2025-08-14 08:46:22 +08:00
xiexun d91db6b639 Fix device disconnection after reboot service call 2025-08-13 17:58:38 +08:00
xiexun b223624090 Refactor: update LiDAR documentation and unify IMU parameter descriptions 2025-08-12 16:11:57 +08:00
yalian 97e7aa524d Rename 'depth_brightness' to 'mean_intensity_set_point', keep old param for compatibility 2025-08-07 08:33:24 -04:00
xiexun 414c145f83 Fix: Improve IMU extrinsic handling with ACCEL/GYRO fallback 2025-08-05 22:07:20 +08:00
xiexun 9d4e270e9b Refactor: Unify accelerometer and gyroscope into single IMU control
- Replace separate accel/gyro parameters with unified IMU parameters
- Consolidate topics from separate streams to single /lidar/imu/sample
- Simplify launch file configuration with single enable_imu flag
- Update documentation and extrinsics to reflect unified structure
2025-08-05 21:51:06 +08:00
yalian 8882ad08e9 Fix typo in setPtpConfigCallback 2025-08-05 06:58:54 -04:00
obyalian 25e33ab761 Add PTP configuration services to camera control documentation 2025-08-05 17:52:57 +08:00
obyalian 3276d05a05 Rename 'mean_intensity_set_point' to 'depth_brightness' in launch parameters and update related documentation 2025-08-05 17:43:10 +08:00
obyalian 68b13fd987 Update Orbbec SDK to version 2.4.11 2025-08-05 17:11:39 +08:00
xiexun 127b7ed2c6 Fix reboot_device service 2025-08-05 16:44:10 +08:00
xiexun af8606729f Refactor: rename reflectivity to intensity in LiDAR point cloud data
- Update LiDAR point structure definitions in ObTypes.h
- Rename reflectivity field to intensity in OBLiDARPoint and OBLiDARSpherePoint structures
- Update point cloud field names and iterators in ob_lidar_node.cpp
- Modify Chinese documentation to reflect the terminology change
- Ensure consistency across all LiDAR data publishing methods

This change aligns the codebase with standard LiDAR terminology where
'intensity' is the commonly used term for describing the strength of
the laser return signal.
2025-08-05 11:21:56 +08:00
yalian aa9e5c7f22 Bump package version to 2.4.6 in package.xml 2025-08-02 00:36:12 +08:00
yalian d4bbdb4459 Update Orbbec SDK to version 2.4.10 and modify related configurations
- Updated the OrbbecSDKConfig-release.cmake files for both arm64 and x64 architectures to reference the new SDK version 2.4.10.
- Replaced occurrences of 'depth_brightness' with 'mean_intensity_set_point' in launch files and the camera node header to improve clarity and consistency.
- Added new spatial filtering options (SpatialFastFilter and SpatialModerateFilter) in the camera node implementation, including parameters for radius, magnitude, and difference threshold.
- Updated the setupDevices and setupDepthPostProcessFilter methods to handle the new mean intensity setting and spatial filter parameters.
- Modified launch files for various examples to reflect the new argument names and added new parameters for spatial filtering.
2025-08-02 00:11:04 +08:00
datean ba9cbc2295 Add FPS counter functionality to OBCameraNode 2025-07-18 20:38:23 +08:00
jj 60793ced02 Update Lidar_CN.MD 2025-07-11 11:10:18 +08:00
jj 47cccfc3a5 Add accel and gyro to lidar tf 2025-07-11 11:05:06 +08:00
jj f694e03fdb Update lidar.launch.py 2025-07-11 10:37:12 +08:00
jj 85bffd49fa Add accel and gyro topic publish 2025-07-10 21:26:54 +08:00
jj 9e2c5f1f43 Update Lidar_CN.MD 2025-07-10 14:03:16 +08:00
jj ad97eeeb5b Add Gemini 335Le in orbbec_description 2025-07-09 14:03:37 +08:00
jj e03d1b3083 Add cloud accumulated 2025-07-08 17:18:54 +08:00
jj f622ea57d5 Fix the problem that angle_increment caused abnormal scan topic data 2025-07-08 15:01:28 +08:00
jj 330198c0a6 Fix the crash caused by publishScanToPoint 2025-07-08 14:29:29 +08:00
jj 8119b233d8 Update publishScanToPoint 2025-07-04 17:28:31 +08:00
jj 04c48e2682 bump to v2.4.5 v2.4.5 2025-07-04 10:54:25 +08:00
jj 895d7a395a Update SDK version to v2.4.8 2025-07-04 10:53:54 +08:00
jj def6d64c81 Add enable_scan_to_point param 2025-07-04 09:57:31 +08:00
jj 8d90c510a5 Update Lidar_CN.MD 2025-07-03 14:39:36 +08:00
jj be19842c40 Add repetitive_scan_mode ,filter_level and vertical_fov params 2025-07-03 14:30:35 +08:00
jj 80498d950b Add gemini210.launch.py 2025-07-03 11:01:18 +08:00
jj c5e5d7646e bump to v2.4.4 2025-07-02 16:20:41 +08:00
jj c5dfaebe5c Update lidar SDK to v2.4.6 2025-07-02 16:09:59 +08:00
jj 80e6b54be7 Update package.xml 2025-06-30 17:41:35 +08:00