23 #include "../../include/ecl/mobile_robot/differential_drive.hpp"
34 using ecl::linear_algebra::Vector2d;
35 using ecl::linear_algebra::Vector3d;
41 int main(
int argc,
char **argv) {
46 cout <<
"***********************************************************" << endl;
47 cout <<
" Partial Inverse" << endl;
48 cout <<
"***********************************************************" << endl;
59 partial_inverse = ecl::DifferentialDrive::Kinematics::PartialInverse(a, b);
60 std::cout << partial_inverse << std::endl;
63 cout <<
"***********************************************************" << endl;
64 cout <<
" Passed" << endl;
65 cout <<
"***********************************************************" << endl;