ros-indigo-canopen-402 (0.6.9-0trusty) trusty; urgency=high

  * fix initialization bug in ProfiledPositionMode
  * Contributors: Mathias Lüdtke

 -- Mathias Lüdtke <mathias.luedtke@ipa.fraunhofer.de>  Tue, 22 May 2018 22:00:00 -0000

ros-indigo-canopen-402 (0.6.8-0trusty) trusty; urgency=high



 -- Mathias Lüdtke <mathias.luedtke@ipa.fraunhofer.de>  Mon, 17 Jul 2017 22:00:00 -0000

ros-indigo-canopen-402 (0.6.7-0trusty) trusty; urgency=high



 -- Mathias Lüdtke <mathias.luedtke@ipa.fraunhofer.de>  Mon, 27 Mar 2017 22:00:00 -0000

ros-indigo-canopen-402 (0.6.6-0trusty) trusty; urgency=high

  * do quickstop for halt only if operation is enabled
  * Contributors: Mathias Lüdtke

 -- Mathias Lüdtke <mathias.luedtke@ipa.fraunhofer.de>  Fri, 17 Mar 2017 23:00:00 -0000

ros-indigo-canopen-402 (0.6.5-0trusty) trusty; urgency=high

  * stop on internal limit only if limit was not reached before
  * hardened code with the help of cppcheck
  * Do not send control if it was not changed
    Otherwise invalid state machine transitions might get commanded
  * styled and sorted CMakeLists.txt
    * removed boilerplate comments
    * indention
    * reviewed exported dependencies
  * styled and sorted package.xml
  * update package URLs
  * added option to turn off mode monitor
  * reset Fault_Reset bit in output only
  * enforce rising edge on fault reset bit on init and recover
  * Revert "Enforce rising edge on fault reset bit on init and recover"
  * enforce rising edge on fault reset bit on init and recover
  * Merge pull request #117 <https://github.com/ipa-mdl/ros_canopen/issues/117> from ipa-mdl/condvars
    Reviewed condition variables
  * use boost::numeric_cast for limit checks since it handles 64bit values right
  * add clamping test
  * enforce target type limits
  * ModeTargetHelper is now template
  * readability fix
  * simplified State402::waitForNewState and Motor402::switchState
  * Set Halt bit unless current mode releases it
  * Contributors: Mathias Lüdtke

 -- Mathias Lüdtke <mathias.luedtke@ipa.fraunhofer.de>  Fri, 09 Dec 2016 23:00:00 -0000

ros-indigo-canopen-402 (0.6.4-0trusty) trusty; urgency=high



 -- Mathias Lüdtke <mathias.luedtke@ipa.fraunhofer.de>  Thu, 02 Jul 2015 22:00:00 -0000

