What is the difference between NAV2D package and ros navigaton stack
Hello,
Apart from the obvious difference of nav2d being for a planar environment, what is the main difference between nav2d and navigation package.
Currently I have odometry and robot_pose_ekf fusing odom data with imu data giving me robot pose. On top of it i am planning to use the nav stack. As a learner, should I go ahead and play with navigation stack or just use the nav2d stack.
Best Regards, Can
As nav2d mentions, it is meant to navigate in a planar (2D) environment, while nav_stack will take into account height as well.