-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hi, I am encountering an error when trying to catkin_make the package. I clone this repository inside my catkin workspace's src folder. and I run the catkin_make command inside my catkin workspace. I am using ROS Melodic and running on Ubuntu 18.04 with NVIDIA Jetson Nano. The error when I try to run the catkin_make looks like this:
CMakeFiles/Makefile2:4001: recipe for target 'ROS-Stereo-Vision/src/depth_perception_sub/CMakeFiles/depth_perception_sub_node.dir/all' failed
make[1]: *** [ROS-Stereo-Vision/src/depth_perception_sub/CMakeFiles/depth_perception_sub_node.dir/all] Error 2
Makefile:145: recipe for target 'all' failed
make: *** [all] Error 2
Invoking "make -j4 -l4" failed
Can anyone help me with this? I have tried looking up for such errors in other forums, but I still could not manage to solve it. Thank you very much.