- Fixed building
PCL
on Windowsvcpkg
tag has been updatedPCL
version has been upgraded (1.12.0 -> 1.13.0)
- Fixed
rclcpp
(ROS2
package) initializationRGL
checks whetherrclcpp
is already initialized- Resolved
spdlog
conflict betweenRGL
andrclcpp
by downgrading its version on theRGL
site (1.10.0 -> 1.9.2)
- Added feature to query in runtime if specific extensions were compiled in the binary
- Added API call:
rgl_get_extension_info
- Created a tool that prints all the extensions in the given RGL binary:
inspectLibRGL
- Added API call:
- Added instance/semantic segmentation feature
- Added API call to set the ID of the entity:
rgl_entity_set_id
- Added a new field that can be returned:
RGL_FIELD_ENTITY_ID_I32
- Added API call to set the ID of the entity:
- Added material information reading and converting to intensity based on intensity texture assigned to the entity:
- Added API calls:
rgl_mesh_set_texture_coords
rgl_entity_set_intensity_texture
rgl_texture_create
rgl_texture_destroy
- Added API calls:
- Added publishing raw lidar packets via UDP
- In the closed-source version only
- Added unity tests to field
RGL_FIELD_DISTANCE_F32
- Changed value of non-hits points from
CUDART_INF_F
toFLT_MAX
- Updated docker README information
rclcpp
(ROS2
package) is always initialized byRGL
. It could cause a double initialization if the client's code also did it beforeRGL
.- Fixed in v0.14.1
- Improved performance of temporal merge node.
- The node doubles the array capacity if it's running out (instead of reallocating every iteration).
- Point cloud formatting for
rgl_graph_write_pcd_file
is performed on the CPU now.- We prefer to avoid transferring huge point cloud to GPU (risk of cuda out of memory error).
rgl_graph_write_pcd_file
causes SEH exception on Windows when trying to save point cloud with ~375 000 000 or more points.- The issue has been reported to PCL (link).
rclcpp
(ROS2
package) is always initialized byRGL
. It could cause a double initialization if the client's code also did it beforeRGL
.- Fixed in v0.14.1
- Reimplemented Gaussian Noise from RGL v10
- Added API calls:
rgl_node_gaussian_noise_angular_ray
rgl_node_gaussian_noise_angular_hitpoint
rgl_node_gaussian_noise_distance
- Added API calls:
- Added nodes for spatial and temporal point clouds merge
- Added API calls:
rgl_node_points_spatial_merge
rgl_node_points_temporal_merge
- Added API calls:
- Added node providing a user-defined point cloud to the RGL pipeline (for testing purposes)
- Added API call:
rgl_node_points_from_array
- Added API call:
- Added parameterized tests for:
rgl_node_points_from_array
rgl_node_points_transform
- Updated API surface tests
- Added support for multi-raytrace graphs
- Separated PCL nodes and created PCL extension
- Converted node
WritePCDFilePointsNode
into single API call- Removed API call
rgl_node_points_write_pcd_file
- Added API call
rgl_graph_write_pcd_file
- Removed API call
- Fixed
--build-dir
flag insetup.py
script
- Removed
rgl_graph_node_set_active
API call
rclcpp
(ROS2
package) is always initialized byRGL
. It could cause a double initialization if the client's code also did it beforeRGL
.- Fixed in v0.14.1
- ROS2 extension providing a node to publish point cloud into ROS2 topic
- Added API calls (
rgl/api/extensions/ros2.h
):rgl_node_points_ros2_publish
rgl_node_points_ros2_publish_with_qos
- Necessary scripting to build ROS2 integration in the standalone mode (not requiring ROS2 installation)
- Added API calls (
- API call for setting time on the scene
- TapeVisualizer tool (PoC)
- Currently, it does not handle multiple graphs in the tape, to be improved
- Rewritten build script from bash to python to enable easy building on Windows
- Minor fixes and refactor in the Tape code
- Use safer .at() instead of operator[]
- Using alias type APIObjectID instead of size_t
rclcpp
(ROS2
package) is always initialized byRGL
. It could cause a double initialization if the client's code also did it beforeRGL
.- Fixed in v0.14.1
- API call for tape recording activation status
- Fixed dependencies for tapePlayer tool
- Handle invalid logger configuration properly
- Handle empty path passed to tape
- RGL Auto Tape - feature to start Tape on the first API call writing to a path given in compile-time.
- Improved control flow around API initialization and error reporting
- Release build on Linux no longer use debug builds of dependencies (e.g., libPCL)
- Fixed a hidden bug in CacheManager - unsafe removing while iterating
- CUDA Runtime is now linked statically.
The initial release.