mirror of
https://github.com/orbbec/OrbbecSDK_ROS2.git
synced 2026-09-13 11:30:20 +08:00
fix: improve help message formatting in IP config tool
This commit is contained in:
@@ -145,13 +145,13 @@ void printHelp() {
|
||||
<< " --enable_persistent_ip true \\\n"
|
||||
<< " --new_ip 192.168.1.200 \\\n"
|
||||
<< " --mask 255.255.255.0 \\\n"
|
||||
<< " --gateway 192.168.1.1\n"
|
||||
<< " --gateway 192.168.1.1\n\n"
|
||||
<< " DHCP only: ros2 run orbbec_camera ip_config_tool -- \\\n"
|
||||
<< " set_ip \\\n"
|
||||
<< " --current_ip 192.168.1.10 \\\n"
|
||||
<< " --enable_dhcp true \\\n"
|
||||
<< " --enable_persistent_ip false\n"
|
||||
<< " V2 both enabled: ros2 run orbbec_camera ip_config_tool -- \\\n"
|
||||
<< " --enable_persistent_ip false\n\n"
|
||||
<< " Both enabled: ros2 run orbbec_camera ip_config_tool -- \\\n"
|
||||
<< " set_ip \\\n"
|
||||
<< " --current_ip 192.168.1.10 \\\n"
|
||||
<< " --enable_dhcp true \\\n"
|
||||
|
||||
Reference in New Issue
Block a user