Skip to content

Latest commit

History

History
137 lines (91 loc) 路 5.33 KB

CHANGELOG.md

File metadata and controls

137 lines (91 loc) 路 5.33 KB

2.2.0 (2024-05-27)

Features

  • Add ROS 2 Jazzy (#61)
  • Declare Foxy EOL (#60)
  • Use DDS improved discovery options (#58)
  • Add ROS_LOCALHOST_ONLY option (#57)
  • Drop Foxy support (#49)

2.1.0 (2023-05-25)

Bug Fixes

  • Add missing rosdep init step (#48)
  • Add missing system upgrade step (#44)
  • Allow for unattended execution (#41)
  • Allow for unattended execution (#40)

Documentation Updates

  • Update ROS distro list (#45)
  • Fix typo
  • Add link to ROS 1 setup scripts

Features

  • Add ROS 2 Iron Irwini (#52)
  • Add colcon-clean (#43)
  • Drop support for ROS Galactic (#39)
  • Enable colcon-argcomplete (#36)
  • Add arch check (#33)
  • Run OS check first (#32)
  • Make ROS 2 Humble the default (#31)
  • Add ROS 2 Humble (#29)
  • Separate EOL installers (#26)
  • Update GPG key installation step to the latest (#23)
  • Support ROS 2 Galactic Geochelone (#21)

2.0.0 (2021-07-08)

Bug Fixes

  • Add packages on which the installer depends (#15)
  • Check rosdep sources list before initializing to avoid error on rosdep init (#13)

Features

  • Set default as foxy (#18)
  • Drop support for ROS Eloquent (#17)
  • Add independent installers (#12)
  • Support ROS Foxy (#11)
  • Drop support for ROS Crystal (#10)

1.1.0 (2020-01-16)

Documentation Updates

  • add git-chglog settings

1.0.0 (2020-01-11)

Bug Fixes

  • Fix example executioin error
  • Fix #4
  • Fix gpg error

Code Refactoring

  • Update comment

Documentation Updates

  • Update status badge
  • Update README

Features

  • Add vcstool(the vcs command) to install script
  • Add rosdep to install script
  • Add multiple distribution tests (#7)
  • Update to use dashing as default
  • Update colcon build option
  • Update ROS distro of tutorial

Performance Improvements

  • Cleanup GPG keys

Pull Requests

  • Merge pull request #5 from Tiryoh/renovate/configure
  • Merge pull request #3 from Tiryoh/cleanup_gpg_keys
  • Merge pull request #2 from Tiryoh/#1_fix_gpg_error

BREAKING CHANGES

  • Update LICENSE
    • The files downloaded from this repository by Thu May 30 02:14 JST 2019 is licensed under the GPLv3 license.
    • The files downloaded from this repository after Thu May 30 02:14 JST 2019 is licensed under the Apache License Version 2.0.

0.0.1 (2019-05-16)

Bug Fixes

  • Add stdout for user to avoid ament-cmake error

Documentation Updates

  • Add README
  • Update README
  • Add circleci badge

Features

  • Add install script
  • Add tutorial
  • Add colcon to install script
  • Update for auto-install
    • Add -y option to apt install

Performance Improvements