Releases: Myzhar/ldrobot-lidar-ros2
Releases · Myzhar/ldrobot-lidar-ros2
v0.2.0 - ROS2 Humble
v0.2.0 - Humble
- Change license from MIT to Apache-2.0
- Code refactoring to meet ROS2 rules
- Add CONTRIBUTING.md
- Add udev rules and install scripts
- Fix issue with Rviz2 config files
- Fix
nav2_lifecycle_manager
interaction in ROS2 Humble- Derive
ldlidar::LdLidarComponent
fromnav2_util::LifecycleNode
instead ofrclcpp::LifecycleNode
- Derive
- Improve parameter handling
- Set default QoS to
rclcpp::SensorDataQoS
What's Changed
New Contributors
Full Changelog: v0.1.0...v0.2.0
v0.1.0 - Working node
Changelog
- Support for ROS2 Foxy under Ubuntu 20.04
- First working version of the node based on ROS2 lifecycle architecture
- Python launch scripts
- Parameters customization
- Examples