Navigation Stack with in a Vicon environment?

asked 2017-03-13 14:03:07 -0500

yc0123 gravatar image

Want to have a robot navigate and path plan in a vicon environment, but the robot itself will not have any sensors except for the vicon markers (The robot takes its pose from the Vicon). I understand that it would at least take a lot of configuration to setup the navigation stack. But does anyone know if it is feasible or have done something similar before?

edit retag flag offensive close merge delete

Comments

1

Should be feasible; most of the nav stack config is tf and odom, and if you use a high-precision pose system you can shortcut that and have the vicon produce the map -> base_link transform and odom directly. Then you don't need AMCL. No lasers means the move_base costmap setup will also be simpler.

ahendrix gravatar image ahendrix  ( 2017-03-13 14:18:53 -0500 )edit

I can't find it right now, but I remember a post some time ago about exactly this issue. "lots of configuration" is actually not what I remember: the vicon system would basically provide an (absolute) pose estimate of your robot relative to some world origin. I think you'd just not use amcl.

gvdhoorn gravatar image gvdhoorn  ( 2017-03-13 14:20:15 -0500 )edit

Great! Thank you very much! About to start implementing it and trying it out.

yc0123 gravatar image yc0123  ( 2017-03-25 20:49:43 -0500 )edit

@ahendrix or @gvdhoorn Any reason you didn't post that as an answer? That way others don't come checking this out to help. It seems like this has been solved.

achille gravatar image achille  ( 2020-06-12 00:57:44 -0500 )edit

Would also be interested in seeing the solution

morten gravatar image morten  ( 2021-12-06 03:26:22 -0500 )edit