apirrone commited on
Commit
008afa8
·
1 Parent(s): c7e9849

disable head tracking for now

Browse files
src/reachy_mini_conversation_app/main.py CHANGED
@@ -210,7 +210,7 @@ class ReachyMiniConversationApp(ReachyMiniApp): # type: ignore[misc]
210
  asyncio.set_event_loop(loop)
211
 
212
  args, _ = parse_args()
213
- args.head_tracker = "mediapipe"
214
  instance_path = self._get_instance_path().parent
215
  run(
216
  args,
 
210
  asyncio.set_event_loop(loop)
211
 
212
  args, _ = parse_args()
213
+ # args.head_tracker = "mediapipe"
214
  instance_path = self._get_instance_path().parent
215
  run(
216
  args,