robot_upstart: Unable to generate launchfile
I am trying to use robotupstart to launch a launch file of a custom package that I have made. I installed robotupstart using: sudo apt-get install ros-indigo-robot-upstart
I then ran rosrun robot_upstart install goose_chaser_main/launch/goose.launch
(which I found here) in order to create the upstart process.
No errors where thrown so I rebooted. I checked my processes and noticed that the goose start process was appearing and disappearing, so I ran sudo tail /var/log/upstart/goose.log -n 30
and got the following message:
logger: goose: Unable to generate amalgamated launchfile.
The error is coming from line 72 of the robot_upstart .git file, but I have no idea how to fix it. Any guidance would be appreciated. https://searchcode.com/codesearch/view/76183066/
Asked by shoemakerlevy9 on 2016-08-08 13:40:17 UTC
Comments