Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use bicycle kinematics model? #2

Open
GuancongLuo opened this issue Jun 9, 2020 · 1 comment
Open

How to use bicycle kinematics model? #2

GuancongLuo opened this issue Jun 9, 2020 · 1 comment

Comments

@GuancongLuo
Copy link

Hi, jvirdi2
Thank you for your share!

I have one question about the bicycle model.

Where I read 'hybrid_a_star_optimised.py', I didn't see the bicycle kinematics model on 'find path' function

neighbour_x_cts = chosen_c_node[0] + (velocity * math.cos(math.radians(chosen_c_node[2]))) neighbour_y_cts = chosen_c_node[1] + (velocity * math.sin(math.radians(chosen_c_node[2]))) neighbour_theta_cts = math.radians(chosen_c_node[2]) + (velocity * math.tan(math.radians(delta))/(float(self.vehicle_length)))

image

image

Could use tell me how to use this model?

@jvirdi2
Copy link
Owner

jvirdi2 commented Jun 12, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants