Skip to content
Snippets Groups Projects
Commit 98d55398 authored by Christian Dreher's avatar Christian Dreher
Browse files

fix: Add missing namespace.

parent 2a9aa29f
No related branches found
No related tags found
No related merge requests found
......@@ -91,6 +91,7 @@ armarx::nav::components::Navigator::getDefaultName() const
std::vector<armarx::nav::core::Pose>
convert(const std::vector<Eigen::Matrix4f>& wps)
{
using namespace armarx::nav;
std::vector<core::Pose> p;
p.reserve(wps.size());
std::transform(wps.begin(), wps.end(), std::back_inserter(p), [](const auto & p)
......
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