mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-08-04 12:29:21 +00:00
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:
@@ -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[]=
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user