Skip to content

Commit bf28eae

Browse files
authored
Merge pull request #53 from ROBOTIS-GIT/feature-add-machine-learning-srv
Add Goal.srv for machine learning
2 parents 869b601 + 34a6a79 commit bf28eae

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.rst

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

5+
2.4.0 (2025-04-28)
6+
------------------
7+
* Updated Goal.srv for turtlebot3_machine_learning
8+
* Contributors: ChanHyeong Lee
9+
510
2.3.0 (2025-02-19)
611
------------------
712
* Updated Patrol.action to support updated patrol example

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ set(msg_files
3737
set(srv_files
3838
"srv/Sound.srv"
3939
"srv/Dqn.srv"
40+
"srv/Goal.srv"
4041
)
4142

4243
set(action_files

package.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>turtlebot3_msgs</name>
5-
<version>2.3.0</version>
5+
<version>2.4.0</version>
66
<description>
77
Message and service types: custom messages and services for TurtleBot3 packages for ROS 2
88
</description>
99
<maintainer email="pyo@robotis.com">Pyo</maintainer>
1010
<license>Apache 2.0</license>
11-
<url type="website">http://wiki.ros.org/turtlebot3_msgs</url>
11+
<url type="website">http://turtlebot3.robotis.com</url>
1212
<url type="repository">https://github.com/ROBOTIS-GIT/turtlebot3_msgs</url>
1313
<url type="bugtracker">https://github.com/ROBOTIS-GIT/turtlebot3_msgs/issues</url>
1414
<author email="pyo@robotis.com">Pyo</author>
1515
<author email="thlim@robotis.com">Darby Lim</author>
1616
<author email="kkjong@robotis.com">Gilbert</author>
1717
<author email="vgh@amazon.com">Vineet Ghatge</author>
18-
<author email="junyeong4321@gmail.com">Junyeong Jeong</author>
1918
<author>Ryan Shim</author>
2019
<author email="willson@robotis.com">Will Son</author>
20+
<author email="junyeong4321@gmail.com">Junyeong Jeong</author>
2121
<buildtool_depend>ament_cmake</buildtool_depend>
2222
<buildtool_depend>rosidl_default_generators</buildtool_depend>
2323
<build_depend>action_msgs</build_depend>

srv/Goal.srv

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
float32 pose_x
3+
float32 pose_y
4+
bool success

0 commit comments

Comments
 (0)