PyBullet: expose STATE_LOGGING_ALL_COMMANDS and STATE_REPLAY_ALL_COMMANDS
See examples/pybullet/examples/commandLogAndPlayback.py for an example.
This commit is contained in:
@@ -533,6 +533,8 @@ enum b3StateLoggingType
|
||||
STATE_LOGGING_COMMANDS = 4,
|
||||
STATE_LOGGING_CONTACT_POINTS = 5,
|
||||
STATE_LOGGING_PROFILE_TIMINGS = 6,
|
||||
STATE_LOGGING_ALL_COMMANDS=7,
|
||||
STATE_REPLAY_ALL_COMMANDS=8,
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user