-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from ICube-Robotics/(tpoignonec)set_version_0.2.1
Set version 0.2.1
- Loading branch information
Showing
37 changed files
with
3,623 additions
and
3,453 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>acados_solver_base</name> | ||
<version>0.2.0</version> | ||
<version>0.2.1</version> | ||
<description>Base class for Acados solvers plugins (pluginlib). See "acados_solver_plugins" for available plugins and generating new ones.</description> | ||
<maintainer email="[email protected]">Thibault Poignonec</maintainer> | ||
<license>Apache License 2.0</license> <!-- the contents of this package are Apache 2.0 --> | ||
|
@@ -18,6 +18,7 @@ | |
|
||
<test_depend>ament_lint_auto</test_depend> | ||
<test_depend>ament_lint_common</test_depend> | ||
<test_depend>ament_cmake_gmock</test_depend> | ||
|
||
<export> | ||
<build_type>ament_cmake</build_type> | ||
|
Oops, something went wrong.