Auto commit at 2025-06-11 17:21:51

This commit is contained in:
cxh 2025-06-11 17:21:51 +08:00
parent 903cc186ff
commit b8aa261670

View File

@ -229,8 +229,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)