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

Add instructions for using webots_ros2 packages with Docker on macOS and Ubuntu #4145

Open
wants to merge 5 commits into
base: rolling
Choose a base branch
from

Commits on Jan 27, 2024

  1. Add Docker docs for using webots_ros2_driver

    The documentation for macOS only shows how to use the webots_ros2_driver
    for a virtual machine, but users can also configure it to work for
    Docker containers.
    adamlm committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    1b47e49 View commit details
    Browse the repository at this point in the history
  2. Add Docker docs for webots_ros2 on Ubuntu

    These are instructions for an alternative Ubuntu setup where Webots
    runs natively and the ROS packages run in a Docker container. This is
    most likely an uncommon setup, but the instructions are provided for
    completeness.
    adamlm committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    fd1e7f5 View commit details
    Browse the repository at this point in the history
  3. Add entries to .gitignore

    These entries cover the macOS Finder file and the default Python
    virtual environment directory name. Neither of which should be
    version controlled.
    adamlm committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    ff0ae36 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. Revise Webots Docker instructions for macOS

    Fix typos, grammatical errors, and clarify some instructions.
    adamlm committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    afd4e53 View commit details
    Browse the repository at this point in the history
  2. Clean up Webots for Docker on Ubuntu instructions

    Fix some grammatical errors and elaborate in some areas.
    adamlm committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    9133e55 View commit details
    Browse the repository at this point in the history