Skip to content

Releases: Myzhar/ldrobot-lidar-ros2

v0.2.0 - ROS2 Humble

28 Nov 09:34
6ef4ac9
Compare
Choose a tag to compare

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 from nav2_util::LifecycleNode instead of rclcpp::LifecycleNode
  • Improve parameter handling
  • Set default QoS to rclcpp::SensorDataQoS

What's Changed

New Contributors

  • @Tiryoh made their first contribution in #5

Full Changelog: v0.1.0...v0.2.0

v0.1.0 - Working node

24 Oct 10:44
1b52bf4
Compare
Choose a tag to compare

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