pcdangio / ros-driver_tcpip

A ROS driver for TCP/IP modems.
MIT License
5 stars 2 forks source link

CMake error #12

Open Raminder2799 opened 1 year ago

Raminder2799 commented 1 year ago

CMake Error at /opt/ros/noetic/share/catkin/cmake/catkinConfig.cmake:83 (find_package): Could not find a package configuration file provided by "driver_tcpip_msgs" with any of the following names:

driver_tcpip_msgsConfig.cmake
driver_tcpip_msgs-config.cmake

I'm using ROS noetic but it gives the error above.

hariharan20 commented 1 year ago

@Raminder2799, I solved this by also doing git clone of https://github.com/pcdangio/ros-driver_tcpip_msgs in the same workspace before catkin_make. Hope this helps.