ros-indigo-dbw-mkz-can (1.1.1-0trusty) trusty; urgency=high

  * Updated firmware versions
  * Refactored tcpNoDelay() for subscribers
  * Added missing tests for PlatformVersion.h
  * Contributors: Kevin Hallenbeck

 -- Kevin Hallenbeck <khallenbeck@dataspeedinc.com>  Fri, 01 Mar 2019 05:00:00 -0000

ros-indigo-dbw-mkz-can (1.1.0-0trusty) trusty; urgency=high

  * Updated firmware versions
  * Removed all BOO control options and manually implemented auto BOO control for legacy firmware (brake lights)
  * Added BTYPE (brake type) bit
  * Added CMD_DECEL brake command type (only for non-hybrid platforms)
  * Replaced dbw_mkz_twist_controller with dataspeed_ulc_can in dbw.launch
  * Added throttlePercentFromPedal lookup table function and corresponding test
  * Use the ${catkin_EXPORTED_TARGETS} macro for target dependencies
  * Added DriverAssistReport message
  * Contributors: Kevin Hallenbeck, Micho Radovnikovich

 -- Kevin Hallenbeck <khallenbeck@dataspeedinc.com>  Fri, 30 Nov 2018 05:00:00 -0000

ros-indigo-dbw-mkz-can (1.0.17-0trusty) trusty; urgency=high

  * Updated firmware versions
  * Updated list of platforms
  * Disengage on any fault for brake/throttle/steering (change AND to OR)
  * Added outside air temperature to Misc1Report
  * Latch firmware version on any change (previously only latched once)
  * Changed pedal_luts default from true to false (forward command type by default now)
  * Fixed handling of all the firmware/module requrements for brake command type CMD_TORQUE_RQ
  * Disregard overrides on unused subsystems using the TIMEOUT bit
  * Fixed typo in nodelets.xml of dbw_mkz_can
  * Finished unit tests of PlatformMap
  * Use sign of wheel speeds to set sign of vehicle speed, fixes issue #24
  * Set CXX_STANDARD to C++11 only when necessary
  * Contributors: Kevin Hallenbeck, Micho Radovnikovich

 -- Kevin Hallenbeck <khallenbeck@dataspeedinc.com>  Sat, 27 Oct 2018 04:00:00 -0000

ros-indigo-dbw-mkz-can (1.0.16-0trusty) trusty; urgency=high

  * Force compiler to use C++11
  * Handle version message with a map/database of several platform/module combinations
  * Implemented firmware version requirements for forwarding pedal command type
  * Contributors: Kevin Hallenbeck

 -- Kevin Hallenbeck <khallenbeck@dataspeedinc.com>  Wed, 29 Aug 2018 04:00:00 -0000

ros-indigo-dbw-mkz-can (1.0.15-0trusty) trusty; urgency=high

  * Updated firmware versions
  * Contributors: Kevin Hallenbeck

 -- Kevin Hallenbeck <khallenbeck@dataspeedinc.com>  Tue, 21 Aug 2018 04:00:00 -0000

ros-indigo-dbw-mkz-can (1.0.14-0trusty) trusty; urgency=high

  * Updated firmware versions
  * Enabled code coverage testing when built as debug
  * Increased the steering command range to +-INT16_MAX, the specific range limit is applied by the firmware
  * Skip warning about brake and throttle commands when the reserved bit is set
  * Match CAN messages 0x060 to 0x07F even though some are unused
  * Capitalized the COUNT field to match code style
  * Added parameter for local/embedded pedal LUTs
  * Added option to forward higher level pedal commands (percent/torque) to the embedded modules
  * Added unit tests for exported header files
  * Extracted sonar color to a separate function
  * Added missing include
  * Contributors: Kevin Hallenbeck

 -- Kevin Hallenbeck <khallenbeck@dataspeedinc.com>  Mon, 20 Aug 2018 04:00:00 -0000

ros-indigo-dbw-mkz-can (1.0.13-0trusty) trusty; urgency=high

  * Updated firmware versions
  * Added option to enable/disable warnings on received command messages
  * Added support for the RES+ and RES- buttons
  * Added explicit casts to float
  * Added firmware version of separate shifting module
  * Contributors: Kevin Hallenbeck

 -- Kevin Hallenbeck <khallenbeck@dataspeedinc.com>  Wed, 06 Jun 2018 04:00:00 -0000

ros-indigo-dbw-mkz-can (1.0.12-0trusty) trusty; urgency=high

  * Updated firmware versions
  * Moved ModuleVersion class and look-up-tables to exported header files (for use by other packages)
  * Added power fault bit to report when modules lose power
  * Added missing warning about steering fault preventing enable
  * Added roslaunch argument to set use_sim_time or not
  * Added roslaunch tests
  * Only warn once for each unknown module version
  * Contributors: Kevin Hallenbeck

 -- Kevin Hallenbeck <khallenbeck@dataspeedinc.com>  Tue, 30 Jan 2018 05:00:00 -0000

ros-indigo-dbw-mkz-can (1.0.11-0trusty) trusty; urgency=high

  * Updated firmware versions
  * Added missing dependencies
  * Contributors: Kevin Hallenbeck

 -- Kevin Hallenbeck <khallenbeck@dataspeedinc.com>  Thu, 19 Oct 2017 04:00:00 -0000

