Fields2Cover / fields2cover_ros

A ROS interface of Fields2Cover
BSD 3-Clause "New" or "Revised" License
47 stars 19 forks source link

Error when doing catkin_make_isolated in ros noetic #11

Closed Botronics closed 1 year ago

Botronics commented 1 year ago

I am using Ros Noetic. i followed all the procedures given in github and documentation. But still I'm facing issue when I'm doing catkin_make_isolated. i am unable to run it in my lap. i installed all the dependencies given and still its not running. if there is any way to solve this kindly please help me out.

Make Error at /home/boson/autopilot_ws/src/autopilot_boson/build_isolated/fields2cover/devel/Fields2CoverConfig.cmake:6 (include):
  include could not find load file:

    /home/boson/autopilot_ws/src/autopilot_boson/devel_isolated/fields2cover/cmake/fields2cover/Fields2CoverTargets.cmake
Call Stack (most recent call first):
  CMakeLists.txt:27 (find_package)

-- Configuring incomplete, errors occurred!
See also "/home/boson/field_ws/build_isolated/fields2cover_ros/CMakeFiles/CMakeOutput.log".
See also "/home/boson/field_ws/build_isolated/fields2cover_ros/CMakeFiles/CMakeError.log".
<== Failed to process package 'fields2cover_ros': 
  Command '['/home/boson/field_ws/devel_isolated/fields2cover/env.sh', 'cmake', '/home/boson/field_ws/src/fields2cover_ros', '-DCATKIN_DEVEL_PREFIX=/home/boson/field_ws/devel_isolated/fields2cover_ros', '-DCMAKE_INSTALL_PREFIX=/home/boson/field_ws/install_isolated', '-G', 'Unix Makefiles']' returned non-zero exit status 1.

Reproduce this error by running:
==> cd /home/boson/field_ws/build_isolated/fields2cover_ros && /home/boson/field_ws/devel_isolated/fields2cover/env.sh cmake /home/boson/field_ws/src/fields2cover_ros -DCATKIN_DEVEL_PREFIX=/home/boson/field_ws/devel_isolated/fields2cover_ros -DCMAKE_INSTALL_PREFIX=/home/boson/field_ws/install_isolated -G 'Unix Makefiles'

Command failed, exiting.
Gonzalo-Mier commented 1 year ago

Hi @Botronics, Thanks for the issue. I'll work on this soon.

Please, avoid contact me by email if you already have written an issue about it. I solve issues whenever I can, as I'm not earning any money to maintain this repository and I do it on my free time (Right now, I'm the only one maintaining this repo). If you believe this deserve more energy, please, try to solve it and submit a PR. Best, Gonzalo

Gonzalo-Mier commented 1 year ago

Solved on the last commit of Fields2Cover