FlexBE / flexbe_app

The classic user interface (editor + runtime control) for the FlexBE behavior engine. See the flexbe_webui for latest
BSD 3-Clause "New" or "Revised" License
48 stars 49 forks source link

fix missing dependencies #70

Closed fmessmer closed 3 years ago

fmessmer commented 3 years ago

libnw.so requires some libraries (libatspi2.0-dev and libgtk-3-dev) to be installed but does not declare a dependency thus, adding them to flexbe_app this will fix the issue in before_run_target_tests for github actions (mojin_flexbe, bmw, kevin_statemachine, mbl) - see: https://github.com/mojin-robotics/cob4/issues/1509#issuecomment-770388137 requires https://github.com/ros/rosdistro/pull/28220

fmessmer commented 3 years ago

sorry, wrong target branch