Caesar.jl icon indicating copy to clipboard operation
Caesar.jl copied to clipboard

How to get next pose name for addOdoFG

Open dehann opened this issue 7 years ago • 1 comments

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 avatar May 28 '18 17:05 dehann

I vote

:VARIABLE:POSE

any limitations with going that way?

dehann avatar May 28 '18 18:05 dehann