Skip to content

Commit

Permalink
cfg: remove unused "mode"
Browse files Browse the repository at this point in the history
Mode is not being used in the code, and is therefore removed from the config.
  • Loading branch information
whoenig committed Feb 1, 2024
1 parent 50f7d08 commit 485d234
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions motion_capture_tracking/config/cfg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
# Specify the hostname or IP of the computer running the motion capture software
hostname: "130.149.82.37"

# Use "motionCapture" to disable custom rigid body tracking (to rely on the vendor's software)
# Use "libRigidBodyTracker" for custom frame-by-frame tracking, in which you need to define
# marker_configurations, dynamics_configurations, and rigid_bodies below.
mode: "libRigidBodyTracker"

# The information will always be broadcasted via tf2
# Specify additional settings for the /poses topic here
topics:
Expand Down

0 comments on commit 485d234

Please sign in to comment.