We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Last semester we did streaming video. It has been a while, so it is time to brush up the code.
package.xml
rosdep
base_station
The text was updated successfully, but these errors were encountered:
I created a package for base station -> https://github.com/boilerrobotics/base-station/tree/main/src/remote_operation. This is for the receiving side. See package.xml about dependencies. The code is not ready, so we will need to work on it. You will need to create a new package for the sending side in rover-code repo. You can see example for package.xml. I also found more example for using cv_bridge http://wiki.ros.org/cv_bridge/Tutorials/ConvertingBetweenROSImagesAndOpenCVImagesPython https://temugeb.github.io/ros2/cv_bridge/cpp/python/2022/06/23/ros2-cv-bridge-minimal-pubisher.html
rover-code
cv_bridge
Sorry, something went wrong.
tame0001
rafifi7
When branches are created from issues, their pull requests are automatically linked.
Last semester we did streaming video. It has been a while, so it is time to brush up the code.
package.xml
withrosdep
. See the end of this README -> https://github.com/boilerrobotics/rover-code/blob/master/README.mdbase_station
repo -> https://github.com/boilerrobotics/base-station. Follow the same step as aboveThe text was updated successfully, but these errors were encountered: