Using autoware mpc_follower
- Autoware version : 1.13.0
- ROS Version Melodic
- Autoware installed from Docker
- Docker version 19.03.5, build 633a0ea838
Hello everyone.
After several tests and days using the pure_pursuit
follower I would like to see if mpc is suitable for my use.
I have no problem using pure_pursuit
with op_global_planner
, it's working perfect.
But I can't get mpc_follower
working at all. I tried to look for documentation here but I can't find anything helpful and google is not helping at all.
Here's the generated trajectory in Rviz :
And here's the error message I get :
[ERROR] [1575534953.909298763]: cannot find closest base_waypoints' waypoint to final_waypoints.waypoint[1] !!
And here's what is activated in my computing
tab :
Do you know what I am doing wrong ?
Thanks a lot for your answers !