Skip to content

Commit c694bd3

Browse files
committed
3.0.0
1 parent e99939c commit c694bd3

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

CHANGELOG.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22
Changelog for package libcreate
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

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

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ project(libcreate)
1010

1111
add_compile_options(-Wall -Wextra -Wpedantic)
1212

13-
set(PACKAGE_VERSION 2.0.0)
13+
set(PACKAGE_VERSION 3.0.0)
1414

1515
option(LIBCREATE_BUILD_TESTS "Enable the build of tests." ON)
1616

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="3">
33
<name>libcreate</name>
4-
<version>2.0.0</version>
4+
<version>3.0.0</version>
55
<description>C++ library for interfacing with iRobot's Create 1 and Create 2</description>
66

77
<maintainer email="jacobmperron@gmail.com">Jacob Perron</maintainer>

0 commit comments

Comments
 (0)