PythonRobotics icon indicating copy to clipboard operation
PythonRobotics copied to clipboard

Documentation for lqr_speed_steer_control.py

Open mrunaljsarvaiya opened this issue 1 year ago • 7 comments

Is there any documentation on what the variables being passed around in lqr_steer_control.py mean and a reference to the formulas used?

I'm a little confused as to how the desired path point is selected using calc_nearest_index. Why does the index get incremented if you're selecting the current goal to be the path point closest to you? In theory wouldn't you simply hone in on the first index you're trying to reach and never move away from it since lqr would move you towards that index? Or cause you're also selecting a goal velocity do you naturally overshoot that position and start moving towards the next one?

mrunaljsarvaiya avatar Aug 03 '22 17:08 mrunaljsarvaiya

Why close? I can't see any commits that would've improved the docs...

Zireael07 avatar Aug 04 '22 06:08 Zireael07

I agree we can improve the doc, so reopen this.

AtsushiSakai avatar Aug 04 '22 10:08 AtsushiSakai

I closed it cause I was able to figure out what I didn't understand, but yeah it could use more formal documentation

mrunaljsarvaiya avatar Aug 04 '22 20:08 mrunaljsarvaiya

Your PR is welcome to add your findings!!

AtsushiSakai avatar Aug 05 '22 12:08 AtsushiSakai

Can I work on the doc? , because I am a beginner and not too good at the code work

Kim8178184977 avatar Sep 11 '22 14:09 Kim8178184977

Yes!! Anyone’s PR is welcome!!

AtsushiSakai avatar Sep 11 '22 22:09 AtsushiSakai

thanks, sir can I see the details and the code directory

Kim8178184977 avatar Sep 17 '22 15:09 Kim8178184977

Sir, is the Project based on Reinforcement learning?

Kim8178184977 avatar Sep 18 '22 16:09 Kim8178184977