暂时放弃 CRC 实现
This commit is contained in:
@@ -57,14 +57,14 @@ def generate_launch_description():
|
||||
|
||||
left_switch_arg = DeclareLaunchArgument(
|
||||
'left_switch',
|
||||
default_value='0',
|
||||
description='左拨杆 [0, 15]'
|
||||
default_value='3',
|
||||
description='左拨杆 [1, 3]'
|
||||
)
|
||||
|
||||
right_switch_arg = DeclareLaunchArgument(
|
||||
'right_switch',
|
||||
default_value='0',
|
||||
description='右拨杆 [0, 15]'
|
||||
default_value='3',
|
||||
description='右拨杆 [1, 3]'
|
||||
)
|
||||
|
||||
# 创建节点
|
||||
|
||||
Reference in New Issue
Block a user