KumarRobotics / ublox

A driver for ublox gps
BSD 3-Clause "New" or "Revised" License
438 stars 381 forks source link

build fail in foxy #222

Open BartVanderHaagen opened 1 year ago

BartVanderHaagen commented 1 year ago

Describe the bug build fail

To Reproduce On foxy : bart@ubuntu:~$ mkdir gps_ws bart@ubuntu:~$ cd gps_ws/ bart@ubuntu:~/gps_ws$ mkdir src bart@ubuntu:~/gps_ws$ cd src bart@ubuntu:~/gps_ws/src$ git clone -b ros2 https://github.com/KumarRobotics/ublox.git bart@ubuntu:~/gps_ws/src$ cd .. bart@ubuntu:~/gps_ws$ colcon build Starting >>> ublox_serialization Finished <<< ublox_serialization [6.20s]
Starting >>> ublox_msgs --- stderr: ublox_msgs
CMake Error at CMakeLists.txt:107 (rosidl_get_typesupport_target): Unknown CMake command "rosidl_get_typesupport_target".

Expected behavior the build to complete without this error

Desktop (please complete the following information):

gokulp01 commented 1 year ago

Hi, this is a weird issue that started popping up after some more recent commits. You should try cloning the foxy-devel branch. It works perfectly without any errors.

BartVanderHaagen commented 1 year ago

I found the brach and it indeed compiled perfect!