Skip to content
Snippets Groups Projects
Commit 86035653 authored by Jennifer Buehler's avatar Jennifer Buehler
Browse files

Minor fix

parent b7e9171e
Branches
No related tags found
No related merge requests found
......@@ -251,7 +251,7 @@ void GazeboGraspGripper::HandleDetach(const std::string &objName)
if (obj && obj->GetLink())
{
auto linVel = GetWorldVelocity(obj->GetLink());
gzmsg << "PRE-DETACH Velocity for link " << obj->GetLink()->GetName()
gzmsg << "POST-DETACH Velocity for link " << obj->GetLink()->GetName()
<< " (collision name " << objName << "): " << linVel
<< ", absolute val " << GetLength(linVel) << std::endl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment