Jacob Mosier
Jacob Mosier
May fix issue #15
> Does this fix the same issue as #5 Yep, though it only changes the affected lines, rather than some other files.
Fixed in pull request #17
In the package.xml, comment out the line that says, "libabsl-dev". At least that works for me
I was also able to get it to compile and run by running `rosdep install -i --from-path ./libraries/Fields2Cover --rosdistro humble -y` to install lib_absl. After that it compiled fine.
> > I was also able to get it to compile and run by running `rosdep install -i --from-path ./libraries/Fields2Cover --rosdistro humble -y` to install lib_absl. After that it compiled...
Nope. Didn't do that. I think in the latest CMakes it downloads them automatically if needed. Though I admit I had gotten it running before on that computer so it...