ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Update2 is the very reason cause the error above.
Probably you have used "sudo qtcreator" to launch qtcreator, which would cause different environment variables in Ubuntu. To work around this "problem" on ubuntu you can do the following in your ~/.bashrc
alias sudo='sudo env CMAKE_PREFIX_PAHT=$CMAKE_PREFIX_PATH'