Is it possible to disable the local planner in Rviz?
Hello,
I want to know if it's possible to simply disable the local planner in Rviz.
I'm trying to implement turtlebot navigation - autonomously navigate in a known map, but for some reason, the local planner seems to be ignoring the costmap, causing the robot to collide with obstacles. The global planner works perfectly; it finds the shortest distance path based on the given map with no collisions with obstacles. I'm wondering if there's a way for me to just disable the local planner in Rviz so that the robot moves strictly according to the global planner, which should suffice for my purpose now?
Or if people have an idea of what's going wrong that's also welcomed =)
Thanks!