Auto commit at 2025-06-12 17:18:10

This commit is contained in:
cxh 2025-06-12 17:18:10 +08:00
parent 0298d0466d
commit dd790c3400

View File

@ -163,7 +163,7 @@ void VCUWakeUp()
void setupTimers(rclcpp::Node::SharedPtr node)
{
VCU 1Hz
// VCU 唤醒帧发送定时器1Hz
static rclcpp::TimerBase::SharedPtr timer_wakeup = node->create_wall_timer(
std::chrono::seconds(1), [node]()
{