ros-indigo-dbw-mkz-can (1.0.10-0trusty) trusty; urgency=high

  * Updated steering firmware version
  * Renamed feature name
  * Contributors: Kevin Hallenbeck

 -- Kevin Hallenbeck <khallenbeck@dataspeedinc.com>  Tue, 03 Oct 2017 04:00:00 -0000

ros-indigo-dbw-mkz-can (1.0.9-0trusty) trusty; urgency=high

  * Added warning to update old firmware
  * Added link to request a license
  * Added more detail to fault warnings
  * Contributors: Kevin Hallenbeck

 -- Kevin Hallenbeck <khallenbeck@dataspeedinc.com>  Tue, 19 Sep 2017 04:00:00 -0000

ros-indigo-dbw-mkz-can (1.0.8-0trusty) trusty; urgency=high

  * Migrated from dataspeed_can_msgs to can_msgs
  * Contributors: Kevin Hallenbeck

 -- Kevin Hallenbeck <khallenbeck@dataspeedinc.com>  Thu, 07 Sep 2017 04:00:00 -0000

ros-indigo-dbw-mkz-can (1.0.7-0trusty) trusty; urgency=high

  * Removed steering report driver activity bit
  * Replaced connector fault with timeout, and warn on timeout
  * Keep track of module firmware versions
  * Added gear rejection enumeration to gear report
  * Added licensing and VIN
  * Added wheel positions report (replaces suspension report)
  * Added option to use buttons for enable/disable, or not
  * Added enable button combination for Mondeo without ACC (set_dec and cc_res)
  * Added steering wheel left D-Pad buttons
  * Updated ackermann steering parameters (including steering ratio)
  * Prioritize the local include folder (there were issues with catkin workspace overlays)
  * Fixed accel orientation to match the ROS standard
  * Contributors: Kevin Hallenbeck, Micho Radovnikovich

 -- Kevin Hallenbeck <khallenbeck@dataspeedinc.com>  Mon, 21 Aug 2017 04:00:00 -0000

ros-indigo-dbw-mkz-can (1.0.6-0trusty) trusty; urgency=high

  * Added frame_id parameter for IMU and Twist messages
  * Properly handle IMU unknown covariance and fields that are not present
  * Removed SuspensionReport (data was unintelligible)
  * Reorganized launch files.
  * Swapped lateral and longitudinal acceleration in IMU message.
  * Export dispatch.h for use by other packages
  * Added clear bit to command messages
  * Updated nodelet to the PLUGINLIB_EXPORT_CLASS macro
  * Additional dependencies
  * Contributors: Kevin Hallenbeck, Micho Radovnikovich

 -- Kevin Hallenbeck <khallenbeck@dataspeedinc.com>  Wed, 21 Jun 2017 04:00:00 -0000

ros-indigo-dbw-mkz-can (1.0.5-0trusty) trusty; urgency=high

  * Updated package.xml format to version 2
  * Unique target names
  * Contributors: Kevin Hallenbeck

 -- Kevin Hallenbeck <khallenbeck@dataspeedinc.com>  Tue, 25 Apr 2017 04:00:00 -0000

ros-indigo-dbw-mkz-can (1.0.4-0trusty) trusty; urgency=high

  * Added brake and throttle thrashing scripts to try and induce faults
  * Changed wheel speeds to signed values
  * Contributors: Kevin Hallenbeck, Joshua Whitley

 -- Kevin Hallenbeck <khallenbeck@dataspeedinc.com>  Tue, 06 Dec 2016 05:00:00 -0000

ros-indigo-dbw-mkz-can (1.0.3-0trusty) trusty; urgency=high

  * Added QUIET bit to disable driver override audible warning
  * Print brake/throttle/steering firmware versions
  * Handle and report steering faults (FLTBUS1 and FLTBUS2)
  * Contributors: Kevin Hallenbeck

 -- Kevin Hallenbeck <khallenbeck@dataspeedinc.com>  Thu, 17 Nov 2016 05:00:00 -0000

ros-indigo-dbw-mkz-can (1.0.2-0trusty) trusty; urgency=high

  * Configurable steering ratio
  * Contributors: Kevin Hallenbeck

 -- Kevin Hallenbeck <khallenbeck@dataspeedinc.com>  Mon, 07 Nov 2016 05:00:00 -0000

ros-indigo-dbw-mkz-can (1.0.1-0trusty) trusty; urgency=high

  * Added support for apt-get binary packages
  * Added twist message computed from vehicle speed and steering wheel angle.
  * Contributors: Kevin Hallenbeck

 -- Kevin Hallenbeck <khallenbeck@dataspeedinc.com>  Mon, 10 Oct 2016 04:00:00 -0000

ros-indigo-dbw-mkz-can (1.0.0-0trusty) trusty; urgency=high

  * Initial release
  * Contributors: Kevin Hallenbeck, Micho Radovnikovich

 -- Kevin Hallenbeck <khallenbeck@dataspeedinc.com>  Wed, 28 Sep 2016 04:00:00 -0000


