Skip to content
Snippets Groups Projects

armem_robot_state: updates

Merged Fabian Reister requested to merge feature/armem_robot_state_update into armem/dev
All threads resolved!
1 file
+ 7
0
Compare changes
  • Side-by-side
  • Inline
@@ -122,6 +122,13 @@ namespace armarx::viz
)
: Box(name, b)
{}
Box(std::string const& id)
: ElementOps(id)
{
pose(Eigen::Matrix4f::Identity());
}
};
Loading