Open mmurooka opened 10 years ago
Do you want to execute rtcd with execv rather than execve?
if execv inherit current environment variables, yes.
On Wed, May 28, 2014 at 10:27 AM, Ryohei Ueda notifications@github.comwrote:
Do you want to execute rtcd with execv rather than execve?
— Reply to this email directly or view it on GitHubhttps://github.com/start-jsk/rtmros_common/issues/456#issuecomment-44355623 .
@mmurooka, could you fix this?
or should we leave this unchanged?
I looked at this problem a little bit.
Maybe this problem is not related to rtmlaunch
.
rtcd process is launched by
As mentioned in https://github.com/start-jsk/rtmros_gazebo/issues/35#issuecomment-42056875, rtmlaunch launches rtcd with execve.
Because of this, environment variables are not taken over to rtcd process.
Following is an example of strace log.