ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

westeast's profile - activity

2019-02-18 12:32:04 -0500 received badge  Famous Question (source)
2019-02-18 12:32:04 -0500 received badge  Notable Question (source)
2018-08-08 01:34:35 -0500 marked best answer build ros on mac Rviz error 'qregularexpression.h' file not found'

the error is " 'qregularexpression.h' file not found' but I can find the file in /usr/local/Cellar/qt/5.8.0_2/lib/QtCore.framework/Versions/5/Headers/qregularexpression.h

I have googled this question but can`t find any proper answer...

In file included from tool_manager.sip:8:
In file included from /Users/baidu/ros_catkin_ws/src/rviz/src/rviz/tool_manager.h:36:
In file included from /Users/baidu/ros_catkin_ws/src/rviz/src/rviz/pluginlib_factory.h:40:
In file included from /Users/baidu/ros_catkin_ws/install_isolated/include/pluginlib/class_loader.h:33:
/Users/baidu/ros_catkin_ws/install_isolated/include/class_loader/multi_library_class_loader.h:106:7: warning: 'log_deprecated' is deprecated [-Wdeprecated-declarations]
      logDebug("class_loader::MultiLibraryClassLoader: Attempting to create instance of class type %s.", class_name.c_str());
      ^
/usr/local/Cellar/console_bridge/0.3.2/include/console_bridge/console.h:99:19: note: expanded from macro 'logDebug'
  console_bridge::log_deprecated(__FILE__, __LINE__, console_bridge::CONSOLE_BRIDGE_LOG_DEBUG, fmt, ##__VA_ARGS__)
                  ^
/usr/local/Cellar/console_bridge/0.3.2/include/console_bridge/console.h:202:54: note: 'log_deprecated' has been explicitly marked deprecated here
CONSOLE_BRIDGE_DEPRECATED CONSOLE_BRIDGE_DLLAPI void log_deprecated(const char *file, int line, LogLevel level, const char* m, ...);
                                                     ^
/usr/local/share/sip/PyQt5/QtCore/qregularexpression.sip:26:10: fatal error: 'qregularexpression.h' file not found
#include <qregularexpression.h>
         ^
12 warnings and 1 error generated.
make[3]: *** [siplibrviz_siprvizToolManager.o] Error 1
make[2]: *** [/Users/baidu/ros_catkin_ws/devel_isolated/rviz/lib/python2.7/site-packages/rviz/librviz_sip.dylib] Error 2
make[1]: *** [src/python_bindings/sip/CMakeFiles/librviz_sip.dir/all] Error 2
make: *** [all] Error 2
2018-07-09 13:56:46 -0500 marked best answer build ros on mac opencv3 qt5core error

I build ros on mac by referring this doc

and this error occur:

but I can found my Qt5Core in sudo find /usr -name Qt5Core :/usr/local/Cellar/qt/5.8.0_2/lib/cmake/Qt5Core

==> Processing plain cmake package: 'opencv3'
==> Building with env: '/Users/baidu/ros_catkin_ws/install_isolated/env.sh'
==> cmake /Users/baidu/ros_catkin_ws/src/opencv3 -DCMAKE_INSTALL_PREFIX=/Users/baidu/ros_catkin_ws/install_isolated -DCMAKE_BUILD_TYPE=Release -G Unix Makefiles in '/Users/baidu/ros_catkin_ws/build_isolated/opencv3/install'
-- FP16: Feature disabled
CMake Warning at cmake/OpenCVFindLibsGUI.cmake:18 (find_package):
  By not providing "FindQt5Core.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "Qt5Core", but
  CMake did not find one.

  Could not find a package configuration file provided by "Qt5Core" with any
  of the following names:

    Qt5CoreConfig.cmake
    qt5core-config.cmake

  Add the installation prefix of "Qt5Core" to CMAKE_PREFIX_PATH or set
  "Qt5Core_DIR" to a directory containing one of the above files.  If
  "Qt5Core" provides a separate development package or SDK, be sure it has
  been installed.
Call Stack (most recent call first):
  CMakeLists.txt:556 (include)


CMake Warning at cmake/OpenCVFindLibsGUI.cmake:19 (find_package):
  By not providing "FindQt5Gui.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "Qt5Gui", but
  CMake did not find one.

  Could not find a package configuration file provided by "Qt5Gui" with any
  of the following names:

    Qt5GuiConfig.cmake
    qt5gui-config.cmake

  Add the installation prefix of "Qt5Gui" to CMAKE_PREFIX_PATH or set
  "Qt5Gui_DIR" to a directory containing one of the above files.  If "Qt5Gui"
  provides a separate development package or SDK, be sure it has been
  installed.
Call Stack (most recent call first):
  CMakeLists.txt:556 (include)


CMake Warning at cmake/OpenCVFindLibsGUI.cmake:20 (find_package):
  By not providing "FindQt5Widgets.cmake" in CMAKE_MODULE_PATH this project
  has asked CMake to find a package configuration file provided by
  "Qt5Widgets", but CMake did not find one.

  Could not find a package configuration file provided by "Qt5Widgets" with
  any of the following names:

    Qt5WidgetsConfig.cmake
    qt5widgets-config.cmake

  Add the installation prefix of "Qt5Widgets" to CMAKE_PREFIX_PATH or set
  "Qt5Widgets_DIR" to a directory containing one of the above files.  If
  "Qt5Widgets" provides a separate development package or SDK, be sure it has
  been installed.
Call Stack (most recent call first):
  CMakeLists.txt:556 (include)


CMake Warning at cmake/OpenCVFindLibsGUI.cmake:21 (find_package):
  By not providing "FindQt5Test.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "Qt5Test", but
  CMake did not find one.

  Could not find a package configuration file provided by "Qt5Test" with any
  of the following names:

    Qt5TestConfig.cmake
    qt5test-config.cmake

  Add the installation prefix of "Qt5Test" to CMAKE_PREFIX_PATH or set
  "Qt5Test_DIR" to a directory containing one of the above files.  If
  "Qt5Test" provides a separate development package or SDK, be sure it has
  been installed.
Call Stack (most recent call first):
  CMakeLists.txt:556 (include)


CMake Warning at cmake/OpenCVFindLibsGUI.cmake:22 (find_package):
  By not providing "FindQt5Concurrent.cmake" in CMAKE_MODULE_PATH this
  project has asked CMake to find a package configuration ...
(more)
2018-07-02 18:44:38 -0500 received badge  Famous Question (source)
2018-07-02 18:44:38 -0500 received badge  Notable Question (source)
2018-04-09 05:23:05 -0500 received badge  Famous Question (source)
2018-04-09 05:23:05 -0500 received badge  Notable Question (source)
2018-04-09 05:23:05 -0500 received badge  Popular Question (source)
2018-03-08 06:06:55 -0500 received badge  Famous Question (source)
2018-02-27 00:48:39 -0500 received badge  Famous Question (source)
2017-10-27 15:07:49 -0500 received badge  Famous Question (source)
2017-10-27 15:07:49 -0500 received badge  Notable Question (source)
2017-10-02 15:56:50 -0500 received badge  Famous Question (source)
2017-10-02 15:56:50 -0500 received badge  Notable Question (source)
2017-08-10 01:33:58 -0500 received badge  Notable Question (source)
2017-08-10 01:33:58 -0500 received badge  Popular Question (source)
2017-08-08 17:16:25 -0500 marked best answer qtcreator Could not find 'share/std_msgs/cmake/std_msgs-msg-paths.cmake'

error info: /opt/ros/indigo/share/genmsg/cmake/genmsg-extras.cmake:271: error: Could not find 'share/std_msgs/cmake/std_msgs-msg-paths.cmake' (searched in '/home/westeast/git/enmodel/devel'). trajectory/CMakeLists.txt:72 (generate_messages)

I add some .msg file in my package but the qtcreator IDE can not build the msg . I can build the package with msg in cmd by catkin_make

Is anyone know the reason?

2017-08-08 17:14:15 -0500 received badge  Famous Question (source)
2017-08-08 17:14:15 -0500 received badge  Notable Question (source)
2017-07-18 01:47:15 -0500 received badge  Notable Question (source)
2017-07-17 16:38:55 -0500 received badge  Popular Question (source)
2017-06-18 23:33:48 -0500 received badge  Popular Question (source)
2017-06-17 14:51:33 -0500 asked a question rviz display in a small area of the screen

rviz dishplay in a small area of the screen ,WHY/ rosrun rviz rviz [ INFO] [1497728585.682873000]: rviz version 1.12.4 [

2017-06-17 14:06:17 -0500 commented answer rviz crashes on indigo /osx due to serializer implementation

I solve this problem by git revert commit_id and then copy the model file .

2017-06-13 12:53:42 -0500 received badge  Popular Question (source)
2017-06-03 18:14:35 -0500 received badge  Nice Question (source)
2017-05-31 02:45:13 -0500 received badge  Famous Question (source)
2017-05-29 18:00:55 -0500 received badge  Popular Question (source)
2017-05-29 17:59:44 -0500 received badge  Student (source)
2017-05-27 12:05:15 -0500 received badge  Notable Question (source)
2017-05-24 12:50:18 -0500 received badge  Popular Question (source)
2017-05-24 10:41:50 -0500 received badge  Popular Question (source)
2017-05-23 12:45:59 -0500 edited answer mac rosrun rviz rviz => exit and Segmentation fault: 11

Does not my mac graphic card support OpenGL? Because At last lines are "Starting Mac OS X OpenGL Subsystem" [#38#zon

2017-05-23 12:44:25 -0500 answered a question mac rosrun rviz rviz => exit and Segmentation fault: 11

Does not my mac graphic card support OpenGL? [#38#zong@01:37:05 ~/git/enmodel]$ rosrun rviz rviz -l [ INFO] [1495561

2017-05-23 11:39:38 -0500 commented question mac rosrun rviz rviz => exit and Segmentation fault: 11

same question : http://answers.ros.org/question/11376/rviz-segmentation-fault-at-launch/

2017-05-23 11:02:04 -0500 commented question mac rosrun rviz rviz => exit and Segmentation fault: 11

the related question : http://answers.ros.org/question/12043/rosrun-rviz-rviz-segmentation-fault/

2017-05-23 10:56:03 -0500 answered a question rosrun on mac error: dyld: Library not loaded: librospack.dylib

I solved this problem : vim /Users/baidu/ros_catkin_ws/install_isolated/bin/rosrun add the following line DYLD_LIBRARY

2017-05-23 10:53:58 -0500 asked a question mac rosrun rviz rviz => exit and Segmentation fault: 11

mac rosrun rviz rviz => exit and Segmentation fault: 11 this is the run error information : rosrun rviz rviz [ INFO]

2017-05-23 10:34:38 -0500 asked a question rosrun on mac error: dyld: Library not loaded: librospack.dylib

rosrun on mac error: dyld: Library not loaded: librospack.dylib I have build ros on mac ,and I the cmd rescore run norma

2017-05-23 10:18:57 -0500 answered a question build ros on mac Rviz error 'qregularexpression.h' file not found'

I solve this problem by rm qt@4

2017-05-23 04:11:08 -0500 asked a question build ros on mac Rviz error 'qregularexpression.h' file not found'

build ros on mac Rviz error 'qregularexpression.h' file not found' the error is " 'qregularexpression.h' file not fo

2017-05-23 01:08:41 -0500 received badge  Enthusiast
2017-05-22 03:34:01 -0500 answered a question build ros on mac opencv3 qt5core error

I solved this problem ,by add 'qt bin dir ` to path strange.......

2017-05-22 02:43:58 -0500 edited question build ros on mac opencv3 qt5core error

build ros on mac opencv3 qt5core error I build ros on mac by referring this doc and this error occur: but I can found

2017-05-22 02:40:56 -0500 asked a question build ros on mac opencv3 qt5core error

build ros on mac opencv3 qt5core error I build pos on mac by referring this doc and this error occur: ==> Processi

2017-05-20 20:14:46 -0500 asked a question webkit_dependency: No definition of [python-qt5-bindings-webkit] for OS [osx]

webkit_dependency: No definition of [python-qt5-bindings-webkit] for OS [osx] I install ros kinetic in mac os by refer: