-
Notifications
You must be signed in to change notification settings - Fork 65
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
Gaddison/spot sdk examples conversion #564
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
overall looks great to me! Could you add to the readme with the command to run this example + a short description of what it does?
Also, to get CI to pass, in the repo root run pre-commit install
then pre-commit run --all
and this should fix it.
(you can also follow the steps from the dco log to fix that error: https://github.com/bdaiinstitute/spot_ros2/runs/36316801944)
try: | ||
from cv_bridge import CvBridge | ||
import cv2 | ||
self.br = CvBridge() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm wondering if we should just put these at the top level import, as we are sort of enforcing that the user should have these packages by including them in the package.xml?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ya i would just move those imports to the top
5eccf8b
to
56168d8
Compare
Change Overview
Created
hello_spot
in spot_examples to mirror that ofspot-sdk
, as part of SW-1864.Compiled and behavior qualitatively verified on hardware.