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

Introduce Action and SceneState #390

Draft
wants to merge 29 commits into
base: main
Choose a base branch
from
Draft

Introduce Action and SceneState #390

wants to merge 29 commits into from

Commits on Nov 6, 2023

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

Commits on Nov 7, 2023

  1. doc string wip

    yck011522 committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    57c7881 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    2e10350 View commit details
    Browse the repository at this point in the history
  2. Refactor SceneState, WorkpieceState, ToolState and

    RobotState classes
    yck011522 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    87c8a10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7157a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1920e28 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

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

Commits on Nov 15, 2023

  1. CartesianMovement

    yck011522 committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    33711f6 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Naming change

    yck011522 committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    2b881b8 View commit details
    Browse the repository at this point in the history
  2. Renaming

    yck011522 committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    8e69346 View commit details
    Browse the repository at this point in the history
  3. lint

    yck011522 committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    d657568 View commit details
    Browse the repository at this point in the history
  4. tests

    yck011522 committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    20cd04d View commit details
    Browse the repository at this point in the history
  5. lint

    yck011522 committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    ba607cb View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

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

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    0c3cd1c View commit details
    Browse the repository at this point in the history
  2. Update LinearMotion class to include multiple

    linear segments by specifying intermediate_targets.
    yck011522 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    2779bc9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8775f35 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e120e9 View commit details
    Browse the repository at this point in the history
  5. update test

    yck011522 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    f0ceebe View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Apply suggestions (docstrings) from code review

    Co-authored-by: Gonzalo Casas <[email protected]>
    yck011522 and gonzalocasas authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    97bbbb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11dfe5c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77b61e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3aab57b View commit details
    Browse the repository at this point in the history
  5. Better Doc String for States,

    Test adding an example to WorkpieceState
    yck011522 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    af5788d View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    ecc8cea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c83e2e View commit details
    Browse the repository at this point in the history
  3. Update src/compas_fab/planning/action.py

    Co-authored-by: Gonzalo Casas <[email protected]>
    yck011522 and gonzalocasas authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    38e6de0 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Added Planning Group as attribute. Remove planned results.

    Moved intermediate_planning_waypoint to FreeMotion
    
    RobotAction.apply_effects does not take the robot config from ActionPlanResult yet, That will come in next PR
    yck011522 committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    b5da572 View commit details
    Browse the repository at this point in the history
  2. docstring typo

    yck011522 committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    1ff8d20 View commit details
    Browse the repository at this point in the history