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

Added a gravity compensation package, modified sleep positions #225

Merged
merged 17 commits into from
Oct 2, 2024

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    f55147b View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    b28807e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1442da5 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. properly formatted

    Shiming-Liang committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    5eba315 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    652fa75 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e631f5 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    033288b View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    999f8bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2bf7ccc View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. updated the config file for more sophisticated friction compensation,…

    … updated the corresponding contents at the readme file, updated the URDF file for the aloha wx250s.
    
    TO DO: update the link to the documentation of the  motor specs configuration.
    Shiming-Liang committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    6f81025 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    535eb01 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. changed the sleep positions so the arm doesn't drop as much

    The arms involved: aloha wx250s, aloha vx300s
    Shiming-Liang committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    5b90ea4 View commit details
    Browse the repository at this point in the history
  2. updated README for the gravity compensation package

    - matched the node name with the one used in the code
    Shiming-Liang committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    0679501 View commit details
    Browse the repository at this point in the history
  3. Updated README.md for the interbotix_xsarm_gravity_compensation package

    added link to the doc page with a example motor specs configuration
    Shiming-Liang committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    e69f2b4 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Minor fixes on gravity compensation

    readme
    - used the Github provided warning block
    - added empty lines after headers
    
    mode configs
    - changed the port setting to the default /dev/ttyDXL
    - merged the two mode configs file
    
    launch
    - limited choices to wx250s and aloha_wx250s
    - improved readability for path concatenations
    
    package.xml
    - added dependency for interbotix_xsarm_control
    Shiming-Liang committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    7632391 View commit details
    Browse the repository at this point in the history
  2. Minor fixes on the gravity compensation package

    - change file path concatenation style for better readability
    Shiming-Liang committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    4916fd4 View commit details
    Browse the repository at this point in the history
  3. Minor fixes on the gravity compensation demo package

    mode_configs.yaml
    - removed
    
    launch script
    - removed unused mode configs argument
    - removed unused get_interbotix_xsarm_models import
    
    readme
    - updated the description about the launch script arguments
    - updated the dummy namespace to match the launch script logic: we used the robot name as the namespace
    Shiming-Liang committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    7915e1d View commit details
    Browse the repository at this point in the history