-
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.
* bump acados_vendor_ros2 version * update README.md * regenerate test acados C-code CMD: python3 external/acados_solver_ros2/acados_solver_plugins_example/script/demo_export_plugin_to_custom_pkg.py Then copy mock_acados_solver code from acados_solver_plugins/src * fix namespace tests * Update CHANGELOG * remove ament_copyright from pre-commit * Update README.md * fix EOL lint error --------- Co-authored-by: Thibault Poignonec <[email protected]>
- Loading branch information
1 parent
4034ff4
commit d5e50f4
Showing
32 changed files
with
385 additions
and
440 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
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<library path="acados_solver_plugins_example"> | ||
<class name="acados_solver_plugins_example/MockAcadosSolver" | ||
type="acados_solver_plugins_example::MockAcadosSolver" | ||
base_class_type="acados::AcadosSolver"> | ||
<description> | ||
This is an example of Acados solver plugin. The underlying model is a pendulum on a cart. | ||
</description> | ||
</class> | ||
</library> |
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
Oops, something went wrong.