Skip to content

Commit 348b326

Browse files
authored
Merge pull request ROBOTIS-GIT#23 from ROBOTIS-GIT/ros2-devel
Ros2 devel
2 parents 2bff806 + d1eda99 commit 348b326

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ set(msg_files
3535

3636
set(srv_files
3737
"srv/Sound.srv"
38+
"srv/Dqn.srv"
3839
)
3940

4041
set(action_files

srv/Dqn.srv

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
uint8 action
2+
bool init
3+
---
4+
float32[] state
5+
float32 reward
6+
bool done

0 commit comments

Comments
 (0)