Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Chong <[email protected]>
  • Loading branch information
aaronchongth committed Apr 16, 2024
1 parent 261474f commit fd45675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api-server/api_server/gateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ def handle_fire_alarm_trigger(fire_alarm_trigger_msg: BoolMsg):
fire_alarm_trigger_sub = ros_node().create_subscription(
BoolMsg,
"fire_alarm_trigger",
lambda msg: handle_fire_alarm_trigger(msg),
handle_fire_alarm_trigger,
rclpy.qos.QoSProfile(
history=rclpy.qos.HistoryPolicy.KEEP_LAST,
depth=10,
Expand Down

0 comments on commit fd45675

Please sign in to comment.