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.
Dependencies: mbed ros_lib_kinetic
Diff: main.cpp
- Revision:
- 8:478f75c6109c
- Parent:
- 7:950b3c3b5a2b
- Child:
- 10:836e701d00a6
diff -r 950b3c3b5a2b -r 478f75c6109c main.cpp --- a/main.cpp Wed Mar 14 19:33:08 2018 +0000 +++ b/main.cpp Thu Mar 15 19:20:23 2018 +0000 @@ -17,7 +17,6 @@ #include <prototypes.h> #include <Mx28.h> - // Micro Module Declarations PwmOut liftSpeed(D10); // Normally D10 DigitalOut liftDirection(D11); @@ -59,6 +58,6 @@ runGimbal(); //ROS Functions nh.spinOnce(); - rosCheck(); + rosCheck(); } }