Skip to content

Commit

Permalink
Added more iso messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianSvanland committed Apr 9, 2024
1 parent b30a1d1 commit e44cc76
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
3 changes: 3 additions & 0 deletions iso_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ find_package(builtin_interfaces REQUIRED)

set(msg_files
"msg/CoordinateSystem.msg"
"msg/ObjectState.msg"
"msg/ObjectSettings.msg"
"msg/CartesianTrajectory.msg"
"msg/CartesianTrajectoryPoint.msg"
Expand All @@ -27,6 +28,8 @@ set(msg_files
"msg/OSEMTimeServer.msg"
"msg/TrajectoryHeader.msg"
"msg/TrajectoryInfo.msg"
"msg/Abort.msg"
"msg/Start.msg"
)

rosidl_generate_interfaces(${PROJECT_NAME}
Expand Down
1 change: 1 addition & 0 deletions iso_msgs/msg/Abort.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
string TOPIC_NAME = "iso22133_abort"
15 changes: 15 additions & 0 deletions iso_msgs/msg/ObjectState.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.

uint8 STATE_UNKNOWN=0
uint8 STATE_INIT=1
uint8 STATE_DISARMED=2
uint8 STATE_ARMED=3
uint8 STATE_RUNNING=4
uint8 STATE_POSTRUN=5
uint8 STATE_ABORTING=6
uint8 STATE_REMOTE_CONTROL=7
uint8 STATE_PRE_ARMING=8
uint8 STATE_PRE_RUNNING=9
uint8 state
1 change: 1 addition & 0 deletions iso_msgs/msg/Start.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
string TOPIC_NAME = "iso22133_start"

0 comments on commit e44cc76

Please sign in to comment.