Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Demo on provided bagfile is currently broken in ROS Noetic (unsupported image format) #79

Open
tlind opened this issue Aug 5, 2020 · 1 comment
Assignees
Labels

Comments

@tlind
Copy link
Member

tlind commented Aug 5, 2020

Currently e.g. the launch file

roslaunch spencer_people_tracking_launch tracking_on_bagfile.launch

will lead to an error

Unsupported image format: 16UC1; compressedDepth

due to a regression in compressed_depth_image_transport (v1.14.0) (ros-perception/image_transport_plugins#63) under ROS Noetic. This will also affect other existing bagfiles where depth compression has been used.

@tlind tlind added the bug label Aug 5, 2020
@tlind tlind added this to the noetic-release milestone Aug 5, 2020
@tlind tlind self-assigned this Aug 5, 2020
@tlind
Copy link
Member Author

tlind commented Aug 28, 2020

Pull request has been submitted to image_transport_plugins, but hasn't been merged yet. Until then, please check out the bugfix branch in my fork into your local catkin workspace (and build it) if you encounter above error message with your existing bagfiles.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant