Skip to content

Commit 08e7877

Browse files
committed
config: enable all viewers for online sims
1 parent 5fb8666 commit 08e7877

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

teleopit/configs/online.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ reference_velocity_smoothing_alpha: 0.35
2020
reference_anchor_velocity_smoothing_alpha: 0.25
2121
reference_steps: [0]
2222
reference_debug_log: false
23-
viewers: "sim2sim"
23+
viewers: "all"
2424
realtime: true
2525
num_steps: 0 # infinite loop until Ctrl+C
2626
debug_trace_path: null

teleopit/configs/pico4_sim.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ reference_velocity_smoothing_alpha: 0.35
1919
reference_anchor_velocity_smoothing_alpha: 0.25
2020
reference_steps: [0]
2121
reference_debug_log: false
22-
viewers: "sim2sim"
22+
viewers: "all"
2323
realtime: true
2424
num_steps: 0 # 0 = infinite loop until Ctrl+C or device disconnect
2525

0 commit comments

Comments
 (0)