mirror of
https://github.com/ROBOTIS-GIT/turtlebot3_msgs.git
synced 2025-09-15 12:59:07 +08:00
Add machine learning srv
This commit is contained in:
parent
869b6015d8
commit
aa79e3fcbf
@ -37,6 +37,7 @@ set(msg_files
|
||||
set(srv_files
|
||||
"srv/Sound.srv"
|
||||
"srv/Dqn.srv"
|
||||
"srv/Goal.srv"
|
||||
)
|
||||
|
||||
set(action_files
|
||||
|
||||
4
srv/Goal.srv
Normal file
4
srv/Goal.srv
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
float32 pose_x
|
||||
float32 pose_y
|
||||
bool success
|
||||
Loading…
Reference in New Issue
Block a user