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

customization for saving pose and image of current simulator view #2198

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    11464c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e772a25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d840646 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f1f7cea View commit details
    Browse the repository at this point in the history
  5. fixed frame-skip

    zovelsanj committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    b6b0eda View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. customized to save curr view and pose

    - customized the code to save the current view of simulator as image and the current state of the agent as transformation matrix.  
    - added the above feature when pressing key 'R'.
    zovelsanj committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    d82a235 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    da098db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05e2cad View commit details
    Browse the repository at this point in the history
  3. added equirectangular mode

    zovelsanj committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    e1bd763 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. resolve merge conflict with main

    - accidentally removed `sim_settings["enable_hbao"] = args.hbao` line. Fixed it now.
    zovelsanj committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    0a9b386 View commit details
    Browse the repository at this point in the history
  2. resolve merge conflict

    - newline character showed conflict, so fixed it
    zovelsanj committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    fab4220 View commit details
    Browse the repository at this point in the history
  3. resolve merge conflicts

    removed conflicting newline character
    zovelsanj committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    8543eee View commit details
    Browse the repository at this point in the history