Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: mobile_robot mobile_robot_ver2
Revision 3:daf91334a889, committed 2019-12-16
- Comitter:
- BoGBoG
- Date:
- Mon Dec 16 14:00:52 2019 +0000
- Parent:
- 2:f0984c3e4b1c
- Commit message:
- mobile_robot
Changed in this revision
ros/node_handle.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r f0984c3e4b1c -r daf91334a889 ros/node_handle.h --- a/ros/node_handle.h Thu Dec 05 18:05:05 2019 +0000 +++ b/ros/node_handle.h Mon Dec 16 14:00:52 2019 +0000 @@ -93,7 +93,7 @@ template<class Hardware, int MAX_SUBSCRIBERS=25, int MAX_PUBLISHERS=25, - int INPUT_SIZE=1024, + int INPUT_SIZE=512, int OUTPUT_SIZE=4096> class NodeHandle_ : public NodeHandleBase_ {