Skip to content

Commit

Permalink
reduce offset
Browse files Browse the repository at this point in the history
  • Loading branch information
Bvallon-sl committed Apr 9, 2024
1 parent c074d4d commit bc45476
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ struct ZEDLIVELINK_API FAnimNode_ZEDLiveLinkPose: public FAnimNode_Base
float DurationOffsetError = 0.0f;
long long PreviousTS_ms = 0;

float DistanceToFloorThreshold = 5.0f; // cm
float DistanceToFloorThreshold = 1.0f; // cm

float AutomaticHeightOffset = 0;
};
Expand Down

0 comments on commit bc45476

Please sign in to comment.