|
@@ -20,10 +20,10 @@ grpcclient::grpcclient(std::string stryamlpath)
|
|
ggrpcclient = this;
|
|
ggrpcclient = this;
|
|
dec_yaml(stryamlpath.data());
|
|
dec_yaml(stryamlpath.data());
|
|
|
|
|
|
- mstrpicmsgname[0] = "PicFront";
|
|
|
|
- mstrpicmsgname[1] = "PicRear";
|
|
|
|
- mstrpicmsgname[2] = "PicLeft";
|
|
|
|
- mstrpicmsgname[3] = "PicRight";
|
|
|
|
|
|
+ mstrpicmsgname[0] = "picfront";
|
|
|
|
+ mstrpicmsgname[1] = "picrear";
|
|
|
|
+ mstrpicmsgname[2] = "picleft";
|
|
|
|
+ mstrpicmsgname[3] = "picright";
|
|
|
|
|
|
unsigned int i;
|
|
unsigned int i;
|
|
for(i=0;i<mvectormsgunit.size();i++)
|
|
for(i=0;i<mvectormsgunit.size();i++)
|