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

Job name truncated after underscore #80

Open borgcons opened 5 years ago

borgcons commented 5 years ago

What is the reason to chop the job name of a package?

jobname = args.job or pkg.split("",1)[0]

We only use the --symlink with a package with an underscore and it is truncates the job name too. Not sure how

If use use a job name with an underscore it works

130s commented 5 years ago

Not a solution, but a document is suggested for this issue https://github.com/clearpathrobotics/robot_upstart/pull/82