Skip to content
Snippets Groups Projects
  1. Apr 14, 2020
  2. Apr 13, 2020
  3. Apr 10, 2020
  4. Apr 09, 2020
  5. Apr 08, 2020
  6. Apr 04, 2020
  7. Apr 02, 2020
    • Guilhem Saurel's avatar
      [wip/py-crocoddyl] Update to v1.2.0 · 29388fa1
      Guilhem Saurel authored
      Changes since v1.1.0:
      - templatized all the classes and structures with the scalar (for codegen and autodiff).
      - fixed a bug in the formulation for the quadrupedal problem (state bounds).
      - reduced the compilation time in Python bindings (re-structured the code).
      - fixed error in the expected improvement computation for terminal action in SolverFDDP.
      - added unittest code for cost classes (included cost factory).
      - reorganized the various factories used for c++ unittesting.
      - developed the pinocchio model factory for c++ unittesting.
      - added unittest code for contact classes (included the contact factory).
      - described cost items through shared_ptr.
      - described contact items through shared_ptr.
      - described impulse items through shared_ptr.
      - fixed Gauss-Newton approach for cost num-diff.
      - added contact num-diff class.
      - used virtual keyword in declaration of derived functions.
      - added the unittest code for free forward dynamics action model.
      - added the unittest code for contact forward dynamics action model.
      - included the cost status in cost sum for global memory allocation.
      - included the contact status in cost sum for global memory allocation.
      - included the impulse status in cost sum for global memory allocation.
      - removed duplication function for retrieving models and datas in solvers (now we do only through shooting problem interface).
      - allowed to write internal data of Numpy-EigenPy objects.
      - added a general method for setting and getting cost reference.
      - added squashing function abstraction.
      - added unittest code for testing cost, contact and impulse status.
      - moved to CMake exports
      29388fa1
    • Guilhem Saurel's avatar
      [wip/{,py-}curves] Update to v0.4.1 · c8c60734
      Guilhem Saurel authored
      Changes since v0.4.0:
      - [CMake] fix pinocchio detection
      - [CMake] export CURVES_WITH_PINOCCHIO_SUPPORT
      c8c60734
    • Guilhem Saurel's avatar
      [wip/{,py-}example-robot-data] Update to v3.2.0 · 4584844a
      Guilhem Saurel authored
      Changes since v3.1.2:
      - delete duplicate file
      - Add the IRIS quadcopter model
      - [CMake] Export
      4584844a
  8. Apr 01, 2020
  9. Mar 31, 2020
  10. Mar 30, 2020
    • Guilhem Saurel's avatar
      [wip/curves] fix PLIST · 49f81028
      Guilhem Saurel authored
      49f81028
    • Guilhem Saurel's avatar
      dc870b2e
    • Guilhem Saurel's avatar
      c390ff03
    • Guilhem Saurel's avatar
      [wip/{,py-}curves] Update to v0.4.0 · 3d925011
      Guilhem Saurel authored
      Changes since v0.3.3:
      - [Python] Add pickle support
      - Add serialization/curves header
      3d925011
    • Guilhem Saurel's avatar
      [wip/pal-msgs] Update to v0.12.14 · f069ecaf
      Guilhem Saurel authored
      Changes in pal_interaction_msgs 0.12.14 (2019-12-09):
      - Add Input and InputArgument msg
      - Contributors: Victor Lopez
      
      Packaging changes:
      - reworked Makefile to remove PKGBASE
      f069ecaf
    • Guilhem Saurel's avatar
      [wip/ros-moveit-resources] Update to v0.6.5 · 66f8ab1a
      Guilhem Saurel authored
      Changes in 0.6.5 (2020-02-18)
      - [maintenance] unify with official panda_moveit_config: define ready
        and extended poses
      - [maintenance] fanuc_moveit_config: cleanup definition of move_group
        capabilities (issue 23)
      - [fix] fixed normals of link4 STLs
      - Contributors: Robert Haschke
      66f8ab1a
    • Guilhem Saurel's avatar
      [wip/sysdep/ubuntu-distro] delete · bd06f344
      Guilhem Saurel authored
      bd06f344
    • Guilhem Saurel's avatar
      [wip/tiago-simulation] Update to v2.0.21 · 7d4919bf
      Guilhem Saurel authored
      Changes in 2.0.21 (2020-02-26)
      - Merge branch 'fix-multi-sim' into 'erbium-devel' fixed multi sim rgbd
        scan See merge request robots/tiago_simulation!67
      - cosmetic
      - fixed multi sim rgbd scan
      - Contributors: Procópio Stein, victor
      
      Changes in 2.0.20 (2019-11-04)
      - Merge branch 'robot_pose_pub' into 'erbium-devel' Added robot_pose
        publisher See merge request robots/tiago_simulation!66
      - Added robot_pose publisher
      - Contributors: Sai Kishor Kothakota, Victor Lopez
      
      Changes in 2.0.19 (2019-10-23)
      - Merge branch 'multi-laser-fiter' into 'erbium-devel' disable laser
        filter for multi due to tf_prefix problem See merge request
        robots/tiago_simulation!65
      - disable laser filter for multi due to tf_prefix problem
      - Contributors: Jordan Palacios, Procópio Stein
      
      Changes in 2.0.17 (2019-10-15)
      - Merge branch 'refactor' into 'erbium-devel' Refactor See merge request
        robots/tiago_simulation!64
      - consolidated public launches
      - removed map relays
      - removed joystick from sim
      - addded rgbd_scan node in main launches
      - consolidated public launches
      - Contributors: Procópio Stein, Victor Lopez
      
      Changes in 2.0.16 (2019-10-10)
      - Merge branch 'remove-sonar-cloud' into 'erbium-devel' Remove sonar
        cloud See merge request robots/tiago_simulation!63
      - removed dep
      - removed sonar cloud
      - Contributors: Procópio Stein, Victor Lopez
      
      Changes in 2.0.15 (2019-09-25)
      - Merge branch 'remove-speed-limit' into 'erbium-devel' Remove speed
        limit See merge request robots/tiago_simulation!61
      - removed remap of twist mux topic
      - removed speed limit
      - Contributors: Procópio Stein, Victor Lopez
      
      Changes in 2.0.14 (2019-09-23)
      - Merge branch 'stockbot-carrot-migration' into 'erbium-devel' use vo
        filling See merge request robots/tiago_simulation!59
      - use vo filling
      - Contributors: Procópio Stein, Victor Lopez
      
      Changes in 2.0.13 (2019-09-23)
      - Merge branch 'stockbot-carrot-migration' into 'erbium-devel' now uses
        laser filter to provide scan and scan_raw See merge request
        robots/tiago_simulation!58
      - now uses laser filter to provide scan and scan_raw
      - Contributors: Procópio Stein, Victor Lopez
      
      Packaging changes:
      - Remove UBUNTUDISTRO & PKGBASE
      7d4919bf
    • Guilhem Saurel's avatar
Loading