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

【auto_stabilizer】 merge origin/master #76

Open
wants to merge 23 commits into
base: auto-stabilizer
Choose a base branch
from

Commits on Sep 4, 2021

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

Commits on Sep 6, 2021

  1. Merge pull request fkanehiro#1307 from YuyaNagamatsu/nagamatsu/ic_fix…

    …_sensorpos
    
    [ImpedanceController] fix sensor localPos rotation
    fkanehiro authored Sep 6, 2021
    Configuration menu
    Copy the full SHA
    606108c View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. Fix util build on Ubuntu 20.04

    - Look for opencv4 via pkg-config
    - Migrate some OpenCV 1 code to OpenCV >= 2
    gergondet committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    c4453f5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request fkanehiro#1308 from gergondet/topic/FixUtilFocalBuild

    Fix util build on Ubuntu 20.04
    fkanehiro authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    bdbc4c8 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2021

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

Commits on Feb 14, 2022

  1. Configuration menu
    Copy the full SHA
    5fb77b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf592f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89d8ac4 View commit details
    Browse the repository at this point in the history
  4. [cmake] Remove the FindEigen module

    - The variable the module set is not used by hrpsys-base
    - This interferes with PCL's module on Ubuntu 20.04
    gergondet committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    e78f533 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Merge pull request fkanehiro#1310 from gergondet/topic/FixCMakeIssue

    Fix some CMake issues
    fkanehiro authored Feb 15, 2022
    Configuration menu
    Copy the full SHA
    3706e7c View commit details
    Browse the repository at this point in the history
  2. Merge pull request fkanehiro#1309 from Naoki-Hiraoka/PR-get_component…

    …_profile
    
    [hrpEC/hroEC-common] fix memory leak
    fkanehiro authored Feb 15, 2022
    Configuration menu
    Copy the full SHA
    c7b1809 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. Introduce an option to skip hrpsysext build

    hrpsysext relies on Boost.Python and it can be difficult to:
    1. Get it to work with the desired Python version
    2. Let CMake find it
    
    Since those bindings are not always required, introducing this option
    allows to simplify the installation process
    gergondet committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    611baf6 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Merge pull request fkanehiro#1311 from gergondet/topic/hrpsysext-option

    Introduce an option to skip hrpsysext build
    fkanehiro authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    31229c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. Configuration menu
    Copy the full SHA
    1a8121a View commit details
    Browse the repository at this point in the history
  2. Merge pull request fkanehiro#1312 from arntanguy/topic/irrlicht

    Add an option to disable Irrlicht
    fkanehiro authored Apr 7, 2022
    Configuration menu
    Copy the full SHA
    15429ce View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. [ModifiedServo] Create InPorts for pdgains

    Ports 'pgains' and 'dgains' will allow modifying
    the servo PD gains (of all joints) at each timestep.
    rohanpsingh committed May 17, 2022
    Configuration menu
    Copy the full SHA
    d48a0eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3322be6 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. Configuration menu
    Copy the full SHA
    973afe2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbad549 View commit details
    Browse the repository at this point in the history
  3. Merge pull request fkanehiro#1313 from rohanpsingh/create-pdgains-ports

    [ModifiedServo] Create InPorts and OutPorts for pdgains
    fkanehiro authored May 18, 2022
    Configuration menu
    Copy the full SHA
    798b4c9 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Merge pull request fkanehiro#1315 from kindsenior/kindsenior/PR-servo…

    …-error-limit-with-jointId
    
    [SoftErrorLimiter/robot.cpp] check jointId >=0 in setServoErrorLimit
    fkanehiro authored Jun 13, 2022
    Configuration menu
    Copy the full SHA
    3d05778 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Merge pull request fkanehiro#1314 from Naoki-Hiraoka/PR-power

    [RobotHardware/robot.cpp][robot::power] fix for robots which have a relay for each joint
    fkanehiro authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    72af4f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f434b1 View commit details
    Browse the repository at this point in the history