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 get next pose name for addOdoFG #119

Open
dehann opened this issue May 28, 2018 · 1 comment
Open

How to get next pose name for addOdoFG #119

dehann opened this issue May 28, 2018 · 1 comment
Labels
Milestone

Comments

@dehann
Copy link
Member

dehann commented May 28, 2018

Two options for getting next pose name with addOdoFG:

x$(i+1)

or

:VARIABLE:POSE?

I'd like to keep the ability open for users to call their variables different names, for example :x1 vs :p1 vs :f1. Think of a robot having pelvis, head, left foot, right foot: A new time instant might create all of :p1, :h1, :lf1, :rf1, etc.

Remember addOdoFG should not drive design decisions, it is a convenience function.

cc @GearsAD

@dehann
Copy link
Member Author

dehann commented May 28, 2018

I vote

:VARIABLE:POSE

any limitations with going that way?

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

No branches or pull requests

1 participant