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

Wedigo's profile - activity

2015-08-10 05:10:32 -0500 commented answer Launch node with root permissions

Thank you for the link.

I found a solution before you posted this. I added the needed environment variables to the sudo prefix in the .launch file. It works for now....

2015-08-10 05:07:43 -0500 commented answer Compile Time Error when making image_view

Hi,

first: thanks for finding this solution, I had the same problem, but for compiling I had to use

" height " << size.height

instead off

" height " <<\ size.height

2015-08-10 04:55:03 -0500 received badge  Supporter (source)
2015-07-31 10:30:06 -0500 commented answer Launch node with root permissions

I know this old question, but I got stuck on that issue for some days.

Could someone please be more specific how this is solved, especially concerning the staical compilation and turning on the RPATH?