Skip to content

Commit

Permalink
read digital outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
m-dahl committed Aug 25, 2021
1 parent a87c9a2 commit 33cf81a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ find_package(rosidl_default_generators REQUIRED)
rosidl_generate_interfaces(${PROJECT_NAME}
"action/ExecuteScript.action"
"srv/DashboardCommand.srv"
"msg/Measured.msg"
)

ament_package()
13 changes: 13 additions & 0 deletions msg/Measured.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Robot state
int32 robot_state
# Program state
int32 program_state
# Digital outputs
bool out0
bool out1
bool out2
bool out3
bool out4
bool out5
bool out6
bool out7

0 comments on commit 33cf81a

Please sign in to comment.