DavidFernandezChaves / Detectron2_ros

A ROS Node for detecting objects using Detectron2.
MIT License
51 stars 23 forks source link

Can't catkin_make #5

Closed MBaranPeker closed 3 years ago

MBaranPeker commented 3 years ago

Hi @DavidFernandezChaves, Thank you for this great work, While installation i have not face with any problem untill compile. In chapter 4 I kind of confused. I attached 2 image in one of them I was trying to catkin_make inside the workspace in another one outside of workspace. But they both cannot source to ROS. Btw before starting the installation I already sourced to ROS with this "source /opt/ros/melodic/setup.bash" .

I will be happy if you could help me with this one. Thanks,

Screenshot from 2021-03-05 15-57-21 Screenshot from 2021-03-05 15-57-54

DavidFernandezChaves commented 3 years ago

Hello @MBaranPeker, The problem you are having is not related to this ROS package, but to the creation of a workspace. Check out the initialisation of a workspace according to their tutorial here: http://wiki.ros.org/catkin/Tutorials/create_a_workspace

Thank you for your interest :)

MBaranPeker commented 3 years ago

thank you for your answer i will try that out