novatel / novatel_oem7_driver

ROS Driver for NovAtel OEM7 GNSS/SPAN Receivers
https://wiki.ros.org/novatel_oem7_driver
MIT License
108 stars 58 forks source link

Make sure rosdep checks for EoL distros (foxy) during build. #76

Closed sleepie-dev closed 1 year ago

sleepie-dev commented 1 year ago

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.