Closed dariojavo closed 1 year ago
Sorry, I was making the same mistakes as in #209 of using catkin_make. Once I used catkin build everything runs in my Jetson. However, when running in my laptop, I was receiving the error Cannot find source file: src/conversion.cc
, same as in #188 . In my case the problem was that the generator file was having an issue when importing yaml
and because of that this file was never generated. The error was related to the version of pyyaml
, which in versions >=5.4 have changed the inputs. as shown here
Hi,
I'm trying to use the master branch in noetic. Following the instructions, I have installed all the dependencies. However, when compiling the catkin workspace I first receive the error:
which I think was related to line 36 of the
ethz_piksi_ros/libsbp_ros_msgs/CMakeLists.txt
since there was no such file in thesrc
folder. After removing that line I was able to keep going with the compiling.When compiling I receive the following error
ModuleNotFoundError: No module named 'sbpg'
, but the process keep going. Then, it took some time hereas a result the repo change to
Note: switching to 'v2.7.4'.
and after that it finish the compiling, but started running post test test-libsbp where I receive the following error.Any thoughts? is this the result of me modifying the
CMakeLists.txt
file? If so, how can I manage the first error.Thanks in advance!