ros-perception / vision_msgs

Algorithm-agnostic computer vision message types for ROS.
Apache License 2.0
149 stars 72 forks source link

Revert "std::basic_ostream<char>’ has no member named ‘str’" #82

Closed SteveMacenski closed 1 year ago

SteveMacenski commented 1 year ago

Reverts ros-perception/vision_msgs#81 @gorghino

This does not compile https://build.ros2.org/job/Fdev__vision_msgs__ubuntu_focal_amd64/16/

gorghino commented 1 year ago

Including iomanip shall fix the error on x64

SteveMacenski commented 1 year ago

Can you open a PR with that patch?