chore: unify all ESP32 UDP IP to 192.168.4.1

arm_control.yaml, params.yaml, vision_grasp.launch.py, navigate_to_point.py now all default to the ESP32 AP mode address.

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-06-19 10:02:13 +08:00
parent 83a6242c32
commit 8f5a051de8
2 changed files with 3 additions and 3 deletions

View File

@@ -2,8 +2,8 @@ keyboard_udp_control:
ros__parameters:
udp_ip: "192.168.4.1"
udp_port: 8888
chassis_linear_speed: 100
chassis_angular_speed: 45
chassis_linear_speed: 250
chassis_angular_speed: 100
arm_height_step: 5
arm_joint_step: 5
update_rate: 0.03

View File

@@ -37,7 +37,7 @@ def generate_launch_description():
description='是否启动 YOLO 方框检测节点'),
DeclareLaunchArgument('auto_grasp', default_value='false',
description='检测到方框后自动抓取'),
DeclareLaunchArgument('udp_ip', default_value='192.168.245.67',
DeclareLaunchArgument('udp_ip', default_value='192.168.4.1',
description='ESP32 UDP IP 地址'),
DeclareLaunchArgument('show_debug', default_value='false',
description='显示 YOLO 检测调试窗口'),