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

Revision history [back]

click to hide/show revision 1
initial version

I finally understand the problem and fixed it successfully: The main reason is ros::package::xxx() compatible with boost-1.58 (installed by sudo apt-get install libboost-all-dev) while I was using boost-1.70(from source) link. Return everything back to boost-1.58, everything's fine.