Digital-Humans-23 / a1

7 stars 0 forks source link

Visualization of target trajectory #10

Closed juhe9842 closed 1 year ago

juhe9842 commented 1 year ago

Do we need to care about the visualization of the target trajectory when implementing the offset on the target position for Ex.4? For example on my side the robot follow the terrains but the visualized base and feet trajectories are still on the flat ground

juhe9842 commented 1 year ago

sorry for Ex.5

juhe9842 commented 1 year ago

Another question is how should we handle the base positions on discontinuous terrain like stages and stairs? There is a sudden change of base height on such terrains if we only give it an offset.

eastskykang commented 1 year ago

Good question. In short, you don't have to modify trajectories. You just can add offsets to IK targets as I mentioned.

Of course, the base and feet height will change abruptly on discontinuous height map (such as staircases), but generating trajectories for such terrain itself is an active research topic. So, you won't lose a point due to this problem.

But, if you can improvise a strategy to generate smooth trajectories, you are more than welcome to implement it :)