-
Notifications
You must be signed in to change notification settings - Fork 73
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
Access ROS camera topics #10
Comments
You can always plug ethernet into the dogs back and give it ethernet. Why are you trying to run this ON the pi? when the pi becomes overloaded, the realtime functionality fails, and the dog falls FYI. AATB has a "republisher" that he has shared. https://github.com/aatb-ch/go1_republisher You can alternately try this method. https://github.com/MAVProxyUser/YushuTechUnitreeGo1/blob/main/StreamCamCross.py |
Ask on our slack group for more help if you haven't. |
I will look at both of these thanks. I cant join the slack... I'm using the Edu as part of my University proj and hence don't have the @unitree.cc email thats required.. |
btw I'm in the process of rewriting the cpp republisher, use only the python camera publishing now, cpp node is in progress. But as @MAVProxyUser said you're better off running that on the jetson directly since it has access to the video device |
@SOrtonn you do not need a unitree.cc email to join our slack at all... https://join.slack.com/t/robotdogs/shared_invite/zt-24ep8mqn4-1p42Aq7owRv9klLI~3C5Pw |
That link works... I've deffo clicked another one that required specific emails. |
Where did you find that link ? |
Hi
I'm trying to stream the data shown over /camera1 (topics)
I have written basic subscribers in both cpp and python and both return issues saying the package cv_bridge is not found.
This subscriber works without cv bridge so the only thing that doesnt work is trying to view the output stream
I am trying to run these on the internal pi, and struggling since it doesnt have internet access.
Can anyone help me with what my issue is
cheers
The text was updated successfully, but these errors were encountered: