Re: [ros-users] Please remove references to msg/cpp and srv/…

Forside
Vedhæftede filer:
Indlæg som e-mail
+ (text/plain)
+ (text/html)
Slet denne besked
Besvar denne besked
Skribent: User discussions
Dato:  
Til: User discussions
Emne: Re: [ros-users] Please remove references to msg/cpp and srv/cpp from package manifests
>
> There's a forthcoming enhancement to roswtf to warn on the presence of
> these flags: https://code.ros.org/trac/ros/ticket/3221.



roswtf should already warn in this case, something like:


WARNING The following packages have msg/srv-related cflags exports
that are no longer necessary
    <export>
        <cpp cflags="..."
    </export>:
 * visualization_msgs: -I${prefix}/msg/cpp



Josh