-
Notifications
You must be signed in to change notification settings - Fork 23
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
Feature: Go2 front camera support #10
Comments
Hello @mspringer1 Following the example shown by unitree, in a few weeks the video from the camera that is integrated into the go2_driver will be implemented. Regarding how to publish it, we had planned to use image_transport. |
Hey @Juancams there is also already a ros2 node written in rust for that: https://github.com/tfoldi/ros2_go2_video |
Yes, I know that code, but the idea is to reimplement it in c++ and not use anything from webrtc. |
you can use any gstreamer based ros2 node to add video feed without doing webrtc |
added native video support via #24 |
Hey,
based on the Go2 SDK Multimedia Service Interface (https://support.unitree.com/home/en/developer/Multimedia_Services) it would be possible to add video from the front camera to the go2_driver as sensor_msgs/CompressedImage.
A reference implementation is given under Video streaming
The text was updated successfully, but these errors were encountered: