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: PID QEI chair_BNO055 ros_lib_kinetic3
Dependents: wheelchaircontrolrealtime1
Fork of wheelchaircontrol by
Diff: wheelchair.h
- Revision:
- 28:889fc0e5f8c4
- Parent:
- 24:6c5b4b82f874
--- a/wheelchair.h Fri Nov 02 21:52:29 2018 +0000
+++ b/wheelchair.h Sat Nov 03 20:33:55 2018 +0000
@@ -93,10 +93,15 @@
void kitchen();
void desk_to_kitchen();
+
+ double getTwistZ();
+
+
double x_position;
double y_position;
double z_angular;
- double odom_vector[3];
+ double curr_vel;
+ double z_twistA;
private:
/* Pointers for the joystick speed*/
PwmOut* x;
