Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for EVENT messages #1922

Merged
merged 5 commits into from
Nov 15, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
new checksum for event enum
  • Loading branch information
victor committed Nov 15, 2023
commit e71fda720ba810c39c70a7eef1185d9dd7048799
2 changes: 1 addition & 1 deletion mavros/src/plugins/sys_status.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ class SystemStatusPlugin : public plugin::Plugin
case enum_value(MAV_SEVERITY::DEBUG):
RCLCPP_DEBUG_STREAM(node->get_logger(), "FCU: EVENT " << px4_id << " with args " << arg_str);
break;
// [[[end]]] (checksum: d05760afbeece46673c8f73f89b63f3d)
// [[[end]]] (checksum: 83f5eab6a8989f95de46d2a95387304c)
default:
RCLCPP_WARN_STREAM(node->get_logger(), "FCU: UNK(" << +severity << "): EVENT " << px4_id << " with args " << arg_str);
break;
Expand Down