Skip to content

Commit

Permalink
Fix typo in logging message in src/libopenrave/kinbodygrab.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: yoshikikanemoto <43060294+yoshikikanemoto@users.noreply.github.com>
  • Loading branch information
snozawa and yoshikikanemoto authored Sep 30, 2024
1 parent 9afb13e commit 34ee453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libopenrave/kinbodygrab.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ void Grabbed::ComputeListNonCollidingLinks()
continue;
}
if( pOtherGrabbedBody->GetEnvironmentBodyIndex() == 0 ) {
RAVELOG_WARN_FORMAT("env=%s, other grabbed body on %s has invalid environment body index. Perhaps already removed from the environmnet. So ignoring it.", penv->GetNameId()%pGrabber->GetName());
RAVELOG_WARN_FORMAT("env=%s, other grabbed body on %s has invalid environment body index. Perhaps already removed from the environment. So ignoring it.", penv->GetNameId()%pGrabber->GetName());
continue;
}
if( pOtherGrabbedBody->GetLinks().empty() ) {
Expand Down

0 comments on commit 34ee453

Please sign in to comment.