-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No launch directory when installed with apt #19
Comments
I confirm for ros-melodic. |
@sebastienmascha, Thank you for your comment. |
This is definitely required, the apt needs to be updated to include the launch directory. |
Temporary solution: <arg name="timed_roslaunch_dir" value="launch/" if="$(eval env('ROS_DISTRO')=='kinetic')"/>
<arg name="timed_roslaunch_dir" value="" unless="$(eval env('ROS_DISTRO')=='kinetic')"/>
<include file="$(find timed_roslaunch)/$(arg timed_roslaunch_dir)timed_roslaunch.launch">
<arg name="time" value="5"/>
<arg name="pkg" value="some_package"/>
<arg name="file" value="something.launch"/>
</include> |
はじめまして、本パッケージでは、いつもお世話になっております。なお日本語で失礼します。
本パッケージをaptコマンドでインストールを行うと、
Ubuntu18の場合、
timed_roslaunch.launch
がrospack find timed_roslauch
直下に配置されますが、Ubuntu16の場合、
$(rospack find timed_roslauch)/launch
以下に配置されます。Ubuntu18では、 c335736 が反映されていないのではないかと推測しますが、今後反映される予定はあるでしょうか?
どうぞよろしくお願いいたします。
The text was updated successfully, but these errors were encountered: