Skip to content
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

Fix local docker image name for demos #195

Open
xfiderek opened this issue Oct 2, 2024 · 0 comments
Open

Fix local docker image name for demos #195

xfiderek opened this issue Oct 2, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@xfiderek
Copy link
Contributor

xfiderek commented Oct 2, 2024

Version or commit hash

23adec1

RMW Implementation

CycloneDDS

Steps to reproduce issue

  1. Follow the tutorial for any of the demo dockers
  2. Try building with space-ros:main

    docker/moveit2/README.md

    Lines 17 to 20 in 09ec444

    ```bash
    # Use a locally built image as the base
    SPACE_ROS_IMAGE="space-ros:main" ./build.sh
    ```

Expected behavior

The image name should be osrf/space-ros:main instead of space-ros:main

Actual behavior

The command fails because the image name is wrong.

Backtrace or Console output

No response

@xfiderek xfiderek added the bug Something isn't working label Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

1 participant