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

Any idea about smooth curvature? #1

Open
xilinnancheng opened this issue Oct 16, 2019 · 1 comment
Open

Any idea about smooth curvature? #1

xilinnancheng opened this issue Oct 16, 2019 · 1 comment

Comments

@xilinnancheng
Copy link

Can the simulation car track the path perfectly?
Maybe take account of smooth path by kinematic constraint.

@mathprocessing
Copy link

It's a good question!

Ways of thinking that possibly can help solve this problem

  1. Find all possible paths from fixed point A to arbitrary point B (or arbitrary point A to arbitrary point B), maybe somehow find the function nextStepAction(kinematicState).
  2. Kinematic constraint:
  • If we have an action function, we can easily get a trajectory, but how can we solve the inverse problem? What if we have a trajectory and the problem is to compute an action function?
  1. А continuous space in practice may contain parts similar to each other can this be used somehow?

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