ros-indigo-canopen-402 (0.6.3-0trusty) trusty; urgency=high

  * improved PP mode
  * do not quickstop in fault states
  * do not diable selected mode on recover, just restart it
  * initialize to No_Mode
  * removed some empty lines
  * implemented support for mode switching in a certain 402 state, defaults to Operation_Enable
  * pass LayerStatus to switchMode
  * remove enableMotor, introduced switchState
  * added motor_layer settings
  * fixed PP mode
  * explicit find for class_loader
  * fail-safe setting of op_mode to No_Mode
  * Improved behaviour of concurrent commands
  * added alternative Transitions 7 and 10 via Quickstop
  * added alternative success condition to waitForNewState
  * make motor init/recover interruptable
  * changed maintainer
  * removed SM-based 402 implementation
  * added Motor402 plugin
  * added new 402 implementation
  * added MotorBase
  * Added validity checks
  * Removed overloaded functions and makes the handle functions protected
  * Removes test executable
  * Removes unnecessary configure_drive and clears the set Targets
  * Some position fixes
  * Removed timeout
    Reduced recover trials
  * Removes some logs
  * Homing integrated
  * handleRead, handleWrite fixes
  * Merge remote-tracking branch 'mdl/indigo_dev' into refactor_sm
    Conflicts:
    canopen_402/include/canopen_402/canopen_402.h
    canopen_402/src/canopen_402/canopen_402.cpp
    canopen_motor_node/src/control_node.cpp
  * Moved supported_drive_modes to ModeSpecificEntries
  * 
    
      * Init, Recover, Halt for SCHUNK
      * Removed sleeps from the state machine
      * Now works as reentrant states
    
  * refactored Layer mechanisms
  * Recover failure
  * Merge remote-tracking branch 'mdl/indigo_dev' into refactor_sm
    Conflicts:
    canopen_402/include/canopen_402/canopen_402.h
    canopen_402/src/canopen_402/canopen_402.cpp
  * Removing some unnecessary couts
  * First version with Recover
    * Tested on SCHUNK LWA4D
  * Initializing all modules at once
  * Moving SCHUNK using the IP mode sub-state machine
  * Schunk does not set operation mode via synchronized RPDO
  * initialize homing_needed to false
  * Working with the guard handling and some scoped_locks to prevent unwanted access
  * Passing ``state_`` to motor machine
  * Fixes crash for unitialized boost pointer for ``target_vel_`` and ``target_pos_``
  * Thread running
  * Separates the hw with the SM test
    Advance on the Mode Switching Machine
  * Organizing IPMode State Machine
  * Adds mode switch and a pre-version of the turnOn sequence
  * Event argument passed to the Motor state machine
  * Adds the internal actions
  * Control_word is set from motor state machine
  * Motor abstraction on higher level machine
    Some pointers organization
  * 
    
      * Begins with the Higher Level Machine
      * Separates the status and control from the 402 node
    
  * Ip mode sub-machine
  * Organizing the status and control machine
  * do not read homing method if homing mode is not supported
  * inti ``enter_mode_failure_`` to false
  * require message strings for error indicators, added missing strings, added ROS logging in sync loop
  * Merge pull request #75 <https://github.com/ros-industrial/ros_canopen/issues/75> from mistoll/indigo_release_candidate
    Move ip_mode_sub_mode to configureModeSpecificEntries
  * Fixed tabs/spaces
  * bind IP sub mode only if IP is supported
  * Move ip_mode_sub_mode to configureModeSpecificEntries
  * Update state_machine.h
  * Ongoing changes for the state machine
  * 
    
      * Eliminates Internal State conflict
      * Treats exceptions inside the state machine
    
  * Cleaning the 402.cpp file
  * Test file
  * Adds state machine definition
  * Adds state machine simple test
  * Some cleaning necessary to proceed
  * Header files for isolating the 402 state machine
  * Effort value
  * Merge pull request #6 <https://github.com/ros-industrial/ros_canopen/issues/6> from ipa-mdl/indigo_dev
    Work-around for https://github.com/ipa320/ros_canopen/issues/62
  * Merge branch 'indigo_dev' of https://github.com/ipa-mdl/ros_canopen into indigo_dev
  * fixed unintialized members
  * Mode Error priority
  * Order issue
  * Merge branch 'indigo_dev' of https://github.com/ipa-mdl/ros_canopen into indigo_dev
    Conflicts:
    canopen_motor_node/CMakeLists.txt
  * Error status
  * Merge branch 'indigo_dev' into merge
    Conflicts:
    canopen_chain_node/include/canopen_chain_node/chain_ros.h
    canopen_master/include/canopen_master/canopen.h
    canopen_master/include/canopen_master/layer.h
    canopen_master/src/node.cpp
    canopen_motor_node/CMakeLists.txt
    canopen_motor_node/src/control_node.cpp
  * Contributors: Florian Weisshardt, Mathias Lüdtke, Michael Stoll, Thiago de Freitas Oliveira Araujo, thiagodefreitas

 -- Mathias Lüdtke <mathias.luedtke@ipa.fraunhofer.de>  Mon, 29 Jun 2015 22:00:00 -0000

ros-indigo-canopen-402 (0.6.2-0trusty) trusty; urgency=high



 -- Thiago de Freitas <tdf@ipa.fhg.de>  Wed, 17 Dec 2014 23:00:00 -0000

ros-indigo-canopen-402 (0.6.1-0trusty) trusty; urgency=high

  * remove ipa_* and IPA_* prefixes
  * added descriptions and authors
  * renamed ipa_canopen_402 to canopen_402
  * Contributors: Florian Weisshardt, Mathias Lüdtke

 -- Thiago de Freitas <tdf@ipa.fhg.de>  Sun, 14 Dec 2014 23:00:00 -0000


