You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to source install ROS-Kinetic on a Raspberry Pi 4 with Raspbian Buster. So after the successful installation of ROS-Kinetic, I try to install the ecl_core package since it is required by my robot package. I git clone the same inside ~/ros_kinetic_ws/src and try to build the ros_caktin_ws using sudo ./src/catkin/bin/catkin_make_isolated --install -DCMAKE_BUILD_TYPE=Release --install-space /opt/ros/kinetic. However, the build fails and throws the following error:
Error: Packages with unknown build types exist
Can not build workspace with packages of unknown build_type
Am I missing specification of some argument in my build command?
The text was updated successfully, but these errors were encountered:
I am trying to source install ROS-Kinetic on a Raspberry Pi 4 with Raspbian Buster. So after the successful installation of ROS-Kinetic, I try to install the ecl_core package since it is required by my robot package. I git clone the same inside
~/ros_kinetic_ws/src
and try to build the ros_caktin_ws usingsudo ./src/catkin/bin/catkin_make_isolated --install -DCMAKE_BUILD_TYPE=Release --install-space /opt/ros/kinetic
. However, the build fails and throws the following error:Error: Packages with unknown build types exist
Can not build workspace with packages of unknown build_type
Am I missing specification of some argument in my build command?
The text was updated successfully, but these errors were encountered: