GithubHelp home page GithubHelp logo

Comments (3)

ZhepeiWang avatar ZhepeiWang commented on July 22, 2024 2

Yes you are right.

For T, As is also given in the paper, we do not have to use exp as a smooth diffeo between R+ and R. In this code, we use the first 2 term in Taylor series of exp(x) and exp(-x) as a twice continuously differentiable diffeo between R+ and R, which is more efficient and numerically stable than exp itself.

For P, the only difference lies in the stereographic transform is originally used, while the code uses normalization x/||x|| to map a R^(n+1) on to an n-Sphere. In this code, this map is cascaded with the barycentric transform described in the paper. This is because the employed optimization alg theoretically requires the cost function has bounded sub-level set, which is easy to be satisfied in the normalization map. Technically, bounded sub-level set is just added for completeness.

Of course, there are some features released but not described in the paper, and also some features described in the paper but not ready to be released (busy...).

If you have some issues about the code, please feel free to let me know.

from gcopter.

ZhepeiWang avatar ZhepeiWang commented on July 22, 2024

By the way,

For T, constraint elimination is to extend the definition of decision vars to R.

For P, cons elim is a cheaper way to strictly enforce the spatial constraint as grad projection do, and preserve the high order info. The spatial constraints on P must be enforced because we do not wish distance between waypoints can infiniely approaches zero, that causes singularity.

Thus it is somewhat flexibility in handling them.

from gcopter.

Joeyyuenjoyslife avatar Joeyyuenjoyslife commented on July 22, 2024

Thank you so much for your patient and detailed response, it answered my question and helped me a lot. For now, i think i can close this issue. Thank you again for your inspiring work!

from gcopter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.