KunalTyagi

auv_controller_error_10_feb_2017

Feb 9th, 2017
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.38 KB | None | 0 0
  1. /home/kunal/ros_ws/src/robosub/auv_controller/src/control_allocation/base_allocator.cpp:47:5: error: no matching constructor for initialization of 'auv_controller::Thruster'
  2.     };
  3.     ^
  4. /home/kunal/ros_ws/src/robosub/auv_controller/include/auv_controller/thruster.hpp:73:7: note: candidate constructor (the implicit move constructor) not viable: requires 1 argument, but 0 were provided
  5. class Thruster: public BaseThruster
  6.       ^
  7. /home/kunal/ros_ws/src/robosub/auv_controller/include/auv_controller/thruster.hpp:73:7: note: candidate constructor (the implicit copy constructor) not viable: requires 1 argument, but 0 were provided
  8. /home/kunal/ros_ws/src/robosub/auv_controller/include/auv_controller/thruster.hpp:86:9: note: candidate constructor not viable: requires 4 arguments, but 0 were provided
  9.         Thruster(double forwardMaxForce_, double backwardMaxFroce_, double gamma_, uint16_t *pwmPtr_);
  10.         ^
  11. /home/kunal/ros_ws/src/robosub/auv_controller/src/control_allocation/base_allocator.cpp:47:5: note: in implicit initialization of array element 8 with omitted initializer
  12.     };
  13.     ^
  14. 1 error generated.
  15. make[2]: *** [robosub/auv_controller/CMakeFiles/controller_node.dir/src/control_allocation/base_allocator.cpp.o] Error 1
  16. make[1]: *** [robosub/auv_controller/CMakeFiles/controller_node.dir/all] Error 2
  17. make: *** [all] Error 2
  18. Invoking "make -j4 -l4" failed
Add Comment
Please, Sign In to add comment