We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e33f444 commit dfba277Copy full SHA for dfba277
C/Distributed/src/timelimit-ros.lf
@@ -110,7 +110,7 @@ reactor Destination(period:time(1 sec)) {
110
111
private:
112
void x_callback(const std_msgs::msg::Int32::SharedPtr msg) const {
113
- schedule_int(physical_action_, 0, msg->data);
+ lf_schedule_int(physical_action_, 0, msg->data);
114
}
115
rclcpp::Subscription<std_msgs::msg::Int32>::SharedPtr destination_;
116
void* physical_action_;
0 commit comments