How to use navigation stack in simulation using .dae and rviz
To use and learn navigation stack, I'd like to simulate 2D navigation (path planning and collision avoidance) using a robot model(e.g. PR2.dae) and rviz.
Are there any tutorials for that? What are good practices for learning how to use navigation stack?
ros.org/wiki/pr2_simulator gave me some tutorials but it uses Gazebo. If possible, I'd like to use only rviz to make the simulation simple.
Thanks in advance.