add pybullet_utils.transformations from ROS geometry:

https://github.com/ros/geometry/blob/melodic-devel/tf/src/tf/transformations.py
This commit is contained in:
Erwin Coumans
2020-03-24 10:34:02 -07:00
parent dd2f2e3128
commit e20b858a28
3 changed files with 1707 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ static unsigned int b3DeserializeInt3(const unsigned char* input)
unsigned int tmp = (input[3] << 24) + (input[2] << 16) + (input[1] << 8) + input[0];
return tmp;
}
static bool gVerboseNetworkMessagesClient3 = false;
static bool gVerboseNetworkMessagesClient3 = true;//false;
const char* cmd2txt[]=
{