zoukankan      html  css  js  c++  java
  • [Debug] A strange error encountered today in ROS

    I reinstalled my ubuntu system and also ROS. I tested slam_karto package when some strange error came out. I still cannot explain it for now.

    'vector' in namespace 'std' does not name a type

    located in /opt/ros/indigo/include/ros/console.h

    Fixed by typing:

    $ cd /opt/ros/indigo/include/ros/console.h
    $ gedit console.h

    add a line:

      #include <vector>

    But, why would an error happen in ROS itself?

  • 相关阅读:
    c学习第6天
    c学习第5天
    c学习第4天
    c学习第1天
    20171009/20171010/20171011
    20171010
    20171008
    20171007
    20171006
    matrix
  • 原文地址:https://www.cnblogs.com/casperwin/p/6128002.html
Copyright © 2011-2022 走看看