You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running ROS Noetic and Ubuntu 20.04 on a machine running ROS Bridge, and when I try to receive sensor_msgs/CameraInfo data published from UE4, ROSBridge reports an error: "publish: Message type sensor_msgs/CameraInfo does not have a field d"
The text was updated successfully, but these errors were encountered:
Adding this in case anyone else has the issue.
It's due to _bson_append_camera_info having its names for D, K, P, and R being lower-case (they should be uppercase).
Adjusting the code (lines 61-64 on SensorMsgsCameraInfoConverter.h) to be:
I'm running ROS Noetic and Ubuntu 20.04 on a machine running ROS Bridge, and when I try to receive sensor_msgs/CameraInfo data published from UE4, ROSBridge reports an error:
"publish: Message type sensor_msgs/CameraInfo does not have a field d"
The text was updated successfully, but these errors were encountered: