mirror of
https://github.com/ROBOTIS-GIT/turtlebot3_msgs.git
synced 2025-09-15 12:59:07 +08:00
initial commit
This commit is contained in:
parent
92815ce4cf
commit
6c66ac1f31
@ -35,6 +35,7 @@ set(msg_files
|
||||
|
||||
set(srv_files
|
||||
"srv/Sound.srv"
|
||||
"srv/Dqn.srv"
|
||||
)
|
||||
|
||||
set(action_files
|
||||
|
||||
6
srv/Dqn.srv
Normal file
6
srv/Dqn.srv
Normal file
@ -0,0 +1,6 @@
|
||||
uint8 action
|
||||
bool init
|
||||
---
|
||||
float32[] state
|
||||
float32 reward
|
||||
bool done
|
||||
Loading…
Reference in New Issue
Block a user