-
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
[SW-1727] improve spot ros2 readmes #547
Conversation
Pull Request Test Coverage Report for Build 12791034341Details
💛 - Coveralls |
Signed-off-by: Katie Hughes <[email protected]>
Signed-off-by: Katie Hughes <[email protected]>
Signed-off-by: Katie Hughes <[email protected]>
Signed-off-by: Katie Hughes <[email protected]>
Signed-off-by: Katie Hughes <[email protected]>
Signed-off-by: Katie Hughes <[email protected]>
Signed-off-by: Katie Hughes <[email protected]>
Signed-off-by: Katie Hughes <[email protected]>
Signed-off-by: Katie Hughes <[email protected]>
Signed-off-by: Katie Hughes <[email protected]>
Signed-off-by: Katie Hughes <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Katie Hughes <[email protected]>
Signed-off-by: Manuel Schweiger <[email protected]> Signed-off-by: Katie Hughes <[email protected]>
## Change Overview This is simply a find/replace of `ubuntu-latest` -> `ubuntu-22.04`. Because `ubuntu-latest` will become 24.04 soon. We should pin to 22.04 which matches our development environment. ## Testing Done None. This PR is the test. (Assuming this repo has CI) Signed-off-by: Katie Hughes <[email protected]>
#548) ## Change Overview This came up recently when running the ros2 control stack on a robot that had an expired joint level control license. The error message spammed in this state is just "Failed to get robot state" which is not very helpful. Now this tells the user to double check for the license. ## Testing Done N/A Signed-off-by: Katie Hughes <[email protected]>
## Change Overview Mass replaces `bdai_ros2_wrappers` with `synchros2` so that there is no extra aliasing (which should make all imports faster, hopefully helping internal CI tests?) ## Testing Done - [x] if CI passes, this is okay - [x] run driver on robot for sanity check Signed-off-by: Katie Hughes <[email protected]>
Bumps [ros_utilities](https://github.com/bdaiinstitute/ros_utilities) from `ef5ee62` to `6d3c8f3`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdaiinstitute/ros_utilities/commit/6d3c8f3e201cdfb184c6d30067e85e1964ba7919"><code>6d3c8f3</code></a> [SW-1712] Pin ubuntu version in workflows (<a href="https://redirect.github.com/bdaiinstitute/ros_utilities/issues/137">#137</a>)</li> <li>See full diff in <a href="https://github.com/bdaiinstitute/ros_utilities/compare/ef5ee6297a0ff23283cd208e06fd583868161e4c...6d3c8f3e201cdfb184c6d30067e85e1964ba7919">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> [SW-1712]: https://theaiinstitute.atlassian.net/browse/SW-1712?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ Signed-off-by: Katie Hughes <[email protected]>
## Change Overview Reverts the calls to `update_sigterm_sigkill_timeout` introduced in #537. I have a very strong hunch that this is tanking CI execution time in our internal repo (after this change, we are only able to complete 17% of relevant tests before timing out, which is blocking my PR to bring in the latest changes from this repo). ## Testing Done N/A Signed-off-by: Katie Hughes <[email protected]>
Signed-off-by: Katie Hughes <[email protected]>
3a2a452
to
081d826
Compare
Signed-off-by: Katie Hughes <[email protected]>
…tute/spot_ros2 into khughes/revamp_readmes
Signed-off-by: Katie Hughes <[email protected]>
Signed-off-by: Katie Hughes <[email protected]>
Signed-off-by: Katie Hughes <[email protected]>
Merge activity
|
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.
Thanks for this!!
@@ -28,4 +28,4 @@ RUN /ros_ws/src/install_spot_ros2.sh | |||
# Build packages with Colcon | |||
WORKDIR /ros_ws/ | |||
RUN . /opt/ros/humble/setup.sh && \ | |||
colcon build --symlink-install --packages-ignore proto2ros proto2ros_tests | |||
colcon build --symlink-install |
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.
why this change?
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.
Since proto2ros got pulled into its own repo, these packages no longer exist here
## Optional Automatic Eye-in-Hand Stereo Calibration Routine for Manipulator (Arm) Payload | ||
#### Collect Calibration |
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 don't think this belongs in spot driver because it's ROS2-specific and the driver supports 1 and 2?
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 put it here because it is associated with the calibrated_reregistered_hand_camera_depth_publisher
which is a part of spot_driver
. Gary put the non-ros specific instructions in spot_wrapper
here https://github.com/bdaiinstitute/spot_wrapper/blob/main/spot_wrapper/calibration/README.md . But happy to move this info elsewhere in this repo if it makes more sense
Change Overview
Readme's hadn't been updated in a while, so some info was old or not very helpful. This PR updates this info and splits out some info from the main readme (which was very long) into the relevant packages this repo contains. It also includes links to the wiki which has some more detailed information on what topics/actions/services are available.
I also swapped out the image at the top of the main readme purely for ✨ aesthetics ✨
I welcome nitpicks as this is a very nitpicky PR :)
Testing Done
N/A