@@ -149,7 +149,7 @@ If you want to use the GPU version of MARSIM, you can change the parameter "use_
149149You can modify the ` pisa.launch ` or ` sydney.launch ` file as follows:
150150
151151``` xml
152- <!-- _NUM_ is the total number of explorer and photographers -->
152+ <!-- TODO: _NUM_ is the total number of explorer and photographers -->
153153 <arg name =" drone_num" value =" _NUM_" />
154154
155155 ... ...
@@ -169,7 +169,7 @@ You can modify the `pisa.launch` or `sydney.launch` file as follows:
169169
170170 ... ...
171171
172- <!-- Adjust to the appropriate initial position. -->
172+ <!-- TODO: Adjust to the appropriate initial position. -->
173173 <arg name =" init_x_" value =" " />
174174 <arg name =" init_y_" value =" " />
175175 <arg name =" init_z_" value =" " />
@@ -193,7 +193,7 @@ You can modify the `pisa.launch` or `sydney.launch` file as follows:
193193 <group if =" $(arg use_sim)" >
194194 <include file =" $(find heterogeneous_manager)/launch/single_camera_uav.xml" >
195195 <arg name =" drone_id" value =" 1" />
196- <!-- Adjust to the appropriate initial position. -->
196+ <!-- TODO: Adjust to the appropriate initial position. -->
197197 <arg name =" init_x_" value =" " />
198198 <arg name =" init_y_" value =" " />
199199 <arg name =" init_z_" value =" " />
@@ -209,7 +209,7 @@ You can modify the `pisa.launch` or `sydney.launch` file as follows:
209209 <!-- PhotographerX (X = _NUM_-1) -->
210210 <group ns =" quad_X" >
211211 <include file =" $(find heterogeneous_manager)/launch/single_camera_uav_exploration.xml" >
212- <!-- Adjust to the appropriate drone_id = _NUM_-1 -->
212+ <!-- TODO: Adjust to the appropriate drone_id = _NUM_-1 -->
213213 <arg name =" drone_id" value =" X" />
214214
215215 ... ...
@@ -218,9 +218,9 @@ You can modify the `pisa.launch` or `sydney.launch` file as follows:
218218
219219 <group if =" $(arg use_sim)" >
220220 <include file =" $(find heterogeneous_manager)/launch/single_camera_uav.xml" >
221- <!-- Adjust to the appropriate drone_id = _NUM_-1 -->
221+ <!-- TODO: Adjust to the appropriate drone_id = _NUM_-1 -->
222222 <arg name =" drone_id" value =" X" />
223- <!-- Adjust to the appropriate initial position. -->
223+ <!-- TODO: Adjust to the appropriate initial position. -->
224224 <arg name =" init_x_" value =" " />
225225 <arg name =" init_y_" value =" " />
226226 <arg name =" init_z_" value =" " />
0 commit comments