The mpc_local_planner package implements a plugin to the base_local_planner of the 2D navigation stack. It provides a generic and versatile model predictive control implementation with minimum-time and quadratic-form receding-horizon configurations.
I follow the steps for installing the mpc_local_planner. However, when i tried with catkin_make, it failed with Permission denied on the following items:
mpc_footprint.cfg
mpc_controller.cfg
mpc_collision.cfg
Tried with re- git clone and re- catkin_make, but the results still the same.
Hi
I follow the steps for installing the mpc_local_planner. However, when i tried with catkin_make, it failed with
Permission denied
on the following items:Tried with re- git clone and re- catkin_make, but the results still the same.
Best, Samuel