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

auto -y aron::ObjectPose

parent db75da3f
Loading
......@@ -4,12 +4,12 @@
namespace armarx::objpose
{
void fromAron(const auto& aronObjectPose, const ObjectPose& objectPose)
void fromAron(const aron::ObjectPose& aronObjectPose, const ObjectPose& objectPose)
{
}
void toAron(const auto& aronObjectPose, ObjectPose& objectPose)
void toAron(const aron::ObjectPose& aronObjectPose, ObjectPose& objectPose)
{
}
......
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