Should the example line of code
float **arrayPtr = new int *[3];
be
float **arrayPtr = new float *[3];
?
Should the example line of code
float **arrayPtr = new int *[3];
be
float **arrayPtr = new float *[3];
?
Hi @versavel,
Thanks for reporting this syntax error.
I’ve just updated the notebook. The changes will be reflected in a few minutes.
Feel free to report any other mistakes you find, or errors in the platform.
#KeepPushingYourROSLearning
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.