Closed BibsCode closed 3 months ago
I think the best way is to delete the base velocity from your observation.
Or you could refer to this estimator: Estimator.cpp. It will output the base velocity. However, the estimator requires the contact state as an input, but when the robot is driven by a reinforcement learning (RL) policy, it often results in an uncertain contact state.
An irregular contact state
Can you explain me, how is the base velocity is calculated. The implementation in the "Estimator.cpp" file is not entirely clear to me. Also I doesn't get what the contact state representing in this case.
Thank for your assistance.
This explanation is a bit complicated, and you may need to read the book 《Quadruped Robot Control Algorithm-Modeling, Control and Practice》. In summary, the base velocity in observations is not necessary, as in walk-these-ways.
Thanks for your help, I will train the policy without the BaseVelocity.
Thanks for your help, I will train the policy without the BaseVelocity.
You're welcome!
We are working with a policy that requires the base velocity of the Unitree Go2, which is part of the observations. The base velocity is published by the sports mode on ROS, but we need to deactivate the sports service because we want to send low-level commands.
Problem:
Questions:
Thank you!