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

🛠️ Bump SonarSource/sonarcloud-github-c-cpp from 2 to 3 #2883

Merged

Commits on Jun 25, 2024

  1. 🛠️ Bump SonarSource/sonarcloud-github-c-cpp from 2 to 3

    Bumps [SonarSource/sonarcloud-github-c-cpp](https://github.com/sonarsource/sonarcloud-github-c-cpp) from 2 to 3.
    - [Release notes](https://github.com/sonarsource/sonarcloud-github-c-cpp/releases)
    - [Commits](SonarSource/sonarcloud-github-c-cpp@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: SonarSource/sonarcloud-github-c-cpp
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    be007e9 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Fix CHOMP segfault (#3621)

    * Prevent segfault when getParentLinkModel() is NULL
    * Simpliy code
    * Add unit test operating the panda gripper
    
    ---------
    
    Co-authored-by: Captain Yoshi <[email protected]>
    rhaschke and captain-yoshi committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    b147d7e View commit details
    Browse the repository at this point in the history
  2. CHOMP: Fix handling of mimic joints (#3625)

    As the CHOMP planner only considers active joints, it needs to use setJointGroupActivePositions()
    instead of setJointGroupPositions().
    rhaschke committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    2b8a067 View commit details
    Browse the repository at this point in the history
  3. Optimize MOVE_SHAPE operations for FCL (#3601)

    Don't recreate the FCL object when moving shapes, but just update its transforms.
    captain-yoshi authored and rhaschke committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    a0a5a63 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    d6c8284 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into dependabot/github_actions/SonarSource/sonarc…

    …loud-github-c-cpp-3
    sjahr authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    19b29b9 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into dependabot/github_actions/SonarSource/sonarc…

    …loud-github-c-cpp-3
    sjahr authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    dbbe119 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    9e5dbc2 View commit details
    Browse the repository at this point in the history
  2. Deduplicate joint trajectory points in Pilz Move Group Sequence capab…

    …ility (#2943)
    
    * Deduplicate joint trajectory points before sending them to controllers
    
    * Fix max loop value
    
    * Move deduplication code to Pilz
    
    * Clean up
    
    * Add todo
    sea-bass authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    955f308 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f5a385 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    509a135 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2920 from rhaschke/forward-ports

    A few forward ports from MoveIt1
    sjahr authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    cd59367 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5cb5a25 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bc4fd19 View commit details
    Browse the repository at this point in the history