initial implementation of state logging.
see examples/pybullet/logMinitaur.py for example. Other state logging will include general robot states and VR controllers state.
This commit is contained in:
@@ -899,6 +899,20 @@ const SharedMemoryStatus* PhysicsClientSharedMemory::processServerStatus() {
|
||||
{
|
||||
break;
|
||||
}
|
||||
case CMD_STATE_LOGGING_START_COMPLETED:
|
||||
{
|
||||
break;
|
||||
};
|
||||
case CMD_STATE_LOGGING_COMPLETED:
|
||||
{
|
||||
break;
|
||||
};
|
||||
|
||||
case CMD_STATE_LOGGING_FAILED:
|
||||
{
|
||||
b3Warning("State Logging failed");
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
b3Error("Unknown server status %d\n", serverCmd.m_type);
|
||||
btAssert(0);
|
||||
|
||||
Reference in New Issue
Block a user