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
While I don't like the ros catkin stuff, we should be able to publish to a live ros-server if it's up without dealing with that.
The default ros storage formats should already be able to store and send images.
We also need to make sure we're only sending some of the internal pubsubs to ROS, based on the user's selection. A 'publish_to_ros(name)' function on the video stream class, and 'receive_from_ros(names)' on the display class should work.
The text was updated successfully, but these errors were encountered:
While I don't like the ros catkin stuff, we should be able to publish to a live ros-server if it's up without dealing with that.
The default ros storage formats should already be able to store and send images.
We also need to make sure we're only sending some of the internal pubsubs to ROS, based on the user's selection. A 'publish_to_ros(name)' function on the video stream class, and 'receive_from_ros(names)' on the display class should work.
The text was updated successfully, but these errors were encountered: