more fixes in pybullet_gym envs/data.
implement pybullet.setAdditionalSearchPath
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef SHARED_MEMORY_COMMANDS_H
|
||||
#define SHARED_MEMORY_COMMANDS_H
|
||||
|
||||
@@ -105,6 +104,12 @@ struct MjcfArgs
|
||||
int m_flags;
|
||||
};
|
||||
|
||||
struct b3SearchPathfArgs
|
||||
{
|
||||
char m_path[MAX_FILENAME_LENGTH];
|
||||
};
|
||||
|
||||
|
||||
struct BulletDataStreamArgs
|
||||
{
|
||||
char m_bulletFileName[MAX_FILENAME_LENGTH];
|
||||
@@ -960,6 +965,7 @@ struct SharedMemoryCommand
|
||||
struct b3CreateMultiBodyArgs m_createMultiBodyArgs;
|
||||
struct b3RequestCollisionInfoArgs m_requestCollisionInfoArgs;
|
||||
struct b3ChangeTextureArgs m_changeTextureArgs;
|
||||
struct b3SearchPathfArgs m_searchPathArgs;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user