Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 1.12 KB

CHANGELOG.rst

File metadata and controls

29 lines (26 loc) · 1.12 KB

Changelog for package robot_self_filter

0.1.29 (2015-12-05)

  • pr2_navigation_self_filter -> robot_self_filter
  • Add robot_self_filter namespace before bodies and shapes namespace. geometric_shapes package also provides bodies and shapes namespace and same classes and functions. If a program is linked with geometric_shapes and robot_self_filter, it may cause strange behavior because of symbol confliction.
  • Contributors: Ryohei Ueda

0.1.28 (2015-12-04)

  • Added indigo devel
  • Set correct timestamp for self filtered cloud This is needed because pcl drops some value of timestamp. So pcl::fromROSMsg and pcl::toROSMsg does not work to get correct timestamp. Protected member variables in SelfMask for subclass of SelfMask
  • Protected member variables in SelfMask for subclass of SelfMask
  • Contributors: Devon Ash, Kentaro Wada, Ryohei Ueda, TheDash

0.1.27 (2015-12-01)

  • Porting robot_self_filter from pr2_navigation_self_filter
  • Initial commit
  • Contributors: Devon Ash, Ryohei Ueda