-
Notifications
You must be signed in to change notification settings - Fork 11
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 #274 from husarion/ros2-diagnostics-changelog
Unify version and add changelog for panther_diagnostics
- Loading branch information
Showing
2 changed files
with
27 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
Changelog for package panther_diagnostics | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
Forthcoming | ||
----------- | ||
* Merge pull request #259 from husarion/ros2-os-diagnostics | ||
Ros2 os diagnostics | ||
* suggestions | ||
* PR suggestions | ||
* added super build for uprofile library: | ||
* Renamed files | added fram_id and publish_rate parameters | ||
* Added cppuprofile | added suggestions | ||
* added suggestions | ||
* Added readme and changed constants | ||
* Added suggestions | ||
* uncomment rpi test | ||
* Added diagnostics | ||
* fixed usage | ||
* Added tests | ||
* Added tests | ||
* Added working node | ||
* Added working node | ||
* Read cpu example | ||
* Read cpu example | ||
* Contributors: Jakub Delicat, Paweł Irzyk |
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>panther_diagnostics</name> | ||
<version>0.0.1</version> | ||
<version>2.0.0</version> | ||
<description>Package for diagnosting usage of OS on the Panther Robot</description> | ||
<maintainer email="[email protected]">Husarion</maintainer> | ||
<license>Apache License 2.0</license> | ||
|