Skip to content

Commit

Permalink
Fix default test type in comment (#980)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjoomen authored Jan 16, 2024
1 parent 9a6e2ef commit 1659f08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ struct CollisionCheckConfig
/** @brief Used to configure the contact manager prior to a series of checks */
ContactManagerConfig contact_manager_config;

/** @brief ContactRequest that will be used for this check. Default test type: FIRST*/
/** @brief ContactRequest that will be used for this check. Default test type: ALL*/
ContactRequest contact_request;

/** @brief Specifies the type of collision check to be performed. Default: DISCRETE */
Expand Down

0 comments on commit 1659f08

Please sign in to comment.