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

[unitree/cross] Enable to share single docker image with multiple users #1868

Merged
merged 16 commits into from
Oct 26, 2023

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    2e8642d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec551fb View commit details
    Browse the repository at this point in the history
  3. [jsk_unitree_startup/cross] Add OPTIONS to passthrough user id for ma…

    …c compatibility
    iory authored and k-okada committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    df7af59 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6883e3c View commit details
    Browse the repository at this point in the history
  5. [jsk_unitree_startup/cross] Use sitecustomize.py instead of setting P…

    …YTHONPATH
    
    [jsk_unitree_startup/cross] Install sitecustomize.py for real unitree robot
    [jsk_unitree_startup/cross] Recursively append python site/dist-package paths
    [jsk_unitree_startup/cross] Passthrough password
    iory authored and k-okada committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    8ba0744 View commit details
    Browse the repository at this point in the history
  6. install catkin_virtualenv in build_ros1.sh and install rospkg-modules…

    … in build_ros1_dependencies.sh
    k-okada committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    413be94 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2076eb9 View commit details
    Browse the repository at this point in the history
  8. add virtualenv and cython for catkin_virutalenv

    - catkin_virtualenv depends on python3-venv and virtualenv, so we added these packages on ros1_dependencies_build_scripts, because they are not found on actual robots.
    - not sure why, but catkin_virtualenv (test_catkin_virutalenv_python2) depends on cython, But with 1049-cython, it fails to instal PyYAML, so we force add cython dep packages in Dockerfile_ros1
    k-okada committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    499ba65 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2554dc0 View commit details
    Browse the repository at this point in the history
  10. Revert "[jsk_unitree_startup/cross] Use sitecustomize.py instead of s…

    …etting PYTHONPATH"
    
    This reverts commit cd1e330.
    k-okada committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    a167146 View commit details
    Browse the repository at this point in the history
  11. use usercustomize.py in .local/lib/python*/site-packages to set custo…

    …m sys.path for both python2 and python3
    k-okada committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    c0e17b0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    518dd0d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8254bd3 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. pass before sudo

    k-okada committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    56ed83f View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. add usercutomize.py

    k-okada committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    3064dca View commit details
    Browse the repository at this point in the history
  2. Merge pull request #101 from k-okada/fix_for_mac_fix

    pass $PASS before sudo
    k-okada authored Oct 21, 2023
    Configuration menu
    Copy the full SHA
    a0391bb View commit details
    Browse the repository at this point in the history