Skip to content
Snippets Groups Projects
  • Lukas Bulwahn's avatar
    73da61d3
    console-bridge: initial commit · 73da61d3
    Lukas Bulwahn authored
    The console-bridge is a cmake installation, but not a catkin package.
    In its current state, the recipe compiles and installs, but the
    class_loader package fails and complains with
    
    |   catkin_package() CATKIN_DEPENDS on 'console_bridge', which has been found
    |   in
    |   '(...)/build/tmp-eglibc/sysroots/qemux86-64/usr/share/console_bridge/cmake/console_bridge-config.cmake',
    |   but it is not a catkin package
    
    This commit provides the current state for further discussion and
    joint investigation.
    73da61d3
    History
    console-bridge: initial commit
    Lukas Bulwahn authored
    The console-bridge is a cmake installation, but not a catkin package.
    In its current state, the recipe compiles and installs, but the
    class_loader package fails and complains with
    
    |   catkin_package() CATKIN_DEPENDS on 'console_bridge', which has been found
    |   in
    |   '(...)/build/tmp-eglibc/sysroots/qemux86-64/usr/share/console_bridge/cmake/console_bridge-config.cmake',
    |   but it is not a catkin package
    
    This commit provides the current state for further discussion and
    joint investigation.