udacity / CarND-MPC-Project

CarND Term 2 Model Predictive Control (MPC) Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to set the autonomous mode for MPC controller

aogrcs opened this issue · comments

Hi,
When I start the sim program and mpc program as the attachment. I find that I can control the car using keyboards, but is there any solution about making the car following the path using mpc autonomously? Thanks
default

Do you mean to actually have paths that it follows? The main thing would typically be to ensure the port 4567 is actually open as instructed in the classroom, otherwise it may be that the messages aren't getting sent out of your code in the way the simulator expects.

No further responses this past week, so I'm guessing you may have already had this resolved. Closing for now, but feel free to re-open if you are still having issues.

Hi there, I cannot start the autonomous mode as well and I cannot enter the classroom cause I don't have the authority maybe? And I checked the port, it seems to have been connected correctly but the car isn't moving. So any advice?