Issues with SPOT Driver: UnsupportedPixelFormatRequestedError #131
|
I am able to connect to the SPOT, but am now having issues with the driver.
|
Answered by
heuristicus
Aug 17, 2023
Replies: 2 comments 2 replies
|
I think it would be useful to know whether you have the version of spot with black and white cameras or rgb cameras. The default setting for the wrapper is to try and load colour images, which may be causing the issue. You can try setting the |
2 replies
|
Please check to make sure you're up to date with the master branch of spot_ros2. The error here indicates that you are using code older than the commit at 54e606a, which changed the conversion which is causing this issue. |
0 replies
Answer selected by
khughes-bdai
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please check to make sure you're up to date with the master branch of spot_ros2. The error here indicates that you are using code older than the commit at 54e606a, which changed the conversion which is causing this issue.