Will
Will
Hi, it looks like the "error" status for `load` should call `deferred.reject()` and not `deferred.fail()` https://github.com/noelboss/featherlight/blob/c4ed1235ebfdcec54a7a2946c461410de60f61e2/src/featherlight.js#L398 I am using it like this: ```javascript var modal = new $.featherlight("/my-uri") var p...
I would like to be able to use the `ParallelNode` and specify that all nodes must succeed. However, every time I add or remove a child node in the XML,...
This is a modification to the `ParallelNode` control to allow negative success threshold and failure threshold values that act like the negative index in python arrays to count backwards from...
**Description** The issue described in https://github.com/RobotWebTools/rosbridge_suite/issues/425 and fixed in https://github.com/RobotWebTools/rosbridge_suite/pull/426 still persists in ros2 because the fix was not ported to ros2. There was a request made in https://github.com/RobotWebTools/rosbridge_suite/pull/426#issuecomment-532471720 but...
Is there any documentation of `tf_echo` and other tools that can be run from the command line that is equivalent to http://wiki.ros.org/tf/Debugging%20tools and http://wiki.ros.org/tf2_ros#Tools ? I think that http://docs.ros.org/en/humble/p/tf2_ros/ would...
At the very end of the https://github.com/conan-io/docs/blob/develop2/examples/cross_build/android/ndk.rst example there is the statement: > Unless you have access to a root Android device, running the test application or using the built...
**Public API Changes** None **Description** Changes the topic subscription default QoS reliability to `BEST_EFFORT` because a `BEST_EFFORT` subscription is compatible with both `BEST_EFFORT` and `RELIABLE` as opposed to `RELIABLE` which...
This updates the python expression substitution to help with specifying python modules that are within a package. Addresses issue https://github.com/ros2/launch/issues/687
## Bug report **Required Info:** - Operating System: - Ubuntu 22.04 - Installation type: - from source - Version or commit hash: - b129eb65c9f03980c724b17200236290fa797816 - DDS implementation: - - Client...
There is common confusion about using `gst-interpipe` that the pipelines are running in the same process. I watched the demo video at https://vimeo.com/240547523 and this was clarified with one of...