@@ -280,24 +280,12 @@ Now that you're setup, if you can run it on the command line, you can run it in
280280 - Xbox control allows us to use a connected Xbox controller to control the robots
2812814 . Run our SimulatedPlayTests in Thunderscope
282282 - This will launch the visualizer and simulate AI Plays, allowing us to visually see the robots acting according to their roles.
283- 1 . For legacy C++ tests (#2581 ) with the visualizer:
284- 1 . First run Thunderscope configured for receiving protobufs over unix sockets correctly: ` ./tbots.py run thunderscope_main --visualize_cpp_test `
285- 2 . Then run ` ./tbots.py test [some_target_here] --run_sim_in_realtime `
286- 2 . For PyTests:
287- - With the visualizer: ` ./tbots.py test [some_target_here] -t `
288- - Without the visualizer: ` ./tbots.py test [some_target_here] `
289- 3 . For legacy C++ tests (#2581 ) without the visualizer:
290- - ` ./tbots.py test [some_target_here] `
283+ - With the visualizer: ` ./tbots.py test [some_target_here] -t `
284+ - Without the visualizer: ` ./tbots.py test [some_target_here] `
2912855 . Run our SimulatedTacticTests in Thunderscope:
292286 - This will launch the visualizer and simulate an AI Tactic on a single robot
293- 1 . For legacy C++ tests (#2581 ) with the visualizer:
294- - First, run Thunderscope configured for receiving protobufs over unix sockets correctly: ` ./tbots.py run thunderscope_main --visualize_cpp_test `
295- - Then run ` ./tbots.py test [some_target_here] --run_sim_in_realtime `
296- 2 . For PyTests:
297- - With the visualizer: ` ./tbots.py test [some_target_here] -t `
298- - Without the visualizer: ` ./tbots.py test [some_target_here] `
299- 3 . For legacy C++ tests (#2581 ) without the visualizer:
300- - ` ./tbots.py test [some_target_here] `
287+ - With the visualizer: ` ./tbots.py test [some_target_here] -t `
288+ - Without the visualizer: ` ./tbots.py test [some_target_here] `
301289
302290## Debugging
303291
0 commit comments