Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshikikanemoto committed Feb 12, 2025
1 parent 05d1b0f commit 4dc88d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libopenrave/robot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ EnvironmentBodyRemover::~EnvironmentBodyRemover() noexcept(true) {
}
}
if( !_pGrabbedInfos.empty() ) {
// it might be ok with grabbing link doesn't exist if ConnectedBody acitve state changes.
// it might be ok with grabbing link doesn't exist if ConnectedBody active state changes.
std::vector<KinBody::GrabbedInfoPtr>::iterator itRemoveFirst = _pGrabbedInfos.begin();
for( std::vector<KinBody::GrabbedInfoPtr>::const_iterator itGrabbedInfo = _pGrabbedInfos.begin(); itGrabbedInfo != _pGrabbedInfos.end(); ++itGrabbedInfo ) {
const KinBody::GrabbedInfoPtr pGrabbedInfo = *itGrabbedInfo;
Expand Down

0 comments on commit 4dc88d8

Please sign in to comment.