Skip to content

State estimation #1

@cinogul

Description

@cinogul

Hi,

I noticed that you said the hardware implementation was going to follow soon. Although having ALL the hardware code would be ideal, I was wondering whether your state estimation code is available anywhere? I want to implement a state estimator linked to mujoco to simulate my robot and find optimal control values for the robot using an MPC. Although mujoco and mujoco_mpc have sample code in their repo it would be nice to have an actual implementation to answer some of the following questions:

  1. How do you load your state estimate into mujoco? Do you just set all qpos, qvel and qacc values manually before stepping the simulation?
  2. Do you smooth the state estimate at all? I can imagine that there is cases where the sim somewhat diverges from what happens on the hardware, leading to a "jump" in sim leading to suboptimal control values.
  3. You mentioned in your paper that parameter tuning, especially the height of the robot, is essential at minimizing the mismatch between estimator and planner. Do you only use motion capture for getting the height? Is there another smart way to do this, with some smart sensor fusion and an IKS?

Thanks again for any info/code you can give me!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions