humble分支 修改rtk串口号

This commit is contained in:
lyq 2025-11-06 14:11:09 +08:00
parent 83cbd55c00
commit 4fde924479

View File

@ -21,7 +21,7 @@ public:
// 初始化串口读取
boost_serial = new Boost_serial();
boost_serial->init("/dev/ttyTHS0");
boost_serial->init("/dev/ttyTHS1");
// 创建发布者
command_publisher_ = this->create_publisher<sweeper_interfaces::msg::Rtk>("rtk_message", 10);