Skip to content

Releases: ika-rwth-aachen/ros2_calib

Release v0.1.3

23 Nov 14:13

Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.1.3

Installation

Install the latest version from PyPI:

pip install ros2-calib==0.1.3

Or upgrade if you have it already installed:

pip install --upgrade ros2-calib

Release v0.1.2

23 Nov 14:12
c530856

Choose a tag to compare

What's Changed

  • Add synchronization for image, point cloud, and camera info; enhance frame display with time delta (20fdb2c)
  • Update ros2_calib/calibration_widget.py (4449b1f)
  • Update ros2_calib/calibration_widget.py (b120a95)
  • Add Euler Convention Dropdown Menu (3afd7ab)
  • update README.md (1d22d79)
  • Update citation information in README.md (2c03d67)

Full Changelog: v0.1.1...v0.1.2

Installation

Install the latest version from PyPI:

pip install ros2-calib==0.1.2

Or upgrade if you have it already installed:

pip install --upgrade ros2-calib

Release v0.1.1

28 Sep 12:27
6fb095d

Choose a tag to compare

What's Changed

  • Update README.md and screenshots (5abc491)
  • Add legend t transform graph widget (d7a7405)
  • Enhance UI by adding button shadows and improving button styles for better visual feedback (ae6fa77)
  • Enhance UI styles for calibration button, restart LiDAR2LiDAR calibration on back button (6785c3e)
  • Added Lidar2Lidar calibrator (fa07c92)

Full Changelog: v0.0.7...v0.1.1

Installation

Install the latest version from PyPI:

pip install ros2-calib==0.1.1

Or upgrade if you have it already installed:

pip install --upgrade ros2-calib

Release v0.0.7

24 Sep 18:42

Choose a tag to compare

What's Changed

Full Changelog: v0.0.6...v0.0.7

Installation

Install the latest version from PyPI:

pip install ros2-calib==0.0.7

Or upgrade if you have it already installed:

pip install --upgrade ros2-calib

Release v0.0.6

15 Sep 09:38

Choose a tag to compare

What's Changed

  • bump version to v0.0.6 (3718ff9)
  • add possibility to rectify camera image (c0febcc)

Full Changelog: v0.0.5...v0.0.6

Installation

Install the latest version from PyPI:

pip install ros2-calib==0.0.6

Or upgrade if you have it already installed:

pip install --upgrade ros2-calib

Release v0.0.5

15 Sep 08:21

Choose a tag to compare

What's Changed

Full Changelog: v0.0.4...v0.0.5

Installation

Install the latest version from PyPI:

pip install ros2-calib==0.0.5

Or upgrade if you have it already installed:

pip install --upgrade ros2-calib

Release v0.0.4

29 Aug 13:06

Choose a tag to compare

What's Changed

  • version bump (6dc8fe8)
  • use AppConstants in CalibrationWidget (310df0f)

Full Changelog: v0.0.3...v0.0.4

Installation

Install the latest version from PyPI:

pip install ros2-calib==0.0.4

Or upgrade if you have it already installed:

pip install --upgrade ros2-calib

Release v0.0.3

29 Aug 12:47

Choose a tag to compare

What's Changed

Full Changelog: v0.0.2...v0.0.3

Installation

Install the latest version from PyPI:

pip install ros2-calib==0.0.3

Or upgrade if you have it already installed:

pip install --upgrade ros2-calib

Release v0.0.2

29 Aug 12:07

Choose a tag to compare

What's Changed

Full Changelog: v0.0.1...v0.0.2

Installation

Install the latest version from PyPI:

pip install ros2-calib==0.0.2

Or upgrade if you have it already installed:

pip install --upgrade ros2-calib

v0.0.1

26 Aug 15:38

Choose a tag to compare

  • Initial release