Auto commit at 2025-06-18 14:25:14
This commit is contained in:
parent
967a861a10
commit
321ed6ea75
@ -254,8 +254,9 @@ void setupTimers(rclcpp::Node::SharedPtr node)
|
||||
vcu2_cmd.setSpray(msg.spray);
|
||||
vcu2_cmd.setSweeepCtrl(msg.sweep_ctrl);
|
||||
|
||||
canctl.sendFrame(vcu1_cmd.toFrame());
|
||||
canctl.sendFrame(vcu2_cmd.toFrame()); });
|
||||
// canctl.sendFrame(vcu1_cmd.toFrame());
|
||||
// canctl.sendFrame(vcu2_cmd.toFrame());
|
||||
});
|
||||
}
|
||||
|
||||
int main(int argc, char **argv)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user