dscroft
dscroft
Check the image format of the incoming message. I was getting the same error but traced it to the rgbgr_image function when I was passing in mono images. Switching to...
You're running the node using python3. Try this fork instead. https://github.com/lights0123/reach_ros_node
Found the issue, pushed fix.
Issue occurs when I have an import: statement in markdown file pointing at a local file. Issue disappears if I change the import to a url. **Example dir structure** demo_project/...