Skip to content
Snippets Groups Projects
Commit 84b76ab7 authored by Nicolas Mansard's avatar Nicolas Mansard Committed by Valenza Florian
Browse files

Minor modif in SE3 display.

parent ad8bed73
Branches
Tags
No related merge requests found
......@@ -89,7 +89,7 @@ namespace se3
return SE3Tpl(rot.transpose(), -rot.transpose()*trans);
}
void disp(std::ostream & os)
void disp(std::ostream & os) const
{
os << " R =\n" << rot << std::endl
<< " p =\n" << trans.transpose() << std::endl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment