Skip to content
Snippets Groups Projects
Commit 200a2a44 authored by Fabian Reister's avatar Fabian Reister
Browse files

viz::Box: initializing pose if not set explicitly

parent 42dc4c2d
No related branches found
No related tags found
2 merge requests!156Some minor changes,!154armem_robot_state: updates
......@@ -122,6 +122,13 @@ namespace armarx::viz
)
: Box(name, b)
{}
Box(std::string const& id)
: ElementOps(id)
{
pose(Eigen::Matrix4f::Identity());
}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment