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: chair_BNO055 ros_lib_kinetic
Diff: main.cpp
- Revision:
- 4:db3aa99ab312
- Parent:
- 3:ef063fd4234e
diff -r ef063fd4234e -r db3aa99ab312 main.cpp
--- a/main.cpp Mon Aug 13 21:33:17 2018 +0000
+++ b/main.cpp Mon Aug 13 21:43:02 2018 +0000
@@ -27,7 +27,7 @@
void handlerFunction(const geometry_msgs::Twist& command)
{
if(command.linear.x >0) {
-
+ c = 'w';
}
received = true;
}