Skip to content

Commit

Permalink
Arranged node msgs files (autowarefoundation#567)
Browse files Browse the repository at this point in the history
  • Loading branch information
brkay54 committed Apr 17, 2022
1 parent 21d5453 commit 31c0922
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions control/control_performance_analysis/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ find_package(Eigen3 REQUIRED)
rosidl_generate_interfaces(control_performance_analysis_msgs
msg/Error.msg
msg/ErrorStamped.msg
msg/DrivingMonitor.msg
msg/DrivingMonitorStamped.msg
DEPENDENCIES
std_msgs
)
Expand Down
6 changes: 6 additions & 0 deletions control/control_performance_analysis/msg/DrivingMonitor.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
float64 longitudinal_acceleration
float64 longitudinal_jerk
float64 lateral_acceleration
float64 lateral_jerk
float64 tracking_curvature_discontinuity_ability
float64 controller_processing_time
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
std_msgs/Header header
control_performance_analysis/DrivingMonitor driving_monitor
1 change: 1 addition & 0 deletions control/control_performance_analysis/msg/Error.msg
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ float64 curvature_estimate
float64 curvature_estimate_pp
float64 lateral_error_velocity
float64 lateral_error_acceleration
float64 longitudinal_velocity_error

0 comments on commit 31c0922

Please sign in to comment.