luxonis / depthai-ros

Official ROS Driver for DepthAI Sensors.
MIT License
239 stars 174 forks source link

[BUG] {Catkin_make_isolated unknown build_type} #268

Closed ditodamaru closed 1 year ago

ditodamaru commented 1 year ago

Describe the bug Hi. I am trying to use ORB3 using OAK-D and ROS Noetic based on this procedure

after I reached step Installing depthai-ros, and try to run catkin_make_isolated, I got this error :

ubuntu@noetic:~/catkin_ws$ catkin_make_isolated
Base path: /home/ubuntu/catkin_ws
Source space: /home/ubuntu/catkin_ws/src
Build space: /home/ubuntu/catkin_ws/build_isolated
Devel space: /home/ubuntu/catkin_ws/devel_isolated
Install space: /home/ubuntu/catkin_ws/install_isolated
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~  traversing 7 packages in topological order:
~~  - depthai-ros (unknown)
~~  - depthai_descriptions (unknown)
~~  - depthai_filters (unknown)
~~  - depthai_ros_msgs (unknown)
~~  - depthai_bridge (unknown)
~~  - depthai_examples (unknown)
~~  - depthai_ros_driver (unknown)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: Packages with unknown build types exist
Can not build workspace with packages of unknown build_type

How to handle this error?

image

Detailed information :

Serafadam commented 1 year ago

Hi, you should check out noetic branch, as default git branch is humble. Check out this repository's readme on building, also there are some new updates that might be handy

ditodamaru commented 1 year ago

Hi. I got it. Thank you for your reply. I just started using GitHub and tried to post a question about my difficulties while implementing ROS and ORB SLAM. I put my question in the wrong place; it shouldn't be in the BUG report but just on "Something else". I will drop my question in a more proper context next time if I got a problem. Thank you