clearpathrobotics / robot_upstart

ROS package of helper functions related to bringing up roslaunch on system startup.
BSD 3-Clause "New" or "Revised" License
193 stars 96 forks source link

Unable to generate amalgamated launchfile #118

Open Steedish opened 1 year ago

Steedish commented 1 year ago

Hello, I am having an issue that fails the generate the launchfile.

My launchfile looks like this

I can rosrun and roslaunch this program and it works well. I have also tried many guides online but cannot find the root cause of this issue.

Please if someone can help point me in the direction, currently on a deadline.

Thanks

Pran-Seven commented 1 year ago

Your launchfile does not seem to be attached, hence can't take a look at it. This maybe cause by launching using a user with insufficient permissions, try specifying the user as root in your service file that is generated and see if the issue gets resolved.