File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 22Changelog for YP-Spur
33^^^^^^^^^^^^^^^^^^^^^
44
5+ 1.22.3 (2024-04-22)
6+ -------------------
7+ * Add parameters to specify maximum allowd time jump (`#202 <https://github.com/openspur/yp-spur/issues/202 >`_)
8+ * Contributors: Atsushi Watanabe
9+
5101.22.2 (2024-04-11)
611-------------------
712* Fix system time jump threshold (`#200 <https://github.com/openspur/yp-spur/issues/200 >`_)
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.3)
22
33set (_YPSPUR_MAJOR_VERSION 1)
44set (_YPSPUR_MINOR_VERSION 22)
5- set (_YPSPUR_PATCH_VERSION 2 )
5+ set (_YPSPUR_PATCH_VERSION 3 )
66
77if (${CMAKE_MAJOR_VERSION} LESS 3)
88# DARN_IT: CMake 2 should be supported until April, 2019 (Ubuntu Trusty EOL)
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<package format =" 2" >
33 <name >ypspur</name >
4- <version >1.22.2 </version >
4+ <version >1.22.3 </version >
55 <description >YP-Spur is a mobile robot motion control software with coordinate frame based commands. </description >
66 <maintainer email =" atsushi.w@ieee.org" >Atsushi Watanabe</maintainer >
77 <license >MIT</license >
You can’t perform that action at this time.
0 commit comments