Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.4.0 #124

Merged
merged 2 commits into from
Mar 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
Changelog for package ypspur_ros
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.4.0 (2024-03-28)
------------------
* Add option to wait convergence of joint trajectory angle and velocity (`#122 <https://github.com/openspur/ypspur_ros/issues/122>`_)
* Use control simulation in yp-spur instead of ypspur_ros (`#120 <https://github.com/openspur/ypspur_ros/issues/120>`_)
* Fix code format (`#121 <https://github.com/openspur/ypspur_ros/issues/121>`_)
* Update assets to v0.6.4 (`#119 <https://github.com/openspur/ypspur_ros/issues/119>`_)
* Update assets to v0.6.3 (`#118 <https://github.com/openspur/ypspur_ros/issues/118>`_)
* Contributors: Atsushi Watanabe, Kazuki Takahashi

0.3.6 (2024-01-10)
------------------
* Avoid publishing joint messages with duplicate stamps (`#115 <https://github.com/openspur/ypspur_ros/issues/115>`_)
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>ypspur_ros</name>
<version>0.3.6</version>
<version>0.4.0</version>
<description>ROS wrapper for the mobile robot control platform YP-Spur</description>

<maintainer email="atsushi.w@openspur.org">Atsushi Watanabe</maintainer>
Expand Down
Loading