Advertisement
Guest User

Untitled

a guest
Sep 19th, 2014
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.62 KB | None | 0 0
  1. max_xxv@woodybot:~/catkin_ws$ catkin_make
  2. Base path: /home/max_xxv/catkin_ws
  3. Source space: /home/max_xxv/catkin_ws/src
  4. Build space: /home/max_xxv/catkin_ws/build
  5. Devel space: /home/max_xxv/catkin_ws/devel
  6. Install space: /home/max_xxv/catkin_ws/install
  7. ####
  8. #### Running command: "make cmake_check_build_system" in "/home/max_xxv/catkin_ws/build"
  9. ####
  10. ####
  11. #### Running command: "make -j2 -l2" in "/home/max_xxv/catkin_ws/build"
  12. ####
  13. [  0%] Built target std_msgs_generate_messages_lisp
  14. [  0%] Built target geometry_msgs_generate_messages_lisp
  15. [  0%] Built target _robocontroller_generate_messages_check_deps_Telemetry
  16. [  0%] Built target geometry_msgs_generate_messages_py
  17. [  0%] [  0%] Built target _robocontroller_generate_messages_check_deps_Pose
  18. Built target std_msgs_generate_messages_py
  19. [  0%] [  0%] Built target geometry_msgs_generate_messages_cpp
  20. Built target std_msgs_generate_messages_cpp
  21. [ 20%] Built target robocontroller_generate_messages_lisp
  22. [ 30%] Building CXX object RoboController-ROS/CMakeFiles/robocontroller_node.dir/src/robocontroller_node.cpp.o
  23. [ 60%] Built target robocontroller_generate_messages_py
  24. [ 80%] Built target robocontroller_generate_messages_cpp
  25. [ 80%] Built target robocontroller_generate_messages
  26. [ 90%] Building CXX object RoboController-ROS/CMakeFiles/robocontroller_node.dir/src/rbctrliface/src/rbctrliface.cpp.o
  27. [100%] Building CXX object RoboController-ROS/CMakeFiles/robocontroller_node.dir/src/rbctrliface/src/robotctrl.cpp.o
  28. /home/max_xxv/catkin_ws/src/RoboController-ROS/src/rbctrliface/src/robotctrl.cpp: In member function ‘void robocontroller::RobotCtrl::applySpeedFilter()’:
  29. /home/max_xxv/catkin_ws/src/RoboController-ROS/src/rbctrliface/src/robotctrl.cpp:160:41: error: ‘telemetry’ was not declared in this scope
  30.      if( ((mSpeedMeanLeft != 0) && _SIGN(telemetry.LinSpeedLeft) != _SIGN(mSpeedMeanLeft)) ||
  31.                                          ^
  32. /home/max_xxv/catkin_ws/src/RoboController-ROS/src/rbctrliface/src/robotctrl.cpp:9:21: note: in definition of macro ‘_SIGN’
  33.  #define _SIGN(X) (((X) >= 0) - ((X) < 0))
  34.                      ^
  35. /home/max_xxv/catkin_ws/src/RoboController-ROS/src/rbctrliface/src/robotctrl.cpp:169:41: error: ‘telemetry’ was not declared in this scope
  36.      if( ((mSpeedMeanRight != 0) &&_SIGN(telemetry.LinSpeedRight)!=_SIGN(mSpeedMeanRight)) ||
  37.                                          ^
  38. /home/max_xxv/catkin_ws/src/RoboController-ROS/src/rbctrliface/src/robotctrl.cpp:9:21: note: in definition of macro ‘_SIGN’
  39.  #define _SIGN(X) (((X) >= 0) - ((X) < 0))
  40.                      ^
  41. /home/max_xxv/catkin_ws/src/RoboController-ROS/src/rbctrliface/src/robotctrl.cpp:191:9: error: ‘telemetry’ was not declared in this scope
  42.          telemetry.LinSpeedLeft = mSpeedMeanLeft;
  43.          ^
  44. /home/max_xxv/catkin_ws/src/RoboController-ROS/src/rbctrliface/src/robotctrl.cpp:193:9: error: ‘telemetry’ was not declared in this scope
  45.          telemetry.LinSpeedLeft = telemetry.LinSpeedLeft;
  46.          ^
  47. /home/max_xxv/catkin_ws/src/RoboController-ROS/src/rbctrliface/src/robotctrl.cpp:196:9: error: ‘telemetry’ was not declared in this scope
  48.          telemetry.LinSpeedRight = mSpeedMeanRight;
  49.          ^
  50. /home/max_xxv/catkin_ws/src/RoboController-ROS/src/rbctrliface/src/robotctrl.cpp:198:9: error: ‘telemetry’ was not declared in this scope
  51.          telemetry.LinSpeedRight = telemetry.LinSpeedRight;
  52.          ^
  53. make[2]: *** [RoboController-ROS/CMakeFiles/robocontroller_node.dir/src/rbctrliface/src/robotctrl.cpp.o] Errore 1
  54. make[1]: *** [RoboController-ROS/CMakeFiles/robocontroller_node.dir/all] Errore 2
  55. make: *** [all] Errore 2
  56. Invoking "make" failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement