Hello!
I am using rplidar with SLAM. I recorded data using rosbag.
Using this, I can check the recorded data.
& rosrun rplidar_ros rplidarNodeClient
& rosbag play XX-XX-XX-XX-XX-XX.bag
When new data is coming up, the previous data going to deleted.
Do you know how to get the full data?
Please help..
↧
Node data full download
↧
when rosrun works and roslaunch malfunctions
I am just started to work with ROS and I am facing a strange problem.
I have executable based on camera driver and another executable which just show the images grabbed (imshow_node). While I start the driver using rosrun and either rosrun or roslaunch imshow_node everything works fine, however if I use roslaunch to start the dirver, and then roslaunch the imshow_node it doesnt show the images, it doesnt give me error neither.
I dont know if anyone came cross this problem before and I appreciate your help
Cheers.
↧
↧
Unable to find the executable
I am trying a run a node on the terminal using the command **rosrun skeleton_listener skelCord.cpp** (I got the code skelCord.cpp from this link http://answers.ros.org/question/230327/tf-listener-for-openni-tracker-solved/?comment=254098#post-id-254098, "skeleton_listener" is the name of the package). But when I try and run it I get the error
**[rosrun] Couldn't find executable named skelCord.cpp below /home/eric/catkin_ws/src/skeleton_listener
[rosrun] Found the following, but they're either not files,
[rosrun] or not executable:
[rosrun] /home/eric/catkin_ws/src/skeleton_listener/src/skelCord.cpp**
If anyone knows why this error occurs their help would be greatly appreciated.
↧
Rosrun executable not found
Hello,
I'm trying to run a node from rosrun (it works when I manually enter ./program inside build directory). Yet it doesn't work when called by rosrun - it finds the directory by tab completion, but not the executable. How can I help it? I need it to use it in launch files.
[rosrun] Found the following, but they're either not files,
[rosrun] or not executable:
[rosrun] /home/user/ros_ws/catkin_ws/src/ros_programme
↧
Can we directly install ROS Kinetic packages on PC running Ubuntu 16.04 without installing ROS Kinetic on that PC ?
Hi,
I'm new to the ROS and Ubuntu world.While I was trying to install ROS Kinetic on PC running Ubuntu 16.04 a new question arose to my mind that "**whether it is always necessary to install first the ROS Kinetic on the PC running Ubuntu 16.04 or we can directly install ROS Kinetic packages like TurtleSim,Catkin,etc. on the PC using the command 'sudo apt-get install ros-kinetic-[PACKAGE_NAME]' without installing the ROS on PC(which will include some of the packages already in it)."**
And if it is possible to directly install packages on the PC running Ubuntu without completely installing ROS on PC,will we be able to used all the commands of the ROS like roscore,rosrun,rospack,source the environment,catkin,etc. in that PC.
Link:- http://wiki.ros.org/kinetic/Installation/Ubuntu
Any help in these question will be highly appreciated.
↧
↧
why my Python code is running?
I playing alot with :::ROS and I realize this:
I can modify my Python app and start it again by doing:
> $rosrun mypkg mypython.py
no need to go back to catkin workspace and do catkin_make
but if I do that (catkin_make) everything works too...
then what is the sense behind the **catkin_make** command
↧
Could not find Qt binding (looked for: 'pyqt', 'pyside') when rosrun
I install ros kinetic on Ubuntu 16.04, with python 2.7. `rqt_graph` shows properly, however, when I run `rosrun rqt_gui rqt_gui` and `rosrun rqt_reconfigure rqt_reconfigure`. It shows the following message, my $PYTHONPATH is `/usr/lib/python2.7/dist-packages:/opt/ros/kinetic/lib/python2.7/dist-packages`.
`ros-kinetic-python-qt-binding` is already installed.
Traceback (most recent call last):File "/opt/ros/kinetic/lib/rqt_gui/rqt_gui", line 13, in
sys.exit(main.main())
File "/opt/ros/kinetic/lib/python2.7/dist-packages/rqt_gui/main.py", line 59, in main
return super(Main, self).main(argv, standalone=standalone, plugin_argument_provider=plugin_argument_provider, plugin_manager_settings_prefix=str(hash(os.environ['ROS_PACKAGE_PATH'])))
File "/opt/ros/kinetic/lib/python2.7/dist-packages/qt_gui/main.py", line 336, in main
from python_qt_binding import QT_BINDING
File "/opt/ros/kinetic/lib/python2.7/dist-packages/python_qt_binding/__init__.py", line 55, in
from .binding_helper import loadUi, QT_BINDING, QT_BINDING_MODULES, QT_BINDING_VERSION # @UnusedImport
File "/opt/ros/kinetic/lib/python2.7/dist-packages/python_qt_binding/binding_helper.py", line 252, in
getattr(sys, 'SELECT_QT_BINDING_ORDER', None),
File "/opt/ros/kinetic/lib/python2.7/dist-packages/python_qt_binding/binding_helper.py", line 98, in _select_qt_binding
raise ImportError("Could not find Qt binding (looked for: %s):\n%s" % (', '.join(["'%s'" % b for b in binding_order]), '\n'.join(error_msgs)))
ImportError: Could not find Qt binding (looked for: 'pyqt', 'pyside'):
ImportError for 'pyqt': No module named QtCore
Traceback (most recent call last):
File "/opt/ros/kinetic/lib/python2.7/dist-packages/python_qt_binding/binding_helper.py", line 89, in _select_qt_binding
QT_BINDING_VERSION = binding_loader(required_modules, optional_modules)
File "/opt/ros/kinetic/lib/python2.7/dist-packages/python_qt_binding/binding_helper.py", line 131, in _load_pyqt
_named_import('PyQt5.%s' % module_name)
File "/opt/ros/kinetic/lib/python2.7/dist-packages/python_qt_binding/binding_helper.py", line 111, in _named_import
module = builtins.__import__(name)
ImportError: No module named QtCore
ImportError for 'pyside': No module named QtCore
Traceback (most recent call last):
File "/opt/ros/kinetic/lib/python2.7/dist-packages/python_qt_binding/binding_helper.py", line 89, in _select_qt_binding
QT_BINDING_VERSION = binding_loader(required_modules, optional_modules)
File "/opt/ros/kinetic/lib/python2.7/dist-packages/python_qt_binding/binding_helper.py", line 163, in _load_pyside
_named_import('PySide2.%s' % module_name)
File "/opt/ros/kinetic/lib/python2.7/dist-packages/python_qt_binding/binding_helper.py", line 111, in _named_import
module = builtins.__import__(name)
ImportError: No module named QtCore
↧
Can launch but not run my Nodelet
Hi everyone,
Since few days I try to understand and use Nodelet to dynamically load process from a cpp Node. I read lots of questions and answer from this forum and I have a problem. (Btw thanks to the community with clear answers on many questions)
I just copied the code from nodelet_tutorial_math and modified it to republish with custom messages and I can launch my Node using this launch file:
But when I try to use the following commands:
rosrun nodelet nodelet manager __name:=nodelet_manager
rosrun nodelet nodelet load test_nodelet/Add nodelet_manager __name:=test_nodelet
I can't run my nodelet because the manager does not find it in the nodelet package:
[ERROR] [1490717511.798024359]: Failed to load nodelet [/nodelet_test] of type [test_nodelet/Add] even after refreshing the cache: According to the loaded plugin descriptions the class test_nodelet/Add with base class type nodelet::Nodelet does not exist. Declared types are depth_image_proc/convert_metric depth_image_proc/crop_foremost depth_image_proc/disparity depth_image_proc/point_cloud_xyz depth_image_proc/point_cloud_xyz_radial depth_image_proc/point_cloud_xyzi depth_image_proc/point_cloud_xyzi_radial depth_image_proc/point_cloud_xyzrgb depth_image_proc/register image_proc/crop_decimate image_proc/crop_nonZero image_proc/debayer image_proc/rectify image_rotate/image_rotate image_view/disparity image_view/image nodelet_tutorial_math/Plus pcl/BAGReader pcl/BoundaryEstimation pcl/ConvexHull2D pcl/CropBox pcl/EuclideanClusterExtraction pcl/ExtractIndices pcl/ExtractPolygonalPrismData pcl/FPFHEstimation pcl/FPFHEstimationOMP pcl/MomentInvariantsEstimation pcl/MovingLeastSquares pcl/NodeletDEMUX pcl/NodeletMUX pcl/NormalEstimation pcl/NormalEstimationOMP pcl/NormalEstimationTBB pcl/PCDReader pcl/PCDWriter pcl/PFHEstimation pcl/PassThrough pcl/PointCloudConcatenateDataSynchronizer pcl/PointCloudConcatenateFieldsSynchronizer pcl/PrincipalCurvaturesEstimation pcl/ProjectInliers pcl/RadiusOutlierRemoval pcl/SACSegmentation pcl/SACSegmentationFromNormals pcl/SHOTEstimation pcl/SHOTEstimationOMP pcl/SegmentDifferences pcl/StatisticalOutlierRemoval pcl/VFHEstimation pcl/VoxelGrid stereo_image_proc/disparity stereo_image_proc/point_cloud2
[ERROR] [1490717511.798075777]: The error before refreshing the cache was: According to the loaded plugin descriptions the class test_nodelet/Add with base class type nodelet::Nodelet does not exist. Declared types are depth_image_proc/convert_metric depth_image_proc/crop_foremost depth_image_proc/disparity depth_image_proc/point_cloud_xyz depth_image_proc/point_cloud_xyz_radial depth_image_proc/point_cloud_xyzi depth_image_proc/point_cloud_xyzi_radial depth_image_proc/point_cloud_xyzrgb depth_image_proc/register image_proc/crop_decimate image_proc/crop_nonZero image_proc/debayer image_proc/rectify image_rotate/image_rotate image_view/disparity image_view/image nodelet_tutorial_math/Plus pcl/BAGReader pcl/BoundaryEstimation pcl/ConvexHull2D pcl/CropBox pcl/EuclideanClusterExtraction pcl/ExtractIndices pcl/ExtractPolygonalPrismData pcl/FPFHEstimation pcl/FPFHEstimationOMP pcl/MomentInvariantsEstimation pcl/MovingLeastSquares pcl/NodeletDEMUX pcl/NodeletMUX pcl/NormalEstimation pcl/NormalEstimationOMP pcl/NormalEstimationTBB pcl/PCDReader pcl/PCDWriter pcl/PFHEstimation pcl/PassThrough pcl/PointCloudConcatenateDataSynchronizer pcl/PointCloudConcatenateFieldsSynchronizer pcl/PrincipalCurvaturesEstimation pcl/ProjectInliers pcl/RadiusOutlierRemoval pcl/SACSegmentation pcl/SACSegmentationFromNormals pcl/SHOTEstimation pcl/SHOTEstimationOMP pcl/SegmentDifferences pcl/StatisticalOutlierRemoval pcl/VFHEstimation pcl/VoxelGrid stereo_image_proc/disparity stereo_image_proc/point_cloud2
My CMakeList is the following one:
cmake_minimum_required(VERSION 2.8.3)
project(test_nodelet)
add_definitions(-std=c++11)
find_package(catkin REQUIRED COMPONENTS nodelet roscpp std_msgs)
include_directories(${catkin_INCLUDE_DIRS})
catkin_package(
LIBRARIES nodelet_test
CATKIN_DEPENDS nodelet roscpp std_msgs
)
add_library(nodelet_test src/test_nodelet.cpp)
target_link_libraries(nodelet_test ${catkin_LIBRARIES})
if(catkin_EXPORTED_LIBRARIES)
add_dependencies(nodelet_test ${catkin_EXPORTED_LIBRARIES})
endif()
install(TARGETS nodelet_test
ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION})
install(FILES nodelet_test.xml
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION})
and here is my nodelet_test.xml:
test creating nodelet
I just don't get it... Why does it work with roslaunch but not when I try to run it manually ?
Thank you
↧
Ethernet Problem with URG-04LX
Hey everyone, I ran to this issue yesterday and been trying to fix it ever since with no luck.
My URG-04LX works fine with usb but since I want to use it over the wi-fi (right now, I'm testing it with a LAN cable), I've connected it to my laptop, with a RS232-to-Ethernet converter.
On windows, I can send and receive it's data with COM, on my 14.04 LTS ubuntu however I get this message when I use urg_node:
--------------------------------------------------------------------------------------------------------
(some directory)@user:~$ rosrun urg_node urg_node _ip_address:="192.168.1.7"
Error connecting to Hokuyo: Could not open network Hokuyo: 192.168.1.7:10940 could not open ethernet port.
--------------------------------------------------------------------------------------------------------
I've already set my Laptop's Ethernet IP address to the RS232-to-Ethernet converter's destination IP and I'm communicating the urg_node with the 115200 baud-rate (which URG-04LX seems to work on it by default) through the 10940 port (again, it's default port). I've tried various solutions provided by other people on the Internet with no luck. I sincerely appreciate any and every help. Note: I found a forum that suggested to use a embedded system like raspberry pie or ODROID in order to read data and use a bridge connection to run the urg_node remotely from my laptop but using this way is not applicable in my case.
--------------------------------------------------------------------------------------------------------
(some directory)@user:~$ rosrun urg_node urg_node _ip_address:="192.168.1.7"
Error connecting to Hokuyo: Could not open network Hokuyo: 192.168.1.7:10940 could not open ethernet port.
--------------------------------------------------------------------------------------------------------
I've already set my Laptop's Ethernet IP address to the RS232-to-Ethernet converter's destination IP and I'm communicating the urg_node with the 115200 baud-rate (which URG-04LX seems to work on it by default) through the 10940 port (again, it's default port). I've tried various solutions provided by other people on the Internet with no luck. I sincerely appreciate any and every help. Note: I found a forum that suggested to use a embedded system like raspberry pie or ODROID in order to read data and use a bridge connection to run the urg_node remotely from my laptop but using this way is not applicable in my case.
↧
↧
Should I write a bash script in my package for setting Environment Variable $ROS_HOME?
I have a node that takes images with OpenCV, saves files under the `/home/user0/Images/`. When I run this node via `rosrun`, it saves succesfully. And also tried with `roslaunch`:
But it needs running
~$ export ROS_HOME=$HOME
command before calling that launch file.
Should I write a bash script in my package for setting `$ROS_HOME` and put that script into my launch file?
Or; setting `$ROS_HOME` in my `.bashrc` file option is good?
↧
pub no data after running rosrun
I'm using a package named robot_localizaton offered by ROS downloaded from github.Here's the problem:
Data flows normally after running roslaunch ekf_template.launch(with test2.bag playing in another terminal),while nothing happens after rosrun robot_localization ekf_localization_node.
Any answer would be appreciated.
↧
node doesn't work after running rosrun
I'm using a package named robot_localizaton offered by ROS downloaded from github.Here's the problem: I put a couple lines of code to export position data,it goes like this:
"cout<<"robot's y position: "<
but I didn't get desired output in the terminal after rosrun robot_localization ekf_localization_node(already get params loaded).I assume the node doesn't operate at all. What confuses me most is that running rostopic echo /odomfiltered leads to data stream output. Any answer would be appreciated,thank you so much.
↧
capture images periodically from ar drone 2.0
hello everyone ,
i am working on ardrone 2.0 project and i need a help please
i just want to know if there is a way to capture images (not in format bag) periodically (every 10 sec for example ) in real time when running :
rosrun image_view image_view image:=/ardrone/front/image_raw ,
i know it's possible when we use left-click on the window which diffuse the camera , but i want to do it automatically and periodically .
help please
↧
↧
.msg Module not being found
I am running ROS Indigo on Ubuntu 14.04. Here is my package and cmake file:
CMAKELIST:
cmake_minimum_required(VERSION 2.8.3)
project(semantic_label_publisher)
## Find catkin macros and libraries
## if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz)
## is used, also find other catkin packages
find_package(catkin REQUIRED COMPONENTS
rospy
std_msgs
message_generation
)
## Generate messages in the 'msg' folder
add_message_files(
FILES
SemLabel.msg
# Message2.msg
)
## Generate services in the 'srv' folder
# add_service_files(
# FILES
# Service1.srv
# Service2.srv
# )
## Generate actions in the 'action' folder
# add_action_files(
# FILES
# Action1.action
# Action2.action
# )
## Generate added messages and services with any dependencies listed here
generate_messages(
DEPENDENCIES
std_msgs # Or other packages containing msgs
)
###################################
## catkin specific configuration ##
###################################
## The catkin_package macro generates cmake config files for your package
## Declare things to be passed to dependent projects
## INCLUDE_DIRS: uncomment this if you package contains header files
## LIBRARIES: libraries you create in this project that dependent projects also need
## CATKIN_DEPENDS: catkin_packages dependent projects also need
## DEPENDS: system dependencies of this project that dependent projects also need
catkin_package(
# INCLUDE_DIRS include
# LIBRARIES semantic_label_publisher
CATKIN_DEPENDS rospy std_msgs
# DEPENDS system_lib
)
###########
## Build ##
###########
## Specify additional locations of header files
## Your package locations should be listed before other locations
# include_directories(include)
include_directories(
${catkin_INCLUDE_DIRS}
)
package.xml File:
semantic_label_publisher 0.0.0 The semantic_label_publisher package xxx TODO catkin rospy std_msgs message_generation message_runtime rospy std_msgs
I built my package, did everything, but when I run
rosrun semantic_label_publisher semantic_label_publisher_node.py
I get the following error:
ImportError: No module named semantic_label_publish.msg
Is there something I am doing wrong? If you need anymore info let me know.
Thanks
↧
Unable to execute rosrun after roscore command
I am using ROS indigo on ubuntu 14.04. Please find below shell output. I am following "Learning ROS for robotics programming" by Aaron Martinez.
rahul@rahul-Inspiron-N5110:~$ cd /home/rahul/dev/rosbook/
rahul@rahul-Inspiron-N5110:~/dev/rosbook$ roscreate-pkg chapter2_tutorials std_msgs rospy roscpp
/home/rahul/dev/rosbook/chapter2_tutorials already exists, aborting
rahul@rahul-Inspiron-N5110:~/dev/rosbook$ rosmake chapter2_tutorials
[ rosmake ] rosmake starting...
[ rosmake ] Packages requested are: ['chapter2_tutorials']
[ rosmake ] Logging to directory /home/rahul/.ros/rosmake/rosmake_output-20170521-122436
[ rosmake ] Expanded args ['chapter2_tutorials'] to:
['chapter2_tutorials']
[rosmake-0] Starting >>> catkin [ make ]
[rosmake-0] Finished <<< catkin ROS_NOBUILD in package catkinive 0/25 Complete ]
No Makefile in package catkin
[rosmake-0] Starting >>> genmsg [ make ]
[rosmake-2] Starting >>> cpp_common [ make ]
[rosmake-1] Starting >>> cmake_modules [ make ]
[rosmake-1] Finished <<< cmake_modules ROS_NOBUILD in package cmake_modules
No Makefile in package cmake_modules
[rosmake-1] Starting >>> rospack [ make ]
[rosmake-2] Finished <<< cpp_common ROS_NOBUILD in package cpp_common
No Makefile in package cpp_common
[rosmake-2] Starting >>> rostime [ make ]
[rosmake-0] Finished <<< genmsg ROS_NOBUILD in package genmsg
No Makefile in package genmsg
[rosmake-3] Starting >>> xmlrpcpp [ make ]
[rosmake-1] Finished <<< rospack ROS_NOBUILD in package rospack
No Makefile in package rospack
[rosmake-0] Starting >>> genlisp [ make ]
[rosmake-1] Starting >>> genpy [ make ]
[rosmake-2] Finished <<< rostime ROS_NOBUILD in package rostime
No Makefile in package rostime
[rosmake-2] Starting >>> gencpp [ make ]
[rosmake-3] Finished <<< xmlrpcpp ROS_NOBUILD in package xmlrpcpp
No Makefile in package xmlrpcpp
[rosmake-0] Finished <<< genlisp ROS_NOBUILD in package genlisp
No Makefile in package genlisp
[rosmake-3] Starting >>> roscpp_traits [ make ]
[rosmake-0] Starting >>> roslib [ make ]
[rosmake-2] Finished <<< gencpp ROS_NOBUILD in package gencpp
No Makefile in package gencpp
[rosmake-2] Starting >>> roslang [ make ]
[rosmake-1] Finished <<< genpy ROS_NOBUILD in package genpy
No Makefile in package genpy
[rosmake-1] Starting >>> message_generation [ make ]
[rosmake-3] Finished <<< roscpp_traits ROS_NOBUILD in package roscpp_traits
No Makefile in package roscpp_traits
[rosmake-3] Starting >>> roscpp_serialization [ make ]
[rosmake-0] Finished <<< roslib ROS_NOBUILD in package roslib
No Makefile in package roslib
[rosmake-2] Finished <<< roslang ROS_NOBUILD in package roslang
No Makefile in package roslang
[rosmake-0] Starting >>> rosunit [ make ]
[rosmake-2] Starting >>> rosgraph [ make ]
[rosmake-1] Finished <<< message_generation ROS_NOBUILD in package message_generation
No Makefile in package message_generation
[rosmake-3] Finished <<< roscpp_serialization ROS_NOBUILD in package roscpp_serialization
No Makefile in package roscpp_serialization
[rosmake-0] Finished <<< rosunit ROS_NOBUILD in package rosunit
No Makefile in package rosunit
[rosmake-3] Starting >>> message_runtime [ make ]
[rosmake-2] Finished <<< rosgraph ROS_NOBUILD in package rosgraph
No Makefile in package rosgraph
[rosmake-3] Finished <<< message_runtime ROS_NOBUILD in package message_runtime
No Makefile in package message_runtime
[rosmake-3] Starting >>> std_msgs [ make ]
[rosmake-1] Starting >>> rosbuild [ make ]
[rosmake-3] Finished <<< std_msgs ROS_NOBUILD in package std_msgs
No Makefile in package std_msgs
[rosmake-1] Finished <<< rosbuild ROS_NOBUILD in package rosbuild
No Makefile in package rosbuild
[rosmake-1] Starting >>> rosconsole [ make ]
[rosmake-3] Starting >>> rosgraph_msgs [ make ]
[rosmake-1] Finished <<< rosconsole ROS_NOBUILD in package rosconsole
No Makefile in package rosconsole
[rosmake-3] Finished <<< rosgraph_msgs ROS_NOBUILD in package rosgraph_msgs
No Makefile in package rosgraph_msgs
[rosmake-1] Starting >>> roscpp [ make ]
[rosmake-1] Finished <<< roscpp ROS_NOBUILD in package roscpp
No Makefile in package roscpp
[rosmake-1] Starting >>> rospy [ make ]
[rosmake-1] Finished <<< rospy ROS_NOBUILD in package rospy
No Makefile in package rospy
[rosmake-1] Starting >>> chapter2_tutorials [ make ]
[rosmake-1] Finished <<< chapter2_tutorials [PASS] [ 7.51 seconds ]
[ rosmake ] Results:
[ rosmake ] Built 25 packages with 0 failures.
[ rosmake ] Summary output to directory
[ rosmake ] /home/rahul/.ros/rosmake/rosmake_output-20170521-122436
rahul@rahul-Inspiron-N5110:~/dev/rosbook$ roscore
... logging to /home/rahul/.ros/log/e071277c-3df2-11e7-a120-ccaf7805625b/roslaunch-rahul-Inspiron-N5110-5811.log
Checking log directory for disk usage. This may take awhile.
Press Ctrl-C to interrupt
Done checking log file disk usage. Usage is <1GB.
started roslaunch server http://rahul-Inspiron-N5110:36078/
ros_comm version 1.11.21
SUMMARY
========
PARAMETERS
* /rosdistro: indigo
* /rosversion: 1.11.21
NODES
auto-starting new master
process[master]: started with pid [5823]
ROS_MASTER_URI=http://rahul-Inspiron-N5110:11311/
setting /run_id to e071277c-3df2-11e7-a120-ccaf7805625b
process[rosout-1]: started with pid [5836]
started core service [/rosout]
rosnode
rosnode list
rosnode info
rosrun turtlesim turtlesim_node
rosnode info rosout
↧
rosrun on mac error: dyld: Library not loaded: librospack.dylib
I have build ros on mac ,and I the cmd rescore run normally. but rosrun can`t work.
for example:
I have google this problem https://github.com/mikepurvis/ros-install-osx/issues/12
other people meet the same problem
[#2#zouxidong@23:12:08 ~]$ rosrun rviz rviz
dyld: Library not loaded: librospack.dylib
Referenced from: /Users/baidu/ros_catkin_ws/install_isolated/bin/rospack
Reason: image not found
find: ftsopen: No such file or directory
[rosrun] Couldn't find executable named rviz below
find: ftsopen: No such file or directory
[#3#zouxidong@23:12:21 ~]$ rosrun turtlesim turtlesim_node
dyld: Library not loaded: librospack.dylib
Referenced from: /Users/baidu/ros_catkin_ws/install_isolated/bin/rospack
Reason: image not found
find: ftsopen: No such file or directory
[rosrun] Couldn't find executable named turtlesim_node below
find: ftsopen: No such file or directory
↧
mac rosrun rviz rviz => exit and Segmentation fault: 11
this is the run error information :
rosrun rviz rviz
[ INFO] [1495554305.192083000]: rviz version 1.12.4
[ INFO] [1495554305.192143000]: compiled against Qt version 5.8.0
[ INFO] [1495554305.192152000]: compiled against OGRE version 1.7.4 (Cthugha)
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
Segmentation fault: 11
the following is the more detail info on mac . so my question is how should I analysis the following information and find the real reason that the rviz exit.
System Integrity Protection: enabled
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Termination Signal: Segmentation fault: 11
Termination Reason: Namespace SIGNAL, Code 0xb
Terminating Process: exc handler [0]
VM Regions Near 0:
-->
__TEXT 0000000101bda000-0000000101bea000 [ 64K] r-x/rwx SM=COW /Users/USER/*
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libOgreMain.1.7.4.dylib 0x00000001025fa3f3 Ogre::RenderSystem::attachRenderTarget(Ogre::RenderTarget&) + 23
1 libRenderSystem_GL.dylib 0x000000010db93006 Ogre::GLRenderSystem::_createRenderWindow(std::__1::basic_string, std::__1::allocator> const&, unsigned int, unsigned int, bool, std::__1::map, std::__1::allocator>, std::__1::basic_string, std::__1::allocator>, std::__1::less, std::__1::allocator>>, Ogre::STLAllocator, std::__1::allocator> const, std::__1::basic_string, std::__1::allocator>>, Ogre::CategorisedAllocPolicy<(Ogre::MemoryCategory)0>>> const*) + 878
2 libOgreMain.1.7.4.dylib 0x0000000102626624 Ogre::Root::createRenderWindow(std::__1::basic_string, std::__1::allocator> const&, unsigned int, unsigned int, bool, std::__1::map, std::__1::allocator>, std::__1::basic_string, std::__1::allocator>, std::__1::less, std::__1::allocator>>, Ogre::STLAllocator, std::__1::allocator> const, std::__1::basic_string, std::__1::allocator>>, Ogre::CategorisedAllocPolicy<(Ogre::MemoryCategory)0>>> const*) + 38
3 librviz.dylib 0x0000000101d763a9 rviz::RenderSystem::tryMakeRenderWindow(std::__1::basic_string, std::__1::allocator> const&, unsigned int, unsigned int, std::__1::map, std::__1::allocator>, std::__1::basic_string, std::__1::allocator>, std::__1::less, std::__1::allocator>>, Ogre::STLAllocator, std::__1::allocator> const, std::__1::basic_string, std::__1::allocator>>, Ogre::CategorisedAllocPolicy<(Ogre::MemoryCategory)0>>> const*, int) + 313
4 librviz.dylib 0x0000000101d74307 rviz::RenderSystem::makeRenderWindow(long, unsigned int, unsigned int) + 1895
5 librviz.dylib 0x0000000101d73718 rviz::RenderSystem::RenderSystem() + 424
6 librviz.dylib 0x0000000101d72fd8 rviz::RenderSystem::get() + 40
7 librviz.dylib 0x0000000101d71e02 rviz::QtOgreRenderWindow::QtOgreRenderWindow(QWidget*) + 18
8 librviz.dylib 0x0000000101d97b87 rviz::RenderPanel::RenderPanel(QWidget*) + 23
9 librviz.dylib 0x0000000101dd7cf0 rviz::VisualizationFrame::initialize(QString const&) + 784
10 librviz.dylib 0x0000000101dec161 rviz::VisualizerApp::init(int, char**) + 4929
11 rviz 0x0000000101be9e89 main + 73
12 libdyld.dylib 0x00007fffae7d2235 start + 1
Thread 1:
0 libsystem_kernel.dylib 0x00007fffae90144e __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fffae9eb621 _pthread_wqthread + 1426
2 libsystem_pthread.dylib 0x00007fffae9eb07d start_wqthread + 13
Thread 2:
0 libsystem_kernel.dylib 0x00007fffae90144e __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fffae9eb621 _pthread_wqthread + 1426
2 libsystem_pthread.dylib 0x00007fffae9eb07d start_wqthread + 13
Thread 3:
0 libsystem_kernel.dylib 0x00007fffae90144e __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fffae9eb48e _pthread_wqthread + 1023
2 libsystem_pthread.dylib 0x00007fffae9eb07d start_wqthread + 13
Thread 4:
0 libsystem_kernel.dylib 0x00007fffae90144e __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fffae9eb621 _pthread_wqthread + 1426
2 libsystem_pthread.dylib 0x00007fffae9eb07d start_wqthread + 13
Thread 5:
0 libsystem_kernel.dylib 0x00007fffae90219e poll + 10
1 libroscpp.dylib 0x0000000103d3ee0b ros::poll_sockets(pollfd*, unsigned int, int) + 11
2 libroscpp.dylib 0x0000000103dad462 ros::PollSet::update(int) + 66
3 libroscpp.dylib 0x0000000103d4e541 ros::PollManager::threadFunc() + 113
4 libboost_thread-mt.dylib 0x0000000101c33c14 boost::(anonymous namespace)::thread_proxy(void*) + 164
5 libsystem_pthread.dylib 0x00007fffae9eb93b _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffae9eb887 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffae9eb08d thread_start + 13
Thread 6:
0 libsystem_kernel.dylib 0x00007fffae900eb6 __select + 10
1 libxmlrpcpp.dylib 0x0000000104005d53 XmlRpc::XmlRpcDispatch::work(double) + 691
2 libroscpp.dylib 0x0000000103d37073 ros::XMLRPCManager::serverThreadFunc() + 643
3 libboost_thread-mt.dylib 0x0000000101c33c14 boost::(anonymous namespace)::thread_proxy(void*) + 164
4 libsystem_pthread.dylib 0x00007fffae9eb93b _pthread_body + 180
5 libsystem_pthread.dylib 0x00007fffae9eb887 _pthread_start + 286
6 libsystem_pthread.dylib 0x00007fffae9eb08d thread_start + 13
Thread 7:
0 libsystem_kernel.dylib 0x00007fffae900bf2 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffae9ec7fa _pthread_cond_wait + 712
2 libroscpp.dylib 0x0000000103d30bd1 boost::condition_variable::wait(boost::unique_lock&) + 65
3 libroscpp.dylib 0x0000000103d8df9c ros::ROSOutAppender::logThread() + 124
4 libboost_thread-mt.dylib 0x0000000101c33c14 boost::(anonymous namespace)::thread_proxy(void*) + 164
5 libsystem_pthread.dylib 0x00007fffae9eb93b _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffae9eb887 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffae9eb08d thread_start + 13
Thread 8:
0 libsystem_kernel.dylib 0x00007fffae900bf2 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffae9ec7fa _pthread_cond_wait + 712
2 libroscpp.dylib 0x0000000103d31b09 boost::condition_variable::do_wait_until(boost::unique_lock&, timespec const&) + 73
3 libroscpp.dylib 0x0000000103d5fa19 bool boost::condition_variable::timed_wait>(boost::unique_lock&, boost::date_time::subsecond_duration const&) + 457
4 libroscpp.dylib 0x0000000103d6002a ros::CallbackQueue::callAvailable(ros::WallDuration) + 346
5 libroscpp.dylib 0x0000000103d90c3c ros::internalCallbackQueueThreadFunc() + 140
6 libboost_thread-mt.dylib 0x0000000101c33c14 boost::(anonymous namespace)::thread_proxy(void*) + 164
7 libsystem_pthread.dylib 0x00007fffae9eb93b _pthread_body + 180
8 libsystem_pthread.dylib 0x00007fffae9eb887 _pthread_start + 286
9 libsystem_pthread.dylib 0x00007fffae9eb08d thread_start + 13
Thread 9:: com.apple.NSEventThread
0 libsystem_kernel.dylib 0x00007fffae8f934a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fffae8f8797 mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff99059434 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff990588c1 __CFRunLoopRun + 1361
4 com.apple.CoreFoundation 0x00007fff99058114 CFRunLoopRunSpecific + 420
5 com.apple.AppKit 0x00007fff96c9ff02 _NSEventThread + 205
6 libsystem_pthread.dylib 0x00007fffae9eb93b _pthread_body + 180
7 libsystem_pthread.dylib 0x00007fffae9eb887 _pthread_start + 286
8 libsystem_pthread.dylib 0x00007fffae9eb08d thread_start + 13
Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x00000001025fa3dc rbx: 0x00007fff5e024f10 rcx: 0x0000000000000001 rdx: 0x0000000000000005
rdi: 0x000000010ce798e8 rsi: 0x0000000000000000 rbp: 0x00007fff5e024970 rsp: 0x00007fff5e024900
r8: 0x000000000000006f r9: 0x00007fff5e024f10 r10: 0x0000000101cb2110 r11: 0x00007fffad3a4350
r12: 0x000000010ce798e8 r13: 0x00007fff5e024f30 r14: 0x0000000000000000 r15: 0x00007fff5e024a10
rip: 0x00000001025fa3f3 rfl: 0x0000000000010206 cr2: 0x0000000000000000
Logical CPU: 0
Error Code: 0x00000004
Trap Number: 14
Binary Images:
0x101bda000 - 0x101be9ff7 +rviz (0) <1B0C4668-DC1D-34D4-8032-D771FB57F290> /Users/USER/*/rviz
0x101bec000 - 0x101bfaff7 +libboost_filesystem-mt.dylib (0) <08224F7D-2B16-3B5C-BD66-BE08C1FF0646> /usr/local/opt/boost/lib/libboost_filesystem-mt.dylib
0x101c0c000 - 0x101c17ff7 +libboost_signals-mt.dylib (0) <416647B3-269D-32C6-8907-F7CA1B3E61A2> /usr/local/opt/boost/lib/libboost_signals-mt.dylib
0x101c2a000 - 0x101c2cfff +libboost_system-mt.dylib (0) <5180130C-51EA-3F9D-AD18-F2F7DC594E52> /usr/local/opt/boost/lib/libboost_system-mt.dylib
0x101c31000 - 0x101c3efff +libboost_thread-mt.dylib (0) /usr/local/opt/boost/lib/libboost_thread-mt.dylib
0x101c58000 - 0x101c59ffb +libboost_chrono-mt.dylib (0) /usr/local/opt/boost/lib/libboost_chrono-mt.dylib
0x101c5d000 - 0x101c61fff +libboost_date_time-mt.dylib (0) <04DF94C9-855F-3F5F-B116-283769B74D9E> /usr/local/opt/boost/lib/libboost_date_time-mt.dylib
0x101c73000 - 0x101cb0dc7 dyld (433.5) <322C06B7-8878-311D-888C-C8FD2CA96FF3> /usr/lib/dyld
0x101cfe000 - 0x101e42fff +librviz.dylib (0) /Users/USER/*/librviz.dylib
0x101f2c000 - 0x102379ffb +org.qt-project.QtWidgets (5.8 - 5.8.0) <16ED2363-F6D6-357D-9501-816C342AD44E> /usr/local/opt/qt/lib/QtWidgets.framework/Versions/5/QtWidgets
0x1024d5000 - 0x102781ffb +libOgreMain.1.7.4.dylib (0) <99CEA505-1897-394D-B8F0-3194D2B8C49C> /usr/local/opt/ogre/lib/libOgreMain.1.7.4.dylib
0x102a1d000 - 0x102e0cfef +org.qt-project.QtGui (5.8 - 5.8.0) /usr/local/opt/qt/lib/QtGui.framework/Versions/5/QtGui
0x102efe000 - 0x1033adff7 +org.qt-project.QtCore (5.8 - 5.8.0) /usr/local/opt/qt/lib/QtCore.framework/Versions/5/QtCore
0x10345d000 - 0x103491ff7 +libboost_program_options-mt.dylib (0) <7D80691B-840D-3C16-9DF3-9C1212650183> /usr/local/opt/boost/lib/libboost_program_options-mt.dylib
0x1034ec000 - 0x1034edfff +libboost_atomic-mt.dylib (0) <56DEDC27-8777-32F4-AC67-B8C7C015D35B> /usr/local/opt/boost/lib/libboost_atomic-mt.dylib
0x1034f0000 - 0x103542ff7 +libimage_transport.dylib (0) <06D4F201-8980-3C4F-992E-28DED9F2B52A> /Users/USER/*/libimage_transport.dylib
0x103591000 - 0x1035d9ff7 +libinteractive_markers.dylib (0) <3FCF4447-2761-3AB4-8478-DADC89BD17AE> /Users/USER/*/libinteractive_markers.dylib
0x10360f000 - 0x103620ff7 +liblaser_geometry.dylib (0) /Users/USER/*/liblaser_geometry.dylib
0x10362a000 - 0x10363bfff +libclass_loader.dylib (0) /Users/USER/*/libclass_loader.dylib
0x10364b000 - 0x103741ff7 +libPocoFoundation.48.dylib (0) <581C0B3B-2BB5-35C9-B009-5AFE2109FF3B> /usr/local/opt/poco/lib/libPocoFoundation.48.dylib
0x1037f9000 - 0x103800fff +libresource_retriever.dylib (0) /Users/USER/*/libresource_retriever.dylib
0x103805000 - 0x10385effb +librosbag.dylib (0) <5B30100E-BB55-3307-804D-4375A99CB282> /Users/USER/*/librosbag.dylib
0x1038b3000 - 0x1038dfff3 +librosbag_storage.dylib (0) /Users/USER/*/librosbag_storage.dylib
0x1038fe000 - 0x103900fff +libroslz4.dylib (0) <954B902C-56F8-3453-BAAF-6396445BB107> /Users/USER/*/libroslz4.dylib
0x103903000 - 0x103911ff3 +liblz4.1.dylib (0) /usr/local/opt/lz4/lib/liblz4.1.dylib
0x103915000 - 0x10391bff3 +libtopic_tools.dylib (0) <883D1ECF-04E7-3BCB-B7A6-F58C866A68D4> /Users/USER/*/libtopic_tools.dylib
0x10391f000 - 0x103929fff +libroslib.dylib (0) <07628360-D589-3BF3-A246-5D063FC06196> /Users/USER/*/libroslib.dylib
0x103932000 - 0x103964ff3 +librospack.dylib (0) /Users/USER/*/librospack.dylib
0x10397a000 - 0x103a6bff7 org.python.python (2.7.10 - 2.7.10) /System/Library/Frameworks/Python.framework/Versions/2.7/Python
0x103ad3000 - 0x103addff3 +libtinyxml.dylib (0) <5CF4C81A-C579-3934-B528-A4E36A41EC55> /usr/local/opt/tinyxml/lib/libtinyxml.dylib
0x103ae7000 - 0x103affffb +libtf.dylib (0) <5DD23A48-42B4-30E7-933C-06A4C7C94015> /Users/USER/*/libtf.dylib
0x103b13000 - 0x103b7dffb +libtf2_ros.dylib (0) <240AEE69-01D9-3E09-85E9-802CAE44CC39> /Users/USER/*/libtf2_ros.dylib
0x103beb000 - 0x103c02ff3 +libactionlib.dylib (0) <111215AF-2652-3193-8958-38F897398AE3> /Users/USER/*/libactionlib.dylib
0x103c15000 - 0x103c1bff3 +libmessage_filters.dylib (0) /Users/USER/*/libmessage_filters.dylib
0x103c1f000 - 0x103c45ff7 +libtf2.dylib (0) <3D866411-FDA4-371A-B879-B60E630DD671> /Users/USER/*/libtf2.dylib
0x103c60000 - 0x103c82ffb +liburdf.dylib (0) <0B3FFF96-3462-39C7-847F-6496BEACF17E> /Users/USER/*/liburdf.dylib
0x103c9d000 - 0x103ca1ff3 +liburdfdom_sensor.1.0.dylib (0) /usr/local/opt/urdfdom/lib/liburdfdom_sensor.1.0.dylib
0x103ca5000 - 0x103ca9ff7 +liburdfdom_model_state.1.0.dylib (0) /usr/local/opt/urdfdom/lib/liburdfdom_model_state.1.0.dylib
0x103cad000 - 0x103cc3ff7 +liburdfdom_model.1.0.dylib (0) /usr/local/opt/urdfdom/lib/liburdfdom_model.1.0.dylib
0x103cd4000 - 0x103ceaffb +liburdfdom_world.1.0.dylib (0) <9763325B-CE2D-364B-BCB8-41D86FCFA932> /usr/local/opt/urdfdom/lib/liburdfdom_world.1.0.dylib
0x103cfb000 - 0x103d00fff +librosconsole_bridge.dylib (0) /Users/USER/*/librosconsole_bridge.dylib
0x103d04000 - 0x103de3ffb +libroscpp.dylib (0) /Users/USER/*/libroscpp.dylib
0x103e93000 - 0x103eadff3 +librosconsole.dylib (0) <46411745-32B3-379B-8367-4C87511E5E11> /Users/USER/*/librosconsole.dylib
0x103ecd000 - 0x103eceffb +librosconsole_print.dylib (0) <3A1E934B-F55E-31EB-8D46-7C2E1367A541> /Users/USER/*/librosconsole_print.dylib
0x103ed1000 - 0x103ed2fff +librosconsole_backend_interface.dylib (0) /Users/USER/*/librosconsole_backend_interface.dylib
0x103ed5000 - 0x103f76ff7 +libboost_regex-mt.dylib (0) <66608AB4-375F-39EF-8DAD-7307B2DF2227> /usr/local/opt/boost/lib/libboost_regex-mt.dylib
0x104002000 - 0x104015fff +libxmlrpcpp.dylib (0) <47968D99-7C9F-3B6C-A42C-F583BC239982> /Users/USER/*/libxmlrpcpp.dylib
0x104023000 - 0x104024fff +libroscpp_serialization.dylib (0) /Users/USER/*/libroscpp_serialization.dylib
0x104027000 - 0x104035ff7 +librostime.dylib (0) <3ECBEC13-CDF2-36DC-9371-E966D0C58BBD> /Users/USER/*/librostime.dylib
0x104044000 - 0x10404aff7 +libcpp_common.dylib (0) <0AC6B84A-5213-36B8-B81C-B2C757112436> /Users/USER/*/libcpp_common.dylib
0x104052000 - 0x104054ffb +libconsole_bridge.0.3.dylib (0) <1E4DB7CF-68D9-3342-9C03-9B8F40B19E35> /usr/local/opt/console_bridge/lib/libconsole_bridge.0.3.dylib
0x104058000 - 0x1044abff3 +libassimp.3.dylib (0) /usr/local/opt/assimp/lib/libassimp.3.dylib
0x10478d000 - 0x1047b8ff7 +libyaml-cpp.0.5.dylib (0) /usr/local/opt/yaml-cpp/lib/libyaml-cpp.0.5.dylib
0x1047d8000 - 0x104850ffb +libfreetype.6.dylib (0) /usr/local/opt/freetype/lib/libfreetype.6.dylib
0x104869000 - 0x104d64ffb +libfreeimage.dylib (0) /usr/local/opt/freeimage/lib/libfreeimage.dylib
0x104e4f000 - 0x104e53ff7 +libzzip-0.13.dylib (0) <09A6803E-A4FF-3006-9370-23C42F6CEAED> /usr/local/opt/libzzip/lib/libzzip-0.13.dylib
0x104e57000 - 0x104e7affb +libpng16.16.dylib (0) /usr/local/opt/libpng/lib/libpng16.16.dylib
0x104eb4000 - 0x104ec3ffb libSimplifiedChineseConverter.dylib (69) /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
0x104f8a000 - 0x104fb5ff7 +org.qt-project.QtPrintSupport (5.8 - 5.8.0) <257CF463-7272-34BE-868C-A672C83FC813> /usr/local/Cellar/qt/5.8.0_2/lib/QtPrintSupport.framework/Versions/5/QtPrintSupport
0x1070b9000 - 0x107204ff3 +libqcocoa.dylib (0) /usr/local/Cellar/qt/5.8.0_2/plugins/platforms/libqcocoa.dylib
0x109c90000 - 0x109e36fff GLEngine (14.0.16) <1999FBF9-0B82-34B1-8876-87B4F82101BB> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
0x109e75000 - 0x10a3c4ff7 com.apple.driver.AppleIntelBDWGraphicsGLDriver (10.25.13 - 10.2.5) <3A433317-B62E-3DF2-B612-DDEDC75862AA> /System/Library/Extensions/AppleIntelBDWGraphicsGLDriver.bundle/Contents/MacOS/AppleIntelBDWGraphicsGLDriver
0x10a5df000 - 0x10a609fff GLRendererFloat (14.0.16) <8D11C08E-8249-38DB-9856-BFC01EEDE0CB> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
0x10a613000 - 0x10a692fff com.apple.driver.AppleIntelBDWGraphicsMTLDriver (10.25.13 - 10.2.5) <405EB5A7-AB50-38E8-AF51-E03FB06E1AB1> /System/Library/Extensions/AppleIntelBDWGraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelBDWGraphicsMTLDriver
0x10b178000 - 0x10b17efff +libqgif.dylib (0) <777F488D-E0BD-3B49-A2CC-39CC5DAE19E7> /usr/local/Cellar/qt/5.8.0_2/plugins/imageformats/libqgif.dylib
0x10b182000 - 0x10b189ffb +libqicns.dylib (0) /usr/local/Cellar/qt/5.8.0_2/plugins/imageformats/libqicns.dylib
0x10b18e000 - 0x10b193fff +libqico.dylib (0) <50E28864-E0B4-3648-BF85-583F6B12A215> /usr/local/Cellar/qt/5.8.0_2/plugins/imageformats/libqico.dylib
0x10b198000 - 0x10b1d3ff7 +libqjpeg.dylib (0) <550A2A6E-3F71-3F3E-A830-0BE9A6E76865> /usr/local/Cellar/qt/5.8.0_2/plugins/imageformats/libqjpeg.dylib
0x10b1d9000 - 0x10b1deffb +libqmacjp2.dylib (0) /usr/local/Cellar/qt/5.8.0_2/plugins/imageformats/libqmacjp2.dylib
0x10b1e2000 - 0x10b1e6fff +libqsvg.dylib (0) <8C4B64C2-5D8D-371A-9366-8F7FD90DEC52> /usr/local/Cellar/qt/5.8.0_2/plugins/imageformats/libqsvg.dylib
0x10b1ea000 - 0x10b21dff7 +org.qt-project.QtSvg (5.8 - 5.8.0) <2FA79CA7-7476-373C-9740-C4B0C57734F3> /usr/local/Cellar/qt/5.8.0_2/lib/QtSvg.framework/Versions/5/QtSvg
0x10b238000 - 0x10b23cfff +libqtga.dylib (0) /usr/local/Cellar/qt/5.8.0_2/plugins/imageformats/libqtga.dylib
0x10b240000 - 0x10b293ffb +libqtiff.dylib (0) /usr/local/Cellar/qt/5.8.0_2/plugins/imageformats/libqtiff.dylib
0x10b29b000 - 0x10b29fffb +libqwbmp.dylib (0) /usr/local/Cellar/qt/5.8.0_2/plugins/imageformats/libqwbmp.dylib
0x10b2a3000 - 0x10b323ffb +libqwebp.dylib (0) /usr/local/Cellar/qt/5.8.0_2/plugins/imageformats/libqwebp.dylib
0x10db69000 - 0x10dbffff3 +libRenderSystem_GL.dylib (0) <7AA0BE62-2B60-3471-926A-57DF597C375C> /usr/local/Cellar/ogre/1.7.4_2/lib/libRenderSystem_GL.dylib
0x10dcbc000 - 0x10dce0fff +libPlugin_OctreeSceneManager.dylib (0) <42DB3D64-0AB5-3C05-982C-9B29D86827E6> /usr/local/Cellar/ogre/1.7.4_2/lib/libPlugin_OctreeSceneManager.dylib
0x10dd25000 - 0x10dd3affb +libPlugin_ParticleFX.dylib (0) /usr/local/Cellar/ogre/1.7.4_2/lib/libPlugin_ParticleFX.dylib
0x7fff957fa000 - 0x7fff957feffb com.apple.agl (3.3.1 - AGL-3.3.1) <752FDB92-EF67-3D04-BF40-A352BF1075CF> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x7fff95b2e000 - 0x7fff95b2efff com.apple.Accelerate (1.11 - Accelerate 1.11) <916E360F-323C-3AE1-AB3D-D1F3B284AEE9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff95b2f000 - 0x7fff95b46ffb libCGInterfaces.dylib (331.5) <17109679-A284-3C72-AA60-DBA815D3062B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x7fff95b47000 - 0x7fff96060feb com.apple.vImage (8.1 - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff96061000 - 0x7fff961d2ff3 libBLAS.dylib (1185.50.4) <4087FFE0-627E-3623-96B4-F0A9A1991E09> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff961d3000 - 0x7fff961e7ffb libBNNS.dylib (15) <254698C7-7D36-3FFF-864E-ADEEEE543076> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
0x7fff961e8000 - 0x7fff965defef libLAPACK.dylib (1185.50.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff965df000 - 0x7fff965f5fff libLinearAlgebra.dylib (1185.50.4) <345CAACF-7263-36EF-B69B-793EA8B390AF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff965f6000 - 0x7fff965fcfff libQuadrature.dylib (3) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
0x7fff965fd000 - 0x7fff96611ff7 libSparseBLAS.dylib (1185.50.4) <67BA432E-FB59-3C78-A8BE-ED4274CBC359> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x7fff96612000 - 0x7fff96799fe7 libvDSP.dylib (600.60.1) <4155F45B-41CD-3782-AE8F-7AE740FD83C3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff9679a000 - 0x7fff9684cfff libvMisc.dylib (600.60.1) <98F27D2D-E5DD-38EF-8747-0C4DE821A23D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff9684d000 - 0x7fff9684dfff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <7C5733E7-0568-3E7D-AF61-160F19FED544> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff96b0c000 - 0x7fff978e5ff3 com.apple.AppKit (6.9 - 1504.83.101) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff978f7000 - 0x7fff978f7fff com.apple.ApplicationServices (48 - 48) <4C71CBA8-47E4-38BF-BE3B-F20DF8667D5D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff978f8000 - 0x7fff97966ff7 com.apple.ApplicationServices.ATS (377 - 422.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff97a00000 - 0x7fff97b2fff7 libFontParser.dylib (194.12) <73C3946D-EF92-3AC1-89C3-0E75B2A85325> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff97b30000 - 0x7fff97b7afff libFontRegistry.dylib (196.4) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff97bd7000 - 0x7fff97c0afff libTrueTypeScaler.dylib (194.12) <8944A23A-EE36-3657-9B4F-933231C8FDEC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x7fff97c77000 - 0x7fff97d21ff7 com.apple.ColorSync (4.12.0 - 502.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff97d22000 - 0x7fff97d73fff com.apple.HIServices (1.22 - 592.1) <7353E76E-9A3A-3693-87AF-41953585E024> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff97d74000 - 0x7fff97d83ff3 com.apple.LangAnalysis (1.7.0 - 1.7.0) <2CBE7F61-2056-3F96-99A1-0D527796AFA6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff97d84000 - 0x7fff97dd1fff com.apple.print.framework.PrintCore (12 - 491) <5027FD58-F0EE-33E4-8577-934CA06CD2AF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff97dd2000 - 0x7fff97e0dfff com.apple.QD (3.12 - 313) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff97e0e000 - 0x7fff97e19fff com.apple.speech.synthesis.framework (6.6.2 - 6.6.2) <7853EFF4-62B9-394E-B7B8-41A645656820> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff97e1a000 - 0x7fff98026fff com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <91D2BA22-B168-3A9A-9008-6FFC5A8FDC1E> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff98027000 - 0x7fff98027fff com.apple.audio.units.AudioUnit (1.14 - 1.14) <8C0153FD-FEFF-309C-AACD-BF9657A31F8E> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff98190000 - 0x7fff9856afff com.apple.CFNetwork (811.5.4 - 811.5.4) <4DBF8932-6286-3B23-87D9-63615B9958D9> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff98584000 - 0x7fff98584fff com.apple.Carbon (154 - 157) <69F403C7-F0CB-34E6-89B0-235CF4978C17> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff98585000 - 0x7fff98588fff com.apple.CommonPanels (1.2.6 - 98) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff98589000 - 0x7fff98892fff com.apple.HIToolbox (2.1.1 - 857.8) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff98893000 - 0x7fff98896ff7 com.apple.help (1.3.5 - 49) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff98897000 - 0x7fff9889cfff com.apple.ImageCapture (9.0 - 9.0) <341252B4-E082-361A-B756-6A330259C741> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff9889d000 - 0x7fff98934ff3 com.apple.ink.framework (10.9 - 219) <1BD40B45-FD33-3177-A935-565EE5FC79D7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff98935000 - 0x7fff9894ffff com.apple.openscripting (1.7 - 172) <31CFBB35-24BD-3E12-9B6B-1FA842FB605B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff98950000 - 0x7fff98951ff3 com.apple.print.framework.Print (12 - 267) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff98952000 - 0x7fff98954ff7 com.apple.securityhi (9.0 - 55006) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff98955000 - 0x7fff9895bff7 com.apple.speech.recognition.framework (6.0.1 - 6.0.1) <082895DC-3AC7-3DEF-ADCA-5B018C19C9D3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff98a3c000 - 0x7fff98a3cfff com.apple.Cocoa (6.11 - 22) <85EDFBE1-75F0-369E-8CA8-C6A639B98FA6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff98b86000 - 0x7fff98c13fff com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <78767F88-91D4-31CE-AAC6-1F9407F479BB> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff98c14000 - 0x7fff98c27fff com.apple.CoreBluetooth (1.0 - 1) /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff98c28000 - 0x7fff98f23fff com.apple.CoreData (120 - 754.2) <4C9CAB2C-60D4-3694-A0A0-5B04B14BD14E> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff98f24000 - 0x7fff98fd0ff7 com.apple.CoreDisplay (1.0 - 1) /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
0x7fff98fd1000 - 0x7fff9946aff7 com.apple.CoreFoundation (6.9 - 1349.8) <09ED473E-5DE8-307F-B55C-16F6419236D5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff9946b000 - 0x7fff99aedfff com.apple.CoreGraphics (2.0 - 1070.22) <78E7C882-837D-3CC3-B221-767B999873CE> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff99aee000 - 0x7fff99d31ffb com.apple.CoreImage (12.4.0 - 451.4.9) /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff99e96000 - 0x7fff99e96fff com.apple.CoreServices (775.19 - 775.19) <7255917D-EFBB-3BE2-A8FD-DAD631BC0949> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff99e97000 - 0x7fff99ee8fff com.apple.AE (712.5 - 712.5) <61F2AE2C-E04E-3FDF-9E88-201325136C83> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff99ee9000 - 0x7fff9a1c4ff7 com.apple.CoreServices.CarbonCore (1159.6 - 1159.6) <08AC074C-965B-3EDF-8E45-0707C8DE9EAD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff9a1c5000 - 0x7fff9a1f8fff com.apple.DictionaryServices (1.2 - 274) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff9a1f9000 - 0x7fff9a201ff3 com.apple.CoreServices.FSEvents (1230.50.1 - 1230.50.1) <2AD1B0E5-7214-37C4-8D11-A27C9CAC0F74> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fff9a202000 - 0x7fff9a36eff7 com.apple.LaunchServices (775.19 - 775.19) <94D15A2A-852C-3B4B-A701-43043C8F1527> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff9a36f000 - 0x7fff9a41fffb com.apple.Metadata (10.7.0 - 1075.40) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff9a420000 - 0x7fff9a47ffff com.apple.CoreServices.OSServices (775.19 - 775.19) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff9a480000 - 0x7fff9a4f0fff com.apple.SearchKit (1.4.0 - 1.4.0) <7A6DDA2B-03F1-3137-BA9E-1CC211973E26> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff9a4f1000 - 0x7fff9a536ff7 com.apple.coreservices.SharedFileList (38 - 38) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x7fff9a5bf000 - 0x7fff9a70cffb com.apple.CoreText (352.0 - 544.15) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff9a70d000 - 0x7fff9a742ff3 com.apple.CoreVideo (1.8 - 235.3) /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff9a743000 - 0x7fff9a7b4ffb com.apple.framework.CoreWLAN (11.0 - 1200.31) /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff9a8b2000 - 0x7fff9a8b7fff com.apple.DiskArbitration (2.7 - 2.7) <8AC72143-D3C4-3AA6-84DF-734E3AFAC49B> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff9aa49000 - 0x7fff9adefff3 com.apple.Foundation (6.9 - 1349.81) <730B7944-BB43-35D5-A546-9F6CCED4B9F3> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff9ae1b000 - 0x7fff9ae4cff7 com.apple.GSS (4.0 - 2.0) <6FADED0B-0425-3567-A75A-040C5A4638EB> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff9af0c000 - 0x7fff9afafffb com.apple.Bluetooth (5.0.4 - 5.0.4f18) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff9afb0000 - 0x7fff9b046ff7 com.apple.framework.IOKit (2.0.2 - 1324.60.3) <7CE4C98B-107C-3AAA-B49A-F2ACFCBBF526> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff9b047000 - 0x7fff9b04dffb com.apple.IOSurface (159.7 - 159.7) <40550017-EF96-3C52-B400-806AFEE4B134> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff9b0a0000 - 0x7fff9b200fef com.apple.ImageIO.framework (3.3.0 - 1599.10.2) <87AA4D39-0AFC-3A34-98EF-02710E2BF3CA> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff9b201000 - 0x7fff9b205fff libGIF.dylib (1599.10.2) <6ED05614-1301-3452-943B-118F00F20C8D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff9b206000 - 0x7fff9b2f6ff7 libJP2.dylib (1599.10.2) <72C00423-55F0-3CAD-B198-EF00950791E6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff9b2f7000 - 0x7fff9b31affb libJPEG.dylib (1599.10.2) <78945614-990F-3705-A91C-46F717F7C635> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff9b31b000 - 0x7fff9b342ff7 libPng.dylib (1599.10.2) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff9b343000 - 0x7fff9b345ff3 libRadiance.dylib (1599.10.2) <037D95B4-82A7-3A59-B3EB-0FF0977CF7A5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff9b346000 - 0x7fff9b394fff libTIFF.dylib (1599.10.2) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff9c0fb000 - 0x7fff9c114ff7 com.apple.Kerberos (3.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff9c115000 - 0x7fff9c14bfff com.apple.LDAPFramework (2.4.28 - 194.5) <492ACA22-373E-3DD9-BAEB-9EF6AA962FD5> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fff9c8f3000 - 0x7fff9c94efff com.apple.Metal (87.18 - 87.18) <5C2F12FB-45C1-3103-A827-3D225BF8D05A> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x7fff9d237000 - 0x7fff9d23ffff com.apple.NetFS (6.0 - 4.0) <14A24D00-5673-330A-959D-87F72040DEFF> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff9d416000 - 0x7fff9d41eff7 libcldcpuengine.dylib (2.8.5) <73E1E526-01DF-3199-9B48-155F0329EF44> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x7fff9d41f000 - 0x7fff9d46dff3 com.apple.opencl (2.8.6 - 2.8.6) <5FAF6F49-2648-39E6-922B-5630A5D7F7E4> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff9d46e000 - 0x7fff9d487ffb com.apple.CFOpenDirectory (10.12 - 194) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff9d488000 - 0x7fff9d493ff7 com.apple.OpenDirectory (10.12 - 194) <4298FFD0-B1A7-3064-AF5B-708B3FA38671> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff9d494000 - 0x7fff9d496fff libCVMSPluginSupport.dylib (14.0.16) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff9d497000 - 0x7fff9d49aff7 libCoreFSCache.dylib (156.3) <687C4CC3-6537-344B-8BE1-5234C8CB2864> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7fff9d49b000 - 0x7fff9d49ffff libCoreVMClient.dylib (156.3) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff9d4a0000 - 0x7fff9d4a9ff7 libGFXShared.dylib (14.0.16) <63542E68-EB1A-3ECF-AAFB-E7B8AB313C70> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff9d4aa000 - 0x7fff9d4b5fff libGL.dylib (14.0.16) <84BEED97-0A93-356D-A922-97EA311EA446> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff9d4b6000 - 0x7fff9d4f2ff7 libGLImage.dylib (14.0.16) <3518A85C-6905-3511-A6C9-2F82C519D28F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff9d4f3000 - 0x7fff9d669ff3 libGLProgrammability.dylib (14.0.16) <0EDA89D8-7C28-3D53-BDBA-7CB25232C329> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x7fff9d66a000 - 0x7fff9d6abff7 libGLU.dylib (14.0.16) <9860DCF7-56E0-3A8F-A377-52635C9D8B27> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff9e013000 - 0x7fff9e021fff com.apple.opengl (14.0.16 - 14.0.16) <27E7D76E-A26B-39F8-8CF2-AB57920776A3> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff9eb73000 - 0x7fff9ed73fff com.apple.QuartzCore (1.11 - 453.39.3) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff9f2da000 - 0x7fff9f5dcff7 com.apple.security (7.0 - 57740.60.18) <021AACF6-D15F-37E0-840B-88853684BA00> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff9f5dd000 - 0x7fff9f652fff com.apple.securityfoundation (6.0 - 55132.50.7) <4433C0CC-FE90-3DD3-BAC1-CC31D515B510> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff9f67d000 - 0x7fff9f680ff3 com.apple.xpc.ServiceManagement (1.0 - 1) <9F285B19-B53B-3502-85A2-72C26DB40EA7> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff9fa07000 - 0x7fff9fa76ff7 com.apple.SystemConfiguration (1.14 - 1.14) <2412CDE0-C317-31EA-8F53-7A58BBFCC720> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fffa22f5000 - 0x7fffa2317ffb com.apple.framework.Apple80211 (12.0 - 1200.47) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fffa2318000 - 0x7fffa2327feb com.apple.AppleFSCompression (88.50.3 - 1.0) <478E8BFF-8BA2-375E-BE02-BA27F115C15A> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fffa241b000 - 0x7fffa24a697f com.apple.AppleJPEG (1.0 - 1) /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fffa24d6000 - 0x7fffa24deffb com.apple.AppleSRP (5.0 - 1) <6AAE93B6-9816-35B2-9C59-D5C3218065AF> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
0x7fffa28d9000 - 0x7fffa2957ff7 com.apple.backup.framework (1.8.5 - 1.8.5) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fffa35e2000 - 0x7fffa3609ff3 com.apple.ChunkingLibrary (173 - 173) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fffa3f2e000 - 0x7fffa3f37ffb com.apple.CommonAuth (4.0 - 2.0) <216950CB-269F-3476-BA17-D6363AC49FBC> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fffa4566000 - 0x7fffa456effb com.apple.frameworks.CoreDaemon (1.3 - 1.3) <2AB86FAF-37B3-3323-9EF0-CA591B6E357C> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
0x7fffa467f000 - 0x7fffa468ffff com.apple.CoreEmoji (1.0 - 40.3.3) /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
0x7fffa49ca000 - 0x7fffa49faff3 com.apple.CoreServicesInternal (276.2 - 276.2) <05EB7D45-DD4C-3A0F-AC63-A0C2A68E6481> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fffa4c8b000 - 0x7fffa4d1aff7 com.apple.CoreSymbolication (62046) <7839CD8E-011D-3567-88DE-3D472C661136> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fffa4d1b000 - 0x7fffa4e5afe7 com.apple.coreui (2.1 - 431.3) <2E8FEC10-FC5B-3782-92DA-A85C24B7BF7C> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fffa4e5b000 - 0x7fffa4f2bff3 com.apple.CoreUtils (5.1 - 510.31) /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
0x7fffa4f7b000 - 0x7fffa4fe0ff3 com.apple.framework.CoreWiFi (12.0 - 1200.31) /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fffa4fe1000 - 0x7fffa4fefff7 com.apple.CrashReporterSupport (10.12 - 827) <14037A71-ECFE-394A-8D6E-2CECE98F02EE> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fffa5061000 - 0x7fffa506bffb com.apple.framework.DFRFoundation (1.0 - 104.25) <7CFF896C-EF22-3941-BB3D-F3615CE4C908> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
0x7fffa506c000 - 0x7fffa5070ff3 com.apple.DSExternalDisplay (3.1 - 380) /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
0x7fffa50a6000 - 0x7fffa511bffb com.apple.datadetectorscore (7.0 - 539.1) <9C312AAC-8AEE-3C72-BDE5-7FBF62452525> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fffa5157000 - 0x7fffa5196fff com.apple.DebugSymbols (137 - 137) <58A70B66-2628-3CFE-B103-2200D95FC5F7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fffa5197000 - 0x7fffa52a8fff com.apple.desktopservices (1.11.5 - 1.11.5) <46A9D4F3-1EF8-373C-98A4-AD48D285E484> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fffa5590000 - 0x7fffa59c1ff7 com.apple.vision.FaceCore (3.3.2 - 3.3.2) <9391D5A3-738C-3136-9D07-518CB43DBADA> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fffa6d18000 - 0x7fffa6d18fff libmetal_timestamp.dylib (600.0.49.9) /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
0x7fffa6d25000 - 0x7fffa6d30ff3 libGPUSupportMercury.dylib (14.0.16) <7E99C736-2F48-313E-BEF6-6F8BABFADD9F> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
0x7fffa6fe9000 - 0x7fffa7005fff com.apple.GenerationalStorage (2.0 - 267.1) <3DE1C580-D089-362D-8582-8DE68A3C5F13> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fffa7716000 - 0x7fffa778cff3 com.apple.Heimdal (4.0 - 2.0) <8F9C9041-66D5-36C9-8A4C-1658035C311D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fffa7da7000 - 0x7fffa7daeffb com.apple.IOAccelerator (311.13 - 311.13) <40C04C41-A76A-3687-8D64-F76E8C46AA81> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fffa7db0000 - 0x7fffa7dc4ff7 com.apple.IOPresentment (1.0 - 29.10) /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
0x7fffa7dc5000 - 0x7fffa7de7fff com.apple.IconServices (74.4 - 74.4) <218DDD05-35F4-3833-B98D-471ED0EBC031> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fffa7ece000 - 0x7fffa8085fff com.apple.LanguageModeling (1.0 - 123.2.5) /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fffa89a6000 - 0x7fffa8a1fff7 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) /System/Library/PrivateFrameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
0x7fffa8b99000 - 0x7fffa8bc1ff7 com.apple.MultitouchSupport.framework (368.16 - 368.16) <512ADEC6-D694-3D73-A48A-6BE79CD39539> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fffa8c73000 - 0x7fffa8c7efff com.apple.NetAuth (6.2 - 6.2) <97F487D6-8089-31A8-B68C-6C1EAC6ED1B5> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fffa9556000 - 0x7fffa9597ff3 com.apple.PerformanceAnalysis (1.148.3 - 148.3) <6A21AB41-3AAA-32F3-9D46-2555A143A8B9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fffa9c7f000 - 0x7fffa9c99fff com.apple.ProtocolBuffer (1 - 249.1) /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fffa9cb2000 - 0x7fffa9cd5ff3 com.apple.RemoteViewServices (2.0 - 124) <6B967FDA-6591-302C-BA0A-76C4856E584E> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fffaaa2e000 - 0x7fffaaabbfff com.apple.Sharing (696.2.67 - 696.2.67) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fffaaadc000 - 0x7fffaad42fef com.apple.SkyLight (1.600.0 - 170.3) <83AB220F-48C0-3063-8ED3-ACDB69243B4D> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
0x7fffaaf21000 - 0x7fffaaf2dff7 com.apple.SpeechRecognitionCore (3.3.2 - 3.3.2) <684BD1EA-8268-331C-A5A9-080EB375C658> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fffab619000 - 0x7fffab68dfdf com.apple.Symbolication (62048.1) <1A30ED19-7532-3F46-9DD3-9879A973D0CF> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fffabacc000 - 0x7fffabad2ff7 com.apple.TCC (1.0 - 1) <911B534B-4AC7-34E4-935E-E42ECD008CBC> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fffabb5e000 - 0x7fffabc24ff7 com.apple.TextureIO (2.8 - 2.8) <3D61E533-4156-3B21-B7ED-CB823E680DFC> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
0x7fffabc98000 - 0x7fffabc99fff com.apple.TrustEvaluationAgent (2.0 - 28.50.1) /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fffabc9a000 - 0x7fffabe2aff3 com.apple.UIFoundation (1.0 - 490.7) <2A3063FE-1790-3510-8A0E-AEC581D42B7E> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fffacedb000 - 0x7fffaceddffb com.apple.loginsupport (1.0 - 1) /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fffacf32000 - 0x7fffacf4dff7 libCRFSuite.dylib (34) /usr/lib/libCRFSuite.dylib
0x7fffacf4e000 - 0x7fffacf59fff libChineseTokenizer.dylib (21) <0886E908-A825-36AF-B94B-2361FD8BC2A1> /usr/lib/libChineseTokenizer.dylib
0x7fffacfeb000 - 0x7fffacfecff3 libDiagnosticMessagesClient.dylib (102) <84A04D24-0E60-3810-A8C0-90A65E2DF61A> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fffacfed000 - 0x7fffad200fff libFosl_dynamic.dylib (16.39) /usr/lib/libFosl_dynamic.dylib
0x7fffad224000 - 0x7fffad224fff libOpenScriptingUtil.dylib (172) <90743888-C1E8-34E3-924E-1A754B2B63B9> /usr/lib/libOpenScriptingUtil.dylib
0x7fffad225000 - 0x7fffad229ffb libScreenReader.dylib (477.40.6) /usr/lib/libScreenReader.dylib
0x7fffad22a000 - 0x7fffad22bffb libSystem.B.dylib (1238.60.2) /usr/lib/libSystem.B.dylib
0x7fffad297000 - 0x7fffad2c2ff3 libarchive.2.dylib (41.50.2) /usr/lib/libarchive.2.dylib
0x7fffad2c3000 - 0x7fffad33ffc7 libate.dylib (1.12.13) /usr/lib/libate.dylib
0x7fffad343000 - 0x7fffad343ff3 libauto.dylib (187) <34388D0B-C539-3C1B-9408-2BC152162E43> /usr/lib/libauto.dylib
0x7fffad344000 - 0x7fffad354ff3 libbsm.0.dylib (34) <20084796-B04D-3B35-A003-EA11459557A9> /usr/lib/libbsm.0.dylib
0x7fffad355000 - 0x7fffad363ff7 libbz2.1.0.dylib (38) /usr/lib/libbz2.1.0.dylib
0x7fffad364000 - 0x7fffad3baff7 libc++.1.dylib (307.5) <0B43BB5D-E6EB-3464-8DE9-B41AC8ED9D1C> /usr/lib/libc++.1.dylib
0x7fffad3bb000 - 0x7fffad3e5fff libc++abi.dylib (307.3) <30199352-88BF-30BD-8CFF-2A4FBE247523> /usr/lib/libc++abi.dylib
0x7fffad3e6000 - 0x7fffad3f6ffb libcmph.dylib (6) <2B5D405E-2D0B-3320-ABD6-622934C86ABE> /usr/lib/libcmph.dylib
0x7fffad3f7000 - 0x7fffad40dfcf libcompression.dylib (39) /usr/lib/libcompression.dylib
0x7fffad40e000 - 0x7fffad40eff7 libcoretls.dylib (121.50.4) <64B1001E-10F6-3542-A3B2-C4B49F51817F> /usr/lib/libcoretls.dylib
0x7fffad40f000 - 0x7fffad410ff3 libcoretls_cfhelpers.dylib (121.50.4) <1A10303E-5EB0-3C7C-9165-021FCDFD934D> /usr/lib/libcoretls_cfhelpers.dylib
0x7fffad4ca000 - 0x7fffad5afff7 libcrypto.0.9.8.dylib (64.50.6) /usr/lib/libcrypto.0.9.8.dylib
0x7fffad74d000 - 0x7fffad7a0ff7 libcups.2.dylib (450) <9950BFCB-7882-33C9-9ECF-CE66773C5657> /usr/lib/libcups.2.dylib
0x7fffad7a1000 - 0x7fffad7f1ffb libcurl.4.dylib (95.50.2) <2E3E82EE-3710-3340-8B07-A285BDA385B1> /usr/lib/libcurl.4.dylib
0x7fffad81b000 - 0x7fffad81bfff libenergytrace.dylib (15) /usr/lib/libenergytrace.dylib
0x7fffad82b000 - 0x7fffad830ff7 libheimdal-asn1.dylib (498.50.8) /usr/lib/libheimdal-asn1.dylib
0x7fffad831000 - 0x7fffad923ff7 libiconv.2.dylib (50) <42125B35-81D7-3FC4-9475-A26DBE10884D> /usr/lib/libiconv.2.dylib
0x7fffad924000 - 0x7fffadb49ffb libicucore.A.dylib (57165.0.1) <2931B842-2946-3576-AD1D-1CDA22FA1388> /usr/lib/libicucore.A.dylib
0x7fffadb4f000 - 0x7fffadb50fff liblangid.dylib (126) <2085E7A7-9A34-3735-87F4-F174EF8EABF0> /usr/lib/liblangid.dylib
0x7fffadb51000 - 0x7fffadb6affb liblzma.5.dylib (10) <44BD0279-99DD-36B5-8A6E-C11432E2098D> /usr/lib/liblzma.5.dylib
0x7fffadb6b000 - 0x7fffadb81ff7 libmarisa.dylib (5) <9030D214-5D0F-30CB-AC03-902C63909362> /usr/lib/libmarisa.dylib
0x7fffadb82000 - 0x7fffade2aff7 libmecabra.dylib (744.8) /usr/lib/libmecabra.dylib
0x7fffade5d000 - 0x7fffaded7ff3 libnetwork.dylib (856.60.1) <191E99F5-4723-3180-8013-02AF2F9AE4B8> /usr/lib/libnetwork.dylib
0x7fffaded8000 - 0x7fffae2aa047 libobjc.A.dylib (709) /usr/lib/libobjc.A.dylib
0x7fffae2ad000 - 0x7fffae2b1fff libpam.2.dylib (21.30.1) <71EB0D88-DE84-3C8D-A2C5-58AA282BC5BC> /usr/lib/libpam.2.dylib
0x7fffae2b2000 - 0x7fffae2e3fff libpcap.A.dylib (67.60.1) /usr/lib/libpcap.A.dylib
0x7fffae300000 - 0x7fffae31cffb libresolv.9.dylib (64) /usr/lib/libresolv.9.dylib
0x7fffae357000 - 0x7fffae369ffb libsasl2.2.dylib (209) <32107C59-22C6-3049-B86E-9C2F85FF549B> /usr/lib/libsasl2.2.dylib
0x7fffae36c000 - 0x7fffae4b9ff7 libsqlite3.dylib (254.7) <07CD6DE3-394D-3C6A-A4B4-4CAB1054A041> /usr/lib/libsqlite3.dylib
0x7fffae5ae000 - 0x7fffae5bbfff libxar.1.dylib (357) <69547C64-E811-326F-BBED-490C6361BDCB> /usr/lib/libxar.1.dylib
0x7fffae5bc000 - 0x7fffae6abffb libxml2.2.dylib (30.16) /usr/lib/libxml2.2.dylib
0x7fffae6ac000 - 0x7fffae6d5fff libxslt.1.dylib (15.9) <00735AD5-B62D-3E83-86AC-5533E4E2B102> /usr/lib/libxslt.1.dylib
0x7fffae6d6000 - 0x7fffae6e7ff3 libz.1.dylib (67) <46E3FFA2-4328-327A-8D34-A03E20BFFB8E> /usr/lib/libz.1.dylib
0x7fffae6f6000 - 0x7fffae6faff7 libcache.dylib (79) <093A4DAB-8385-3D47-A350-E20CB7CCF7BF> /usr/lib/system/libcache.dylib
0x7fffae6fb000 - 0x7fffae705fff libcommonCrypto.dylib (60092.50.5) <8A64D1B0-C70E-385C-92F0-E669079FDA90> /usr/lib/system/libcommonCrypto.dylib
0x7fffae706000 - 0x7fffae70dfff libcompiler_rt.dylib (62) <55D47421-772A-32AB-B529-1A46C2F43B4D> /usr/lib/system/libcompiler_rt.dylib
0x7fffae70e000 - 0x7fffae716fff libcopyfile.dylib (138) <819BEA3C-DF11-3E3D-A1A1-5A51C5BF1961> /usr/lib/system/libcopyfile.dylib
0x7fffae717000 - 0x7fffae79afdf libcorecrypto.dylib (442.50.19) <65D7165E-2E71-335D-A2D6-33F78E2DF0C1> /usr/lib/system/libcorecrypto.dylib
0x7fffae79b000 - 0x7fffae7ccfff libdispatch.dylib (703.50.37) <6582BAD6-ED27-3B30-B620-90B1C5A4AE3C> /usr/lib/system/libdispatch.dylib
0x7fffae7cd000 - 0x7fffae7d2ffb libdyld.dylib (433.5) /usr/lib/system/libdyld.dylib
0x7fffae7d3000 - 0x7fffae7d3ffb libkeymgr.dylib (28) <7AA011A9-DC21-3488-BF73-3B5B14D1FDD6> /usr/lib/system/libkeymgr.dylib
0x7fffae7d4000 - 0x7fffae7e0ffb libkxld.dylib (3789.60.24) <5DFCDC05-6CBC-35A6-8B92-DF6803492E12> /usr/lib/system/libkxld.dylib
0x7fffae7e1000 - 0x7fffae7e1fff liblaunch.dylib (972.60.2) /usr/lib/system/liblaunch.dylib
0x7fffae7e2000 - 0x7fffae7e7ff3 libmacho.dylib (898) <17D5D855-F6C3-3B04-B680-E9BF02EF8AED> /usr/lib/system/libmacho.dylib
0x7fffae7e8000 - 0x7fffae7eaff3 libquarantine.dylib (85.50.1) <12448CC2-378E-35F3-BE33-9DC395A5B970> /usr/lib/system/libquarantine.dylib
0x7fffae7eb000 - 0x7fffae7ecffb libremovefile.dylib (45) <38D4CB9C-10CD-30D3-8B7B-A515EC75FE85> /usr/lib/system/libremovefile.dylib
0x7fffae7ed000 - 0x7fffae805ff7 libsystem_asl.dylib (349.50.5) <096E4228-3B7C-30A6-8B13-EC909A64499A> /usr/lib/system/libsystem_asl.dylib
0x7fffae806000 - 0x7fffae806ff7 libsystem_blocks.dylib (67) <10DC5404-73AB-35B3-A277-A8AFECB476EB> /usr/lib/system/libsystem_blocks.dylib
0x7fffae807000 - 0x7fffae894fef libsystem_c.dylib (1158.50.2) /usr/lib/system/libsystem_c.dylib
0x7fffae895000 - 0x7fffae898ffb libsystem_configuration.dylib (888.60.2) /usr/lib/system/libsystem_configuration.dylib
0x7fffae899000 - 0x7fffae89cfff libsystem_coreservices.dylib (41.4) <7D26DE79-B424-3450-85E1-F7FAB32714AB> /usr/lib/system/libsystem_coreservices.dylib
0x7fffae89d000 - 0x7fffae8b5fff libsystem_coretls.dylib (121.50.4) /usr/lib/system/libsystem_coretls.dylib
0x7fffae8b6000 - 0x7fffae8bcfff libsystem_dnssd.dylib (765.50.9) /usr/lib/system/libsystem_dnssd.dylib
0x7fffae8bd000 - 0x7fffae8e6ff7 libsystem_info.dylib (503.50.4) <611DB84C-BF70-3F92-8702-B9F28A900920> /usr/lib/system/libsystem_info.dylib
0x7fffae8e7000 - 0x7fffae909ff7 libsystem_kernel.dylib (3789.60.24) <6E9E485F-91F6-36B7-A125-AE91DC978BCC> /usr/lib/system/libsystem_kernel.dylib
0x7fffae90a000 - 0x7fffae951fe7 libsystem_m.dylib (3121.6) <86D499B5-BBDC-3D3B-8A4E-97AE8E6672A4> /usr/lib/system/libsystem_m.dylib
0x7fffae952000 - 0x7fffae970ff7 libsystem_malloc.dylib (116.50.8) /usr/lib/system/libsystem_malloc.dylib
0x7fffae971000 - 0x7fffae9caffb libsystem_network.dylib (856.60.1) <369D0221-56CA-3C3E-9EDE-94B41CAE77B7> /usr/lib/system/libsystem_network.dylib
0x7fffae9cb000 - 0x7fffae9d4ff3 libsystem_networkextension.dylib (563.60.2) /usr/lib/system/libsystem_networkextension.dylib
0x7fffae9d5000 - 0x7fffae9deff3 libsystem_notify.dylib (165.20.1) /usr/lib/system/libsystem_notify.dylib
0x7fffae9df000 - 0x7fffae9e7fe7 libsystem_platform.dylib (126.50.8) <897462FD-B318-321B-A554-E61982630F7E> /usr/lib/system/libsystem_platform.dylib
0x7fffae9e8000 - 0x7fffae9f2ff7 libsystem_pthread.dylib (218.60.3) /usr/lib/system/libsystem_pthread.dylib
0x7fffae9f3000 - 0x7fffae9f6ff7 libsystem_sandbox.dylib (592.60.1) /usr/lib/system/libsystem_sandbox.dylib
0x7fffae9f7000 - 0x7fffae9f8ff3 libsystem_secinit.dylib (24.50.4) /usr/lib/system/libsystem_secinit.dylib
0x7fffae9f9000 - 0x7fffaea00ffb libsystem_symptoms.dylib (532.50.47) <3390E07C-C1CE-348F-ADBD-2C5440B45EAA> /usr/lib/system/libsystem_symptoms.dylib
0x7fffaea01000 - 0x7fffaea14ff7 libsystem_trace.dylib (518.60.2) <6B145B10-5874-3E89-90CD-D370DB475BA1> /usr/lib/system/libsystem_trace.dylib
0x7fffaea15000 - 0x7fffaea1affb libunwind.dylib (35.3) <3D50D8A8-C460-334D-A519-2DA841102C6B> /usr/lib/system/libunwind.dylib
0x7fffaea1b000 - 0x7fffaea44ff7 libxpc.dylib (972.60.2) <1C9AF716-69DF-359F-85E9-7DFDE362F9A2> /usr/lib/system/libxpc.dylib
External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by all processes on this machine:
task_for_pid: 94355
thread_create: 0
thread_set_state: 154
VM Region Summary:
ReadOnly portion of Libraries: Total=303.0M resident=0K(0%) swapped_out_or_unallocated=303.0M(100%)
Writable regions: Total=148.3M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=148.3M(100%)
VIRTUAL REGION
REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Accelerate framework 128K 2
Activity Tracing 256K 2
CG backing stores 12.0M 6
CG image 28K 4
CoreUI image file 176K 4
Dispatch continuations 8192K 2
Kernel Alloc Once 8K 2
MALLOC 83.3M 30
MALLOC guard page 48K 10
Memory Tag 242 12K 2
STACK GUARD 56.0M 11
Stack 12.6M 11
VM_ALLOCATE 15.4M 19
__DATA 23.9M 307
__GLSLBUILTINS 2588K 2
__IMAGE 528K 2
__LINKEDIT 130.8M 80
__TEXT 172.2M 292
__UNICODE 556K 2
mapped file 50.9M 14
shared memory 16.3M 10
=========== ======= =======
TOTAL 585.6M 793
Model: MacBookPro12,1, BootROM MBP121.0167.B24, 2 processors, Intel Core i5, 2.7 GHz, 8 GB, SMC 2.28f7
↧
↧
Qxcb connection on rosrun turtlesim
Hi all,
I am following the beginner rosnode tutorial http://wiki.ros.org/ROS/Tutorials/UnderstandingNodes
I have installed ros in bash. When I enter command "rosrun turtlesim turtlesim_node" after running "roscore", I get the following error:
QXcbConnection: Could not connect to display :0.0
Aborted (core dumped)
Are there any solutions to this?
Thanks
↧
How to use GPU enabled OpenCV with ROS Kinetic?
Hi, I want to use CUDA enabled OpenCV with ROS. I have kinetic which already has one OpenCV 3.2 but it is not cuda enabled and also doesn't have extra modules of opencv_contrib. For this reason, I built a new OpenCV in /usr/local with CUDA and opencv_contrib enabled and I got this new OpenCV working.
Now I have been through most of the question for implementing custom OpenCV with ROS and somehow, I am able to compile (catkin_make) my package using with custom OpenCV but when I run it, with rosrun, it again uses kinetic opencv and shows cuda not enabled. Any help in this regard would be appreciated.
P.S - I am able to use extra modules even with kinetic opencv also (It just worked by itself). Only that cuda part is not working for me.
↧
rosrun can't find executable.
ROS Hydro
Ubuntu 12.04
I'm trying to write a barrett wam arm driver using ros control package, and I find this example online [barrett_control on github](https://github.com/jhu-lcsr-attic/barrett_control), so I finished the barrett_hw package and here is the CMakeLists.txt for this package:
# http://ros.org/doc/groovy/api/catkin/html/user_guide/supposed.html
cmake_minimum_required(VERSION 2.8.3)
project(barrett_hw)
# Load catkin and all dependencies required for this package
# TODO: remove all from COMPONENTS that are not catkin packages.
find_package(catkin COMPONENTS hardware_interface
barrett_model kdl_urdf_tools terse_roscpp controller_manager
control_toolbox rospy xenomai_ros)
find_package(barrett)
if(Xenomai_FOUND)
include_directories(include ${catkin_INCLUDE_DIRS})
# CATKIN_MIGRATION: removed during catkin migration
# include(${rosbuild_xenomai_PACKAGE_PATH}/rosbuild_xenomai.cmake)
find_package(Eigen REQUIRED)
include_directories(${EIGEN_INCLUDE_DIRS})
add_definitions(${EIGEN_DEFINITIONS})
# Barrett
include_directories(${BARRETT_INCLUDE_DIRS})
link_directories(${BARRETT_LIBRARY_DIRS})
add_definitions(${BARRETT_DEFINITIONS})
# Add xenomai flagslink text
add_xenomai_flags()
#add_library(barrett_hw src/wam.cpp include/barrett_hw/wam.h)
#add_definitions(-D__XENO__)
add_executable(wam_server src/wam_server.cpp)
target_link_libraries(wam_server xenomai native rtdm ${BARRETT_LIBRARIES} ${catkin_LIBRARIES})
## Generate added messages and services with any dependencies listed here
# TODO: fill in what other packages will need to use this package
## DEPENDS: system dependencies of this project that dependent projects also need
## CATKIN_DEPENDS: catkin_packages dependent projects also need
## INCLUDE_DIRS:
## LIBRARIES: libraries you create in this project that dependent projects also need
catkin_package(
DEPENDS hardware_interface barrett barrett_model kdl_urdf_tools terse_roscpp controller_manager control_toolbox rospy
CATKIN_DEPENDS # TODO
INCLUDE_DIRS # TODO include
LIBRARIES # TODO
)
install(TARGETS wam_server
ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
)
endif()
Then, when I run `rosrun barrett_hw wam_server`, the following error pops out:`[rosrun] Couldn't find executable named wam_server below /home/robot/my_ws/src/barrett_control/barrett_hw`
Then I found out somehow the cmake didn't install the executable in the right path, which is ` my_ws/devel/lib/barrett_hw`, but installed it in the path of `my_ws/build/barrett_hw`
I've never met this situation before, and when I rerun CmakeLists.txt for other packages in my workspace, and the executables are all installed in the right path. Now in order to use wam_sever, I have to copy and paster the executable every time I re-compile.
Does any one know where the problem might be ?
THx!!!
↧