Robotics StackExchange | Archived questions

"Can not build workspace with packages of unknown build_type"

Hello, I'm trying to catkin_make in my workspace, but this is the result:

Base path: /home/student/niryorobotws/dai_ws

Source space: /home/student/niryorobotws/dai_ws/src

Build space: /home/student/niryorobotws/daiws/buildisolated

Devel space: /home/student/niryorobotws/daiws/develisolated

Install space: /home/student/niryorobotws/daiws/installisolated

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

~~ traversing 8 packages in topological order:

~~ - depthai-ros (unknown)

~~ - depthaicliffdetection (unknown)

~~ - depthai_descriptions (unknown)

~~ - depthai_filters (unknown)

~~ - depthairosmsgs (unknown)

~~ - depthai_bridge (unknown)

~~ - depthai_examples (unknown)

~~ - depthairosdriver (unknown)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Error: Packages with unknown build types exist

Can not build workspace with packages of unknown build_type

Asked by DaanYouKnow on 2023-05-31 07:25:33 UTC

Comments

Quick comment: are you perhaps accidentally trying to build a ROS 2 branch of that repository with Catkin?

That wouldn't work.

Asked by gvdhoorn on 2023-06-01 12:28:09 UTC

Answers