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

Trajectory Generation done in Octopus Search #17

Closed
minghancmh opened this issue Jun 15, 2023 · 3 comments
Closed

Trajectory Generation done in Octopus Search #17

minghancmh opened this issue Jun 15, 2023 · 3 comments

Comments

@minghancmh
Copy link

Hi,

Just wondering why the trajectories generated in octopus search does not actually reach the final end point?

Thanks!

@minghancmh
Copy link
Author

Found out that modifying params.Ra yielded a trajectory that reaches the endpoint. Just curious as to what this Ra is ?

@jtorde
Copy link
Collaborator

jtorde commented Jul 26, 2023

Hi @minghancmh,

Ra is the radius of a sphere in which the algorithm will try to find a trajectory. Octopus Search will not create any control points that lie outside that sphere (see this line).

Octopus Search will try to find a trajectory that finishes close to the goal (but it does not have to be exactly the goal). The trajectory obtained by Octopus Search will be used as initial guess in the optimization. In this optimization, the distance between the endpoint of the trajectory and the goal is minimized (see Section V-D of the paper)

@jtorde
Copy link
Collaborator

jtorde commented Jul 26, 2023

I'm closing this for now, but feel free to reopen it if needed

@jtorde jtorde closed this as completed Jul 26, 2023
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