File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 0.14.1] 5 July 2023
4+
5+ ### Fixed
6+ - Fixed building ` PCL ` on Windows
7+ - ` vcpkg ` tag has been updated
8+ - ` PCL ` version has been upgraded (1.12.0 -> 1.13.0)
9+ - Fixed ` rclcpp ` (` ROS2 ` package) initialization
10+ - ` RGL ` checks whether ` rclcpp ` is already initialized
11+ - Resolved ` spdlog ` conflict between ` RGL ` and ` rclcpp ` by downgrading its version on the ` RGL ` site (1.10.0 -> 1.9.2)
12+
313## [ 0.14.0] 22 June 2023
414
515### Added
2939- Changed value of non-hits points from ` CUDART_INF_F ` to ` FLT_MAX `
3040- Updated docker README information
3141
42+ ### Known Issues
43+ - ` rclcpp ` (` ROS2 ` package) is always initialized by ` RGL ` . It could cause a double initialization if the client's code also did it before ` RGL ` .
44+ - Fixed in v0.14.1
45+
3246## [ 0.13.1] 19 April 2023
3347
3448### Fixed
4256### Known Issues
4357- ` rgl_graph_write_pcd_file ` causes SEH exception on Windows when trying to save point cloud with ~ 375 000 000 or more points.
4458 - The issue has been reported to PCL ([ link] ( https://github.com/PointCloudLibrary/pcl/issues/5674 ) ).
59+ - ` rclcpp ` (` ROS2 ` package) is always initialized by ` RGL ` . It could cause a double initialization if the client's code also did it before ` RGL ` .
60+ - Fixed in v0.14.1
4561
4662## [ 0.13.0] 29 March 2023
4763
7692### Removed
7793- Removed ` rgl_graph_node_set_active ` API call
7894
95+ ### Known Issues
96+ - ` rclcpp ` (` ROS2 ` package) is always initialized by ` RGL ` . It could cause a double initialization if the client's code also did it before ` RGL ` .
97+ - Fixed in v0.14.1
7998
8099## [ 0.12.0] 8 March 2023
81100
97116 - Use safer .at() instead of operator[ ]
98117 - Using alias type APIObjectID instead of size_t
99118
119+ ### Known Issues
120+ - ` rclcpp ` (` ROS2 ` package) is always initialized by ` RGL ` . It could cause a double initialization if the client's code also did it before ` RGL ` .
121+ - Fixed in v0.14.1
122+
100123## [ 0.11.3] 11 January 2023
101124
102125### Added
Original file line number Diff line number Diff line change 4343
4444#define RGL_VERSION_MAJOR 0
4545#define RGL_VERSION_MINOR 14
46- #define RGL_VERSION_PATCH 0
46+ #define RGL_VERSION_PATCH 1
4747
4848// Invalid entity ID is assign to rays that does not hit any entity.
4949// Cannot be assigned to mesh manually. It is reserved for internal raytracing use.
You can’t perform that action at this time.
0 commit comments