@@ -129,16 +129,16 @@ First, please set up the following environment before proceeding to the next ins
129129
1301301 . Set the parameters inside [ minimal.launch] ( sobit_pro_bringup/launch/minimal.launch ) and select the functions to launch with SOBIT PRO.
131131 ``` xml
132- <!-- Activate Mobile-Base (true ), Arm (true ), Head (true ) -->
133- <arg name =" enable_mb" default =" true " />
134- <arg name =" enable_arm" default =" true " />
135- <arg name =" enable_head" default =" true " />
132+ <!-- Activate Mobile-Base (True ), Arm (True ), Head (True ) -->
133+ <arg name =" enable_mb" default =" True " />
134+ <arg name =" enable_arm" default =" True " />
135+ <arg name =" enable_head" default =" True " />
136136 ...
137- <arg name =" open_rviz " default =" true " />
137+ <arg name =" enable_rviz " default =" True " />
138138 ...
139139 ```
140140> [ !NOTE]
141- > Rewrite it as ` true ` or ` false ` depending on the functions you want to use.
141+ > Rewrite it as ` True ` or ` False ` depending on the functions you want to use.
142142
1431432 . Execute the launch file [ minimal.launch] ( sobit_pro_bringup/launch/minimal.launch ) .
144144 ``` sh
@@ -161,13 +161,13 @@ SOBIT PRO can be moved by the moving mechanism alone.
161161
1621621 . Rewrite [ minimal.launch] ( sobit_pro_bringup/launch/minimal.launch ) as follows
163163 ``` xml
164- <!-- Activate Mobile-Base (true ), Arm (true ), Head (true ) -->
165- <arg name =" enable_mb" default =" true " />
166- <arg name =" enable_arm" default =" false " />
167- <arg name =" enable_head" default =" false " />
164+ <!-- Activate Mobile-Base (True ), Arm (True ), Head (True ) -->
165+ <arg name =" enable_mb" default =" True " />
166+ <arg name =" enable_arm" default =" False " />
167+ <arg name =" enable_head" default =" False " />
168168
169- <!-- URG: lan-cable (true ), usb-cable (false ) -->
170- <arg name =" urg_lan" default =" false " />
169+ <!-- URG: lan-cable (True ), usb-cable (False ) -->
170+ <arg name =" urg_lan" default =" False " />
171171 ...
172172 ```
1731732. Execute the launch file [minimal.launch](sobit_pro_bringup/launch/minimal.launch).
@@ -180,7 +180,7 @@ SOBIT PRO can be moved by the moving mechanism alone.
180180 ```
181181
182182> [!NOTE]
183- > URG(LiDAR) should be set to `true ` for LAN type communication and to `false ` for USB type communication.
183+ > URG(LiDAR) should be set to `True ` for LAN type communication and to `False ` for USB type communication.
184184
185185<p align =" right" >(<a href =" #readme-top" >back to top</a >)</p >
186186
0 commit comments