Tariq
Tariq
I am using prettierd with [null-ls](https://github.com/jose-elias-alvarez/null-ls.nvim/tree/main) in neovim. Basically, I can see that the default config is working because changing it is causing changes in the formatting when I apply...
Hi, it seems that I can't override the 'no-use-before-define' rule in my eslint config when I am using this config. I get errors using null-ls in neovim abut using styles...
### Solution to issue cannot be found in the documentation. - [X] I checked the documentation. ### Issue Hi, I followed the getting started guide to install ros-humble with mamba...
### Search before asking - [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report. ### YOLOv8 Component Other ### Bug The `ultralytics.engine.results.BaseTensor.cpu()` does not return a...
The image messages sent claim the images are bgr8 but in my testing it seems they are actually rgb8. The line where the message is sent is [here](https://github.com/tentone/tello-ros2/blob/93877753e3be6deda576a11fe529c68cdf90ec62/workspace/src/tello/tello/node.py#L269). To test...
Fixed the bug in #6. My formatter changed a bunch of the code. If you have a different formatter/settings you want me to use let me know. Otherwise the relevant...
Latest version of zed-ros2-wrapper is not compatible with the SDK version in this repo's Dockerfile
Basically see stereolabs/zed-ros2-wrapper#226 . The minor version needs to be updated to 1 in the Dockerfile [here](https://github.com/NVIDIA-ISAAC-ROS/isaac_ros_common/blob/c3a004d92da04c1ebeebcb094e5828458c19021f/docker/Dockerfile.zed#L13) so that it works. Otherwise I get the same errors it mentions in...
Hi, it is not clear what version of Python you used for the project. Could you please add it to the README?
So I have a callback that I need to await a transform from tf2 in. Here is a MWE using a regular ros2 subscription that works ```python3 import rclpy from...
I noticed that if no relevant documents are retrieved for a run then NDCG, Rprec and recip_rank all returned nan. For NDCG and Rprec I believe these should be 0...