Skip to content

Commit

Permalink
typo and style
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 committed Nov 17, 2023
1 parent 06016b7 commit bc1219a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bullet-featherstone/src/SDFFeatures.cc
Original file line number Diff line number Diff line change
Expand Up @@ -898,8 +898,8 @@ Identity SDFFeatures::ConstructSdfModelImpl(
}
}

// Add the remaining links in the model without constructing the bullet objects.
// These are dummy links for book-keeping purposes
// Add the remaining links in the model without constructing the bullet
// objects. These are dummy links for book-keeping purposes
// \todo(iche033) The code will need to be updated when multiple subtrees in
// a single model is supported.
for (std::size_t i = 1u; i < structures.size(); ++i)
Expand Down
2 changes: 1 addition & 1 deletion bullet-featherstone/src/SDFFeatures.hh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class SDFFeatures :
const Identity &_linkID,
const ::sdf::Collision &_collision) override;

/// \brief Construct a bullet entity from a sdf::model
/// \brief Construct a bullet entity from a sdf::Model
/// \param[in] _parentID Parent identity
/// \param[in] _sdfModel sdf::Model to construct entity from
/// \return The entity identity if constructed otherwise an invalid identity
Expand Down

0 comments on commit bc1219a

Please sign in to comment.