attempt to merge of solo-playground

This commit is contained in:
vivek-shankar 2017-02-19 18:42:39 -05:00
parent f2c4977fe4
commit 2ba7171b38
1 changed files with 1 additions and 1 deletions

View File

@ -547,7 +547,7 @@ namespace rosbzz_node{
}
else{
else if(msg->payload64.size() > 3){
uint64_t message_obt[msg->payload64.size()];
/* Go throught the obtained payload*/
for(int i=0;i < (int)msg->payload64.size();i++){