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

Add repo matlab-whole-body-simulator #689

Merged
merged 9 commits into from
Apr 25, 2021

Commits on Apr 24, 2021

  1. Issue #576: Add repo matlab-whole-body-simulator

    - Add the path to the simulator library `RobotDynamicsWithContacts` in the
      `startup_robotology_superbuild.m`.
    - Created the file `Build***` for adding the package to the superbuild.
    - Updated the superbuild Logic for loading the package within the "Dynamics"
      profile.
    nunoguedelha committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    41addc1 View commit details
    Browse the repository at this point in the history
  2. Issue #576: Fixed the CMake configuration

    - Fixed the path to the simulator library `RobotDynamicsWithContacts` in the `startup_robotology_superbuild.m`.
    - Updated the superbuild "setup" script.
    - Added the multisheller "xxx_activate.msh" and "xxx_deactivate.msh" scripts for the conda package manager.
    nunoguedelha committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    cde7b2c View commit details
    Browse the repository at this point in the history
  3. Fix variables YARP_DATA_DIRS, GAZEBO_MODEL_PATH setting through activ…

    …ate/deactivate multisheller scripts
    nunoguedelha committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    49e82e2 View commit details
    Browse the repository at this point in the history
  4. Issue #576: Updated the env variables in the templates, and other min…

    …or fixes
    
    - Updated the new repo tag in latest.releases.yaml file.
    - Updated the logic to build matlab-whole-body-simulator:
      depends on ROBOTOLOGY_USES_MATLAB.
    nunoguedelha committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    7105c8d View commit details
    Browse the repository at this point in the history
  5. Issue #576: Rework after review.

    - Further updated environment variables in the cmake/templates.
    - Removed transitive dependencies from the project cmake configuration.
    - Remove tabs from the conda activate/deactivate msh files.
    - Updated documentation.
    nunoguedelha committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    a0b850d View commit details
    Browse the repository at this point in the history
  6. Issue #576: Removed dependency on whole-body-controllers.

    This dependency can create a problem if whole-body-controllers starts depending
    on matlab-whole-body-simulator (see robotology/whole-body-controllers#95 (comment)).
    As the dependency is not required at install time, we can drop it.
    nunoguedelha committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    d9a18a1 View commit details
    Browse the repository at this point in the history
  7. Removed lib/+mwbs/+RobotDynamicsWithContacts from the envs (we only…

    … need `mex`)
    
    - This was due to moving the .slx files to `mex` in the install path:
      ami-iit/matlab-whole-body-simulator@e1f5aba
      ami-iit/matlab-whole-body-simulator@c331a7a
    nunoguedelha committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    084fec8 View commit details
    Browse the repository at this point in the history
  8. Remove leftover mex/+mwbs/+RobotDynamicsWithContacts from the envs …

    …set in the act/deact conda scripts
    nunoguedelha committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    b8c1f55 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b42bf48 View commit details
    Browse the repository at this point in the history