Skip to content

Commit

Permalink
Improve the comment of ListNonCollidingLinkPairs
Browse files Browse the repository at this point in the history
Co-authored-by: Puttichai Lertkultanon <[email protected]>
  • Loading branch information
snozawa and Puttichai authored Nov 7, 2024
1 parent 2dc435f commit 1e918f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/openrave/kinbody.h
Original file line number Diff line number Diff line change
Expand Up @@ -2438,7 +2438,7 @@ class OPENRAVE_API KinBody : public InterfaceBase
typedef boost::shared_ptr<KinBodyInfo> KinBodyInfoPtr;
typedef boost::shared_ptr<KinBodyInfo const> KinBodyInfoConstPtr;

/// \brief Alias for list of non-colliding link pairs, mostly used for Grabbed checking.
/// \brief Alias for list of non-colliding link pairs, mainly used for collision checking for Grabbed.
using ListNonCollidingLinkPairs = std::list<std::pair<KinBody::LinkConstPtr, KinBody::LinkConstPtr> >;

/// \brief Saved data for Grabbed used in KinBodyStateSaver and KinBodyStateSaverRef
Expand Down

0 comments on commit 1e918f7

Please sign in to comment.