Currently, rosdep will not fetch dependencies correctly when building the .deb packages for foxy.
As foxy is now EoL, rosdep will only fetch the dependencies if specifically told to with --include-eol-distros.
This pull request simply makes sure that rosdep update is called with this option when building.
Currently, rosdep will not fetch dependencies correctly when building the .deb packages for foxy. As foxy is now EoL, rosdep will only fetch the dependencies if specifically told to with
--include-eol-distros
. This pull request simply makes sure thatrosdep update
is called with this option when building.