First, thanks for opensource. In the original StateRL.cpp code, the conversion of ang_vel and gravity_vec to local coordinates is correct, but it does not seem to be applicable to the isaacsim framework. When running in the isaacsim framework, sim2sim will have the body twitching and falling after turning 90 degrees. For the isaacsim framework, the description of ang_vel and gravity_vec seems to be in the body coordinate system.

First, thanks for opensource. In the original StateRL.cpp code, the conversion of ang_vel and gravity_vec to local coordinates is correct, but it does not seem to be applicable to the isaacsim framework. When running in the isaacsim framework, sim2sim will have the body twitching and falling after turning 90 degrees. For the isaacsim framework, the description of ang_vel and gravity_vec seems to be in the body coordinate system.