This repository contains the VFF-based outdoor navigation system for robots using GPS input.
To test the system, use the following simulation repository: https://github.com/EasyNavigation/easynav_playground_summit.git
Running the Simulation:
-
Launch the simulation environment using the
easynav_playground_summit
repo. -
In a new terminal, run the navigation system with:
ros2 run easynav_system system_main \
--ros-args \
--params-file <your_workspace>/src/easynav_outdoor_stack/robots_params/summit_sim.params.yaml
- Send a Goal from the
2D Goal Pose
button on RViz2