Skip to content

Commit

Permalink
feat(logpacker): add rosbag api
Browse files Browse the repository at this point in the history
Signed-off-by: ito-san <[email protected]>
  • Loading branch information
ito-san committed Mar 18, 2024
1 parent a1664b3 commit 2301553
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tier4_external_api_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ rosidl_generate_interfaces(${PROJECT_NAME}
msg/Operator.msg
msg/RosbagCopyStatus.msg
msg/RosbagLoggingMode.msg
msg/RosbagRecordStatus.msg
msg/ResponseStatus.msg
msg/Route.msg
msg/RouteSection.msg
Expand Down Expand Up @@ -65,6 +66,7 @@ rosidl_generate_interfaces(${PROJECT_NAME}
srv/SetEmergency.srv
srv/SetPose.srv
srv/SetRosbagLoggingMode.srv
srv/SetRosbagRecord.srv
srv/SetRoute.srv
srv/SetService.srv
srv/SetVelocityLimit.srv
Expand Down
10 changes: 10 additions & 0 deletions tier4_external_api_msgs/msg/RosbagRecordStatus.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# constants
uint8 INITIALIZING=0
uint8 WAITING_VEHICLE_INFO=1
uint8 READY=2
uint8 RECORDING=3
uint8 ERROR=4

# fields
uint8 status
string message
3 changes: 3 additions & 0 deletions tier4_external_api_msgs/srv/SetRosbagRecord.srv
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
bool record
---
tier4_external_api_msgs/ResponseStatus status

0 comments on commit 2301553

Please sign in to comment.