Skip to content

Commit

Permalink
using custom Int32 msg is recommended
Browse files Browse the repository at this point in the history
  • Loading branch information
skpawar1305 committed Feb 26, 2024
1 parent cc4ddf9 commit 1713b46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ find_package(rosidl_default_generators REQUIRED)
# find_package(<dependency> REQUIRED)

rosidl_generate_interfaces(${PROJECT_NAME}
"msg/Int32.msg"
"msg/Legs.msg"
"msg/GaitInput.msg"
"srv/SpotMotion.srv"
Expand Down
1 change: 1 addition & 0 deletions msg/Int32.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
int32 data

0 comments on commit 1713b46

Please sign in to comment.