Will
Will
> @themarpe this was my initial plan however, `dai::DeviceInfo` does not have a function to get IP address of the device. It only has `deviceInfo.getMxId()`. Would it be possible to...
This works OK from within a workspace directory: ```bash docker exec -it -u $(id -u) $(devcontainer up --workspace-folder . | jq -r .containerId) bash ``` It will get the ID...
I think that due to the way behaviortree_cpp halts the tree, the best way to ensure cleanup taking halting into account is to perform this type of "transactional" functionality in...
@adityapande-1995 Can I please get a review?
> Overall, I think this change is valuable. I've left one thing to change, but once that is fixed I think we can run CI on it. Thanks @clalancette for...
@RobertBlakeAnderson Thanks for adding the ability to specify modules to use in the python `eval` launch substitution in https://github.com/ros2/launch/pull/655! I'm wondering if you considered the case that I mention in...