Add machine learning srv

This commit is contained in:
chan-1207 2025-04-24 11:36:08 +09:00
parent 869b6015d8
commit aa79e3fcbf
No known key found for this signature in database
GPG Key ID: 08DACCC31A7335C5
2 changed files with 5 additions and 0 deletions

View File

@ -37,6 +37,7 @@ set(msg_files
set(srv_files set(srv_files
"srv/Sound.srv" "srv/Sound.srv"
"srv/Dqn.srv" "srv/Dqn.srv"
"srv/Goal.srv"
) )
set(action_files set(action_files

4
srv/Goal.srv Normal file
View File

@ -0,0 +1,4 @@
---
float32 pose_x
float32 pose_y
bool success