Piping through the flag to parse sensors

This commit is contained in:
mbennice
2018-09-27 09:49:59 -07:00
parent 173cc2538f
commit 30d4c4136a
7 changed files with 10 additions and 10 deletions

View File

@@ -14,7 +14,7 @@ using grpc::Channel;
#include "Bullet3Common/b3AlignedObjectArray.h"
#include "SharedMemory/grpc/ConvertGRPCBullet.h"
using pybullet_grpc::PyBulletAPI;
using pybullet_grpc::grpc::PyBulletAPI;
static unsigned int b3DeserializeInt2(const unsigned char* input)
{