In ROS2, running ros2 run flexbe_widget be_action_server don't work because a MultiThreadedExecutor is needed, and the goal callback is not properly used (it must be a handle_accepted_callback).
Also using log_enabled:=True causes a fail because a param is not previously defined, and params in ros2 cannot be set "externally" from the command line before the node is running.
I need access to push fixes to these problems in an own branch, and then make a pull request, so the fixes can be reviewed.