This commit is contained in:
Jacob Perron 2022-04-06 17:27:15 -07:00
parent e99939c785
commit c694bd30d3
3 changed files with 18 additions and 2 deletions

View file

@ -2,6 +2,22 @@
Changelog for package libcreate
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3.0.0 (2022-04-06)
------------------
* Add option to workaround bug where firmware reports unexpected OI mode (`#67 <https://github.com/AutonomyLab/libcreate/issues/67>`_)
* Update links to serial protocol documentation
* Add option to disable signal handlers (`#65 <https://github.com/AutonomyLab/libcreate/issues/65>`_)
* Fix 'maybe-uninitialized' warnings
* Remove travis.yml
* Add GitHub workflow for CI
* Fix motor setting (`#62 <https://github.com/AutonomyLab/libcreate/issues/62>`_)
* Use average dt values for velocity calculation (`#60 <https://github.com/AutonomyLab/libcreate/issues/60>`_)
* Use steady clock for computing velocity (`#59 <https://github.com/AutonomyLab/libcreate/issues/59>`_)
* Replace boost features with C++11 equivalents (`#58 <https://github.com/AutonomyLab/libcreate/issues/58>`_)
* Implement methods for getting overcurrent status (`#57 <https://github.com/AutonomyLab/libcreate/issues/57>`_)
* Use OC_MOTORS instead of OC_MOTORS_PWM on V_1 models (`#55 <https://github.com/AutonomyLab/libcreate/issues/55>`_)
* Contributors: Daniel Smith, Jacob Perron, Josh Gadeken, Stefan Krupop, tim-fan
2.0.0 (2019-09-02)
------------------
* Cleanup examples

View file

@ -10,7 +10,7 @@ project(libcreate)
add_compile_options(-Wall -Wextra -Wpedantic)
set(PACKAGE_VERSION 2.0.0)
set(PACKAGE_VERSION 3.0.0)
option(LIBCREATE_BUILD_TESTS "Enable the build of tests." ON)

View file

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="3">
<name>libcreate</name>
<version>2.0.0</version>
<version>3.0.0</version>
<description>C++ library for interfacing with iRobot's Create 1 and Create 2</description>
<maintainer email="jacobmperron@gmail.com">Jacob Perron</maintainer>