This commit is contained in:
lyq 2026-04-29 13:15:25 +08:00
parent 64237aebe7
commit 81210ec552

View File

@ -22,12 +22,12 @@ def generate_launch_description():
#连接类型serial port0 , UDP1
#default: 0 serial port
{"ConnectionType": 1},
{"ConnectionType": 0},
#串口设备串 defaule: /dev/ttyUSB0
{"UART_Port": "/dev/ttyUSB0"},
{"UART_Port": "/dev/ttyTHS1"},
#串口波特率 default: 115200
{"UART_Baudrate": 230400},
{"UART_Baudrate": 460800},
#latency_timer :1 ~ 16, default:16
{"USB_LatencyTime": 16},
@ -53,7 +53,7 @@ def generate_launch_description():
{"LogInfo":"./debug.log"},
#设置日志打印等级DEBUG:0 (save imu rawdata),INFO:1,WARNING:2,ERROR:3,FATAL:4
#default:INFO
{"LogLevel":1}
{"LogLevel":0}
],
)
return launch.LaunchDescription([container])