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 missing install for image resources on camera calibrator #2137

Merged
merged 2 commits into from Mar 20, 2019
Merged

Add missing install for image resources on camera calibrator #2137

merged 2 commits into from Mar 20, 2019

Conversation

amc-nu
Copy link
Member

@amc-nu amc-nu commented Mar 19, 2019

Status

PRODUCTION / DEVELOPMENT

Description

Fixes autowarefoundation/autoware_ai#626

Related PRs

#2000 #1990 #1977

Steps to Test or Reproduce

  1. In a sourced terminal
    rosrun autoware_camera_lidar_calibrator cameracalibrator.py --square 0.1 --size "8x6" image:=/image_raw
  2. Play rosbag or connect camera, publishing sensor_msgs/Image to /image_raw
    The Calibrator UI should load.

@amc-nu amc-nu requested a review from wep21 March 19, 2019 15:30
@gbiggs gbiggs added type:bug Software flaws or errors. in review labels Mar 20, 2019
Copy link
Contributor

@wep21 wep21 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@amc-nu Could you change CATKIN_PACKAGE_BIN_DESTINATION to CATKIN_PACKAGE_SHARE_DESTINATION for docs/ destination?

@amc-nu amc-nu requested a review from wep21 March 20, 2019 06:17
Copy link
Contributor

@wep21 wep21 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your modification. It works.

@amc-nu amc-nu merged commit e8fe86b into autowarefoundation:develop Mar 20, 2019
@amc-nu amc-nu removed the in review label Mar 20, 2019
gbiggs pushed a commit that referenced this pull request Mar 26, 2019
* Fix deceleration value bug in following state

inv_time will be negatived when forward object too close, but deceleration_critical will be smaller than max_deceleration

* fix bug of max split size

* change conversion formula from GB to Byte

* Update twist_filter.cpp (#1932)

* Feature/edit typo (#1769)

Fix language.

* Update twist_filter.cpp

* Fix/compare map filter squared distance (#1896)

* fix squared distance

* update default param

* update default param

* update launch file

* update interface.yaml

* Added AW Lexus model (#2117)

* Added AW Lexus model

* Adapt urdf to match mesh orientation

* Replace IV texture with AW (#2119)

* Update rect_class_score.h (#1825)

fixed typo for class label for OVEN - 'over' should be 'oven'

* Fixed wrong assignement of message type to package (#1706)

The message type ConfigWaypointLoader has been assigned to autoware_config_msgs in 8bf1c47.
This fixes the issue https://github.com/CPFL/Autoware/issues/1705.

* fix RuntimeManager on lxterminal #1203 (#1204)

* fix RuntimeManager on lxterminal #1203

* Modify the different behavior in gnome-terminal environment

* Set OPTION_TITLE in meta-terminal and xfce4-terminal environment

* Update run

* Add missing install for image resources on camera calibrator (#2137)

* Add missing install for image resources

* Switched to share
amc-nu added a commit that referenced this pull request Apr 27, 2019
* Feature/edit typo (#1769)

Fix language.

* Update README.md

* Update contact details

* Feature/update autoware launcher (#2056)

* Add prototype of plugin file editor

* Change logger level

* Support command line options

* Update gazebo simulator panel

* Add plugin edit tool and update plugins

* Fix a bug of transform edit

* Fix setup.py to install all packages

* Update the code for compatibility with python3

* Update the code for colcon build

* updated plugin for lane_rule, lane_stop, and voxel_grid_filter

* Fix that the plugin_description is not installed

* Fix launch file error

* Fix test failed

* Skip test of unbuilt packages

* Add run script

* Add profile description

* Fix launch file install path of point_downsampler

* Update README file

* Update README file for plugin file

* Fix README file

* Add notice to run script

* Update CHANGELOGs

* Replace URI in CHANGELOGs

* Set version 1.10.0

* Creanup rst format

* 1.11.0

* Change RTM default topic to match UKF node launch file (#2142)

* Remove old issue and PR templates (#2148)

* Update repository info files (#2149)

* Add missing info files

* Update contributing info file

* Merge left over features from around the 1.11 release (#2151)

* Fix deceleration value bug in following state

inv_time will be negatived when forward object too close, but deceleration_critical will be smaller than max_deceleration

* fix bug of max split size

* change conversion formula from GB to Byte

* Update twist_filter.cpp (#1932)

* Feature/edit typo (#1769)

Fix language.

* Update twist_filter.cpp

* Fix/compare map filter squared distance (#1896)

* fix squared distance

* update default param

* update default param

* update launch file

* update interface.yaml

* Added AW Lexus model (#2117)

* Added AW Lexus model

* Adapt urdf to match mesh orientation

* Replace IV texture with AW (#2119)

* Update rect_class_score.h (#1825)

fixed typo for class label for OVEN - 'over' should be 'oven'

* Fixed wrong assignement of message type to package (#1706)

The message type ConfigWaypointLoader has been assigned to autoware_config_msgs in 8bf1c47.
This fixes the issue https://github.com/CPFL/Autoware/issues/1705.

* fix RuntimeManager on lxterminal #1203 (#1204)

* fix RuntimeManager on lxterminal #1203

* Modify the different behavior in gnome-terminal environment

* Set OPTION_TITLE in meta-terminal and xfce4-terminal environment

* Update run

* Add missing install for image resources on camera calibrator (#2137)

* Add missing install for image resources

* Switched to share

* Add CMake, CUDA, Eigen version checks for the CUDA accelerated nodes
Add CUDA enabled CI

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Remove deprecated vision_detector DPM

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Switch CI to use colcon insead of catkin tools

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Fix travis ci syntax file

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* switch from colcon to catkin tools on kinetic(not supported on industrial_ci)

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for lidar_localizer

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for lidar_apollo_cnn_seg_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for vision_segment_enet_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for vision_ssd_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for lidar_point_pillars

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add .repos file for setting up an Autoware workspace using vcs (#2161)

* Add .repos file for setting up an Autoware workspace using vcs

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use https protocol for git repositories

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use lgsvl_msgs from binaries

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use American English for repository names

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Break spelling

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Remove non-required Eigen check on lidar_apollo_cnn_seg_detect package

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add Driveworks check on ARM64/CUDA devices for autoware_driveworks_gmsl_interface package

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add Driveworks check on ARM64/CUDA devices for autoware_driveworks_interface package

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Remove enablePlannerDynamicSwitch (#1919)

* Remove enablePlannerDynamicSwitch from lane_select.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from lane_select_core.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from velocity_set.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from velocity_set.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner_core.h

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner_core.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from autoware_launcher

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Updated paths in quick_start launch files and parameters in default.rviz (#2206)

Signed-off-by: sgermanserrano <servando.german.serrano@linaro.org>

* Fix bug that limits the data rate of DataRateCheckerPlugin (#2205)

* Repair bug that limits the data rate of DataRateCheckerPlugin

- A larger message buffer was added to message callbacks of the topic subscribers in DataRateCheckerPlugin
- Handling of timing was changed from std::chrono to ros::Time
- Maximum frequency selection from the Min. Hz option was increased
- Exception handling was improved to be more similar to the Python tool rostopic hz

Signed-off-by: David <david@lifecyclist.co.nz>

* Remove unused variable in header file

Signed-off-by: David <david@lifecyclist.co.nz>

* Apply ROS clang format

Signed-off-by: David <david@lifecyclist.co.nz>

* Revert "Apply ROS clang format"

This reverts commit 88563f1.

Signed-off-by: David <david@lifecyclist.co.nz>

* Adding install directive for node (#2195)

Issue: executable is not found/built with colcon_release, added install targets.
Signed-off-by: snehagn <sganesh@autonomoustuff.com>

* Remove unnecesary gstreamer1.0-plugins-good dependency from pointgrey_drivers

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* fix install directive for waypoint extractor (#2219)

Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>
JWhitleyWork pushed a commit to astuff/autoware that referenced this pull request May 8, 2019
* Feature/edit typo (autowarefoundation#1769)

Fix language.

* Update README.md

* Update contact details

* Feature/update autoware launcher (autowarefoundation#2056)

* Add prototype of plugin file editor

* Change logger level

* Support command line options

* Update gazebo simulator panel

* Add plugin edit tool and update plugins

* Fix a bug of transform edit

* Fix setup.py to install all packages

* Update the code for compatibility with python3

* Update the code for colcon build

* updated plugin for lane_rule, lane_stop, and voxel_grid_filter

* Fix that the plugin_description is not installed

* Fix launch file error

* Fix test failed

* Skip test of unbuilt packages

* Add run script

* Add profile description

* Fix launch file install path of point_downsampler

* Update README file

* Update README file for plugin file

* Fix README file

* Add notice to run script

* Update CHANGELOGs

* Replace URI in CHANGELOGs

* Set version 1.10.0

* Creanup rst format

* 1.11.0

* Change RTM default topic to match UKF node launch file (autowarefoundation#2142)

* Remove old issue and PR templates (autowarefoundation#2148)

* Update repository info files (autowarefoundation#2149)

* Add missing info files

* Update contributing info file

* Merge left over features from around the 1.11 release (autowarefoundation#2151)

* Fix deceleration value bug in following state

inv_time will be negatived when forward object too close, but deceleration_critical will be smaller than max_deceleration

* fix bug of max split size

* change conversion formula from GB to Byte

* Update twist_filter.cpp (autowarefoundation#1932)

* Feature/edit typo (autowarefoundation#1769)

Fix language.

* Update twist_filter.cpp

* Fix/compare map filter squared distance (autowarefoundation#1896)

* fix squared distance

* update default param

* update default param

* update launch file

* update interface.yaml

* Added AW Lexus model (autowarefoundation#2117)

* Added AW Lexus model

* Adapt urdf to match mesh orientation

* Replace IV texture with AW (autowarefoundation#2119)

* Update rect_class_score.h (autowarefoundation#1825)

fixed typo for class label for OVEN - 'over' should be 'oven'

* Fixed wrong assignement of message type to package (autowarefoundation#1706)

The message type ConfigWaypointLoader has been assigned to autoware_config_msgs in autowarefoundation@8bf1c47.
This fixes the issue https://github.com/CPFL/Autoware/issues/1705.

* fix RuntimeManager on lxterminal #1203 (autowarefoundation#1204)

* fix RuntimeManager on lxterminal #1203

* Modify the different behavior in gnome-terminal environment

* Set OPTION_TITLE in meta-terminal and xfce4-terminal environment

* Update run

* Add missing install for image resources on camera calibrator (autowarefoundation#2137)

* Add missing install for image resources

* Switched to share

* Add CMake, CUDA, Eigen version checks for the CUDA accelerated nodes
Add CUDA enabled CI

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Remove deprecated vision_detector DPM

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Switch CI to use colcon insead of catkin tools

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Fix travis ci syntax file

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* switch from colcon to catkin tools on kinetic(not supported on industrial_ci)

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for lidar_localizer

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for lidar_apollo_cnn_seg_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for vision_segment_enet_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for vision_ssd_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for lidar_point_pillars

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add .repos file for setting up an Autoware workspace using vcs (autowarefoundation#2161)

* Add .repos file for setting up an Autoware workspace using vcs

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use https protocol for git repositories

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use lgsvl_msgs from binaries

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use American English for repository names

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Break spelling

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Remove non-required Eigen check on lidar_apollo_cnn_seg_detect package

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add Driveworks check on ARM64/CUDA devices for autoware_driveworks_gmsl_interface package

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add Driveworks check on ARM64/CUDA devices for autoware_driveworks_interface package

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Remove enablePlannerDynamicSwitch (autowarefoundation#1919)

* Remove enablePlannerDynamicSwitch from lane_select.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from lane_select_core.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from velocity_set.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from velocity_set.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner_core.h

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner_core.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from autoware_launcher

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Updated paths in quick_start launch files and parameters in default.rviz (autowarefoundation#2206)

Signed-off-by: sgermanserrano <servando.german.serrano@linaro.org>

* Fix bug that limits the data rate of DataRateCheckerPlugin (autowarefoundation#2205)

* Repair bug that limits the data rate of DataRateCheckerPlugin

- A larger message buffer was added to message callbacks of the topic subscribers in DataRateCheckerPlugin
- Handling of timing was changed from std::chrono to ros::Time
- Maximum frequency selection from the Min. Hz option was increased
- Exception handling was improved to be more similar to the Python tool rostopic hz

Signed-off-by: David <david@lifecyclist.co.nz>

* Remove unused variable in header file

Signed-off-by: David <david@lifecyclist.co.nz>

* Apply ROS clang format

Signed-off-by: David <david@lifecyclist.co.nz>

* Revert "Apply ROS clang format"

This reverts commit 88563f1.

Signed-off-by: David <david@lifecyclist.co.nz>

* Adding install directive for node (autowarefoundation#2195)

Issue: executable is not found/built with colcon_release, added install targets.
Signed-off-by: snehagn <sganesh@autonomoustuff.com>

* Remove unnecesary gstreamer1.0-plugins-good dependency from pointgrey_drivers

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* fix install directive for waypoint extractor (autowarefoundation#2219)

Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>
JWhitleyWork pushed a commit to astuff/autoware that referenced this pull request May 9, 2019
* Feature/edit typo (autowarefoundation#1769)

Fix language.

* Update README.md

* Update contact details

* Feature/update autoware launcher (autowarefoundation#2056)

* Add prototype of plugin file editor

* Change logger level

* Support command line options

* Update gazebo simulator panel

* Add plugin edit tool and update plugins

* Fix a bug of transform edit

* Fix setup.py to install all packages

* Update the code for compatibility with python3

* Update the code for colcon build

* updated plugin for lane_rule, lane_stop, and voxel_grid_filter

* Fix that the plugin_description is not installed

* Fix launch file error

* Fix test failed

* Skip test of unbuilt packages

* Add run script

* Add profile description

* Fix launch file install path of point_downsampler

* Update README file

* Update README file for plugin file

* Fix README file

* Add notice to run script

* Update CHANGELOGs

* Replace URI in CHANGELOGs

* Set version 1.10.0

* Creanup rst format

* 1.11.0

* Change RTM default topic to match UKF node launch file (autowarefoundation#2142)

* Remove old issue and PR templates (autowarefoundation#2148)

* Update repository info files (autowarefoundation#2149)

* Add missing info files

* Update contributing info file

* Merge left over features from around the 1.11 release (autowarefoundation#2151)

* Fix deceleration value bug in following state

inv_time will be negatived when forward object too close, but deceleration_critical will be smaller than max_deceleration

* fix bug of max split size

* change conversion formula from GB to Byte

* Update twist_filter.cpp (autowarefoundation#1932)

* Feature/edit typo (autowarefoundation#1769)

Fix language.

* Update twist_filter.cpp

* Fix/compare map filter squared distance (autowarefoundation#1896)

* fix squared distance

* update default param

* update default param

* update launch file

* update interface.yaml

* Added AW Lexus model (autowarefoundation#2117)

* Added AW Lexus model

* Adapt urdf to match mesh orientation

* Replace IV texture with AW (autowarefoundation#2119)

* Update rect_class_score.h (autowarefoundation#1825)

fixed typo for class label for OVEN - 'over' should be 'oven'

* Fixed wrong assignement of message type to package (autowarefoundation#1706)

The message type ConfigWaypointLoader has been assigned to autoware_config_msgs in autowarefoundation@8bf1c47.
This fixes the issue https://github.com/CPFL/Autoware/issues/1705.

* fix RuntimeManager on lxterminal #1203 (autowarefoundation#1204)

* fix RuntimeManager on lxterminal #1203

* Modify the different behavior in gnome-terminal environment

* Set OPTION_TITLE in meta-terminal and xfce4-terminal environment

* Update run

* Add missing install for image resources on camera calibrator (autowarefoundation#2137)

* Add missing install for image resources

* Switched to share

* Add CMake, CUDA, Eigen version checks for the CUDA accelerated nodes
Add CUDA enabled CI

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Remove deprecated vision_detector DPM

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Switch CI to use colcon insead of catkin tools

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Fix travis ci syntax file

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* switch from colcon to catkin tools on kinetic(not supported on industrial_ci)

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for lidar_localizer

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for lidar_apollo_cnn_seg_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for vision_segment_enet_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for vision_ssd_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for lidar_point_pillars

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add .repos file for setting up an Autoware workspace using vcs (autowarefoundation#2161)

* Add .repos file for setting up an Autoware workspace using vcs

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use https protocol for git repositories

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use lgsvl_msgs from binaries

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use American English for repository names

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Break spelling

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Remove non-required Eigen check on lidar_apollo_cnn_seg_detect package

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add Driveworks check on ARM64/CUDA devices for autoware_driveworks_gmsl_interface package

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add Driveworks check on ARM64/CUDA devices for autoware_driveworks_interface package

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Remove enablePlannerDynamicSwitch (autowarefoundation#1919)

* Remove enablePlannerDynamicSwitch from lane_select.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from lane_select_core.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from velocity_set.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from velocity_set.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner_core.h

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner_core.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from autoware_launcher

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Updated paths in quick_start launch files and parameters in default.rviz (autowarefoundation#2206)

Signed-off-by: sgermanserrano <servando.german.serrano@linaro.org>

* Fix bug that limits the data rate of DataRateCheckerPlugin (autowarefoundation#2205)

* Repair bug that limits the data rate of DataRateCheckerPlugin

- A larger message buffer was added to message callbacks of the topic subscribers in DataRateCheckerPlugin
- Handling of timing was changed from std::chrono to ros::Time
- Maximum frequency selection from the Min. Hz option was increased
- Exception handling was improved to be more similar to the Python tool rostopic hz

Signed-off-by: David <david@lifecyclist.co.nz>

* Remove unused variable in header file

Signed-off-by: David <david@lifecyclist.co.nz>

* Apply ROS clang format

Signed-off-by: David <david@lifecyclist.co.nz>

* Revert "Apply ROS clang format"

This reverts commit 88563f1.

Signed-off-by: David <david@lifecyclist.co.nz>

* Adding install directive for node (autowarefoundation#2195)

Issue: executable is not found/built with colcon_release, added install targets.
Signed-off-by: snehagn <sganesh@autonomoustuff.com>

* Remove unnecesary gstreamer1.0-plugins-good dependency from pointgrey_drivers

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* fix install directive for waypoint extractor (autowarefoundation#2219)

Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>
Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>
kfunaoka pushed a commit that referenced this pull request May 14, 2019
* Add missing install for image resources

* Switched to share
JWhitleyWork pushed a commit to astuff/autoware that referenced this pull request May 16, 2019
* Feature/edit typo (autowarefoundation#1769)

Fix language.

* Update README.md

* Update contact details

* Feature/update autoware launcher (autowarefoundation#2056)

* Add prototype of plugin file editor

* Change logger level

* Support command line options

* Update gazebo simulator panel

* Add plugin edit tool and update plugins

* Fix a bug of transform edit

* Fix setup.py to install all packages

* Update the code for compatibility with python3

* Update the code for colcon build

* updated plugin for lane_rule, lane_stop, and voxel_grid_filter

* Fix that the plugin_description is not installed

* Fix launch file error

* Fix test failed

* Skip test of unbuilt packages

* Add run script

* Add profile description

* Fix launch file install path of point_downsampler

* Update README file

* Update README file for plugin file

* Fix README file

* Add notice to run script

* Update CHANGELOGs

* Replace URI in CHANGELOGs

* Set version 1.10.0

* Creanup rst format

* 1.11.0

* Change RTM default topic to match UKF node launch file (autowarefoundation#2142)

* Remove old issue and PR templates (autowarefoundation#2148)

* Update repository info files (autowarefoundation#2149)

* Add missing info files

* Update contributing info file

* Merge left over features from around the 1.11 release (autowarefoundation#2151)

* Fix deceleration value bug in following state

inv_time will be negatived when forward object too close, but deceleration_critical will be smaller than max_deceleration

* fix bug of max split size

* change conversion formula from GB to Byte

* Update twist_filter.cpp (autowarefoundation#1932)

* Feature/edit typo (autowarefoundation#1769)

Fix language.

* Update twist_filter.cpp

* Fix/compare map filter squared distance (autowarefoundation#1896)

* fix squared distance

* update default param

* update default param

* update launch file

* update interface.yaml

* Added AW Lexus model (autowarefoundation#2117)

* Added AW Lexus model

* Adapt urdf to match mesh orientation

* Replace IV texture with AW (autowarefoundation#2119)

* Update rect_class_score.h (autowarefoundation#1825)

fixed typo for class label for OVEN - 'over' should be 'oven'

* Fixed wrong assignement of message type to package (autowarefoundation#1706)

The message type ConfigWaypointLoader has been assigned to autoware_config_msgs in autowarefoundation@8bf1c47.
This fixes the issue https://github.com/CPFL/Autoware/issues/1705.

* fix RuntimeManager on lxterminal #1203 (autowarefoundation#1204)

* fix RuntimeManager on lxterminal #1203

* Modify the different behavior in gnome-terminal environment

* Set OPTION_TITLE in meta-terminal and xfce4-terminal environment

* Update run

* Add missing install for image resources on camera calibrator (autowarefoundation#2137)

* Add missing install for image resources

* Switched to share

* Add CMake, CUDA, Eigen version checks for the CUDA accelerated nodes
Add CUDA enabled CI

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Remove deprecated vision_detector DPM

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Switch CI to use colcon insead of catkin tools

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Fix travis ci syntax file

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* switch from colcon to catkin tools on kinetic(not supported on industrial_ci)

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for lidar_localizer

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for lidar_apollo_cnn_seg_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for vision_segment_enet_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for vision_ssd_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for lidar_point_pillars

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add .repos file for setting up an Autoware workspace using vcs (autowarefoundation#2161)

* Add .repos file for setting up an Autoware workspace using vcs

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use https protocol for git repositories

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use lgsvl_msgs from binaries

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use American English for repository names

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Break spelling

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Remove non-required Eigen check on lidar_apollo_cnn_seg_detect package

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add Driveworks check on ARM64/CUDA devices for autoware_driveworks_gmsl_interface package

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add Driveworks check on ARM64/CUDA devices for autoware_driveworks_interface package

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Remove enablePlannerDynamicSwitch (autowarefoundation#1919)

* Remove enablePlannerDynamicSwitch from lane_select.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from lane_select_core.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from velocity_set.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from velocity_set.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner_core.h

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner_core.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from autoware_launcher

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Updated paths in quick_start launch files and parameters in default.rviz (autowarefoundation#2206)

Signed-off-by: sgermanserrano <servando.german.serrano@linaro.org>

* Fix bug that limits the data rate of DataRateCheckerPlugin (autowarefoundation#2205)

* Repair bug that limits the data rate of DataRateCheckerPlugin

- A larger message buffer was added to message callbacks of the topic subscribers in DataRateCheckerPlugin
- Handling of timing was changed from std::chrono to ros::Time
- Maximum frequency selection from the Min. Hz option was increased
- Exception handling was improved to be more similar to the Python tool rostopic hz

Signed-off-by: David <david@lifecyclist.co.nz>

* Remove unused variable in header file

Signed-off-by: David <david@lifecyclist.co.nz>

* Apply ROS clang format

Signed-off-by: David <david@lifecyclist.co.nz>

* Revert "Apply ROS clang format"

This reverts commit 88563f1.

Signed-off-by: David <david@lifecyclist.co.nz>

* Adding install directive for node (autowarefoundation#2195)

Issue: executable is not found/built with colcon_release, added install targets.
Signed-off-by: snehagn <sganesh@autonomoustuff.com>

* Remove unnecesary gstreamer1.0-plugins-good dependency from pointgrey_drivers

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* fix install directive for waypoint extractor (autowarefoundation#2219)

Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>
Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>
amc-nu pushed a commit that referenced this pull request May 16, 2019
* Feature/edit typo (#1769)

Fix language.

* Update README.md

* Update contact details

* Feature/update autoware launcher (#2056)

* Add prototype of plugin file editor

* Change logger level

* Support command line options

* Update gazebo simulator panel

* Add plugin edit tool and update plugins

* Fix a bug of transform edit

* Fix setup.py to install all packages

* Update the code for compatibility with python3

* Update the code for colcon build

* updated plugin for lane_rule, lane_stop, and voxel_grid_filter

* Fix that the plugin_description is not installed

* Fix launch file error

* Fix test failed

* Skip test of unbuilt packages

* Add run script

* Add profile description

* Fix launch file install path of point_downsampler

* Update README file

* Update README file for plugin file

* Fix README file

* Add notice to run script

* Update CHANGELOGs

* Replace URI in CHANGELOGs

* Set version 1.10.0

* Creanup rst format

* 1.11.0

* Change RTM default topic to match UKF node launch file (#2142)

* Remove old issue and PR templates (#2148)

* Update repository info files (#2149)

* Add missing info files

* Update contributing info file

* Merge left over features from around the 1.11 release (#2151)

* Fix deceleration value bug in following state

inv_time will be negatived when forward object too close, but deceleration_critical will be smaller than max_deceleration

* fix bug of max split size

* change conversion formula from GB to Byte

* Update twist_filter.cpp (#1932)

* Feature/edit typo (#1769)

Fix language.

* Update twist_filter.cpp

* Fix/compare map filter squared distance (#1896)

* fix squared distance

* update default param

* update default param

* update launch file

* update interface.yaml

* Added AW Lexus model (#2117)

* Added AW Lexus model

* Adapt urdf to match mesh orientation

* Replace IV texture with AW (#2119)

* Update rect_class_score.h (#1825)

fixed typo for class label for OVEN - 'over' should be 'oven'

* Fixed wrong assignement of message type to package (#1706)

The message type ConfigWaypointLoader has been assigned to autoware_config_msgs in 8bf1c47.
This fixes the issue https://github.com/CPFL/Autoware/issues/1705.

* fix RuntimeManager on lxterminal #1203 (#1204)

* fix RuntimeManager on lxterminal #1203

* Modify the different behavior in gnome-terminal environment

* Set OPTION_TITLE in meta-terminal and xfce4-terminal environment

* Update run

* Add missing install for image resources on camera calibrator (#2137)

* Add missing install for image resources

* Switched to share

* Add .repos file for setting up an Autoware workspace using vcs (#2161)

* Add .repos file for setting up an Autoware workspace using vcs

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use https protocol for git repositories

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use lgsvl_msgs from binaries

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use American English for repository names

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Break spelling

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Remove enablePlannerDynamicSwitch (#1919)

* Remove enablePlannerDynamicSwitch from lane_select.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from lane_select_core.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from velocity_set.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from velocity_set.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner_core.h

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner_core.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from autoware_launcher

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Updated paths in quick_start launch files and parameters in default.rviz (#2206)

Signed-off-by: sgermanserrano <servando.german.serrano@linaro.org>

* Fix bug that limits the data rate of DataRateCheckerPlugin (#2205)

* Repair bug that limits the data rate of DataRateCheckerPlugin

- A larger message buffer was added to message callbacks of the topic subscribers in DataRateCheckerPlugin
- Handling of timing was changed from std::chrono to ros::Time
- Maximum frequency selection from the Min. Hz option was increased
- Exception handling was improved to be more similar to the Python tool rostopic hz

Signed-off-by: David <david@lifecyclist.co.nz>

* Remove unused variable in header file

Signed-off-by: David <david@lifecyclist.co.nz>

* Apply ROS clang format

Signed-off-by: David <david@lifecyclist.co.nz>

* Revert "Apply ROS clang format"

This reverts commit 88563f1.

Signed-off-by: David <david@lifecyclist.co.nz>

* Adding install directive for node (#2195)

Issue: executable is not found/built with colcon_release, added install targets.
Signed-off-by: snehagn <sganesh@autonomoustuff.com>

* fix install directive for waypoint extractor (#2219)

Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>

* Remove points2costmap (#2248)

* remove points2costmap

Signed-off-by: Kosuke Murakami <kosuke.murakami@tier4.jp>

* remove reaadme description and launch file

Signed-off-by: Kosuke Murakami <kosuke.murakami@tier4.jp>

* [fix]: make sure cost is set with expanding_polygon_size (#2245)

Signed-off-by: Kosuke Murakami <kosuke.murakami@tier4.jp>

* ekf_localizer (#2247)

* kalman_filter: add all commits for signoff

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* kalman_filter: change const to constexpr

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* kalman_filter: modify xml format & license format

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* kalman_filter: add figures for kalman filter quation

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* kalman_filter: move kalman_filter libraries from kalman_filter_localizer pkg to amathutils_lib

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* kalman_filter: fix CMakelists for colcon build error & change initial covariance from 1e3 to 1e15

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* kalman_filter: modify yaw calc functiuon

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* kalman_filter: update readme

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: change package name from kalman filter localozer

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* twist_generator: add pkg

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: add use_ndt_pose_with_covariance option

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* twist_generator: modify in runtime_manager.yaml

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: bug fix of yaw error > 2*pi & add debug messages

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* twist_generator: add runtime_manager & change node name

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: change params & default values

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: remove config file & modify readme

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: change parameters

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_locakizer: change initial param values

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: remove ndt name, change to pose

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* elf_localozer: use doxygen format for kalman filter library & change file name to time_delay_kalman_filter

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: change comments for test code

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* amathutils: change error msg from prntf to std::cerr

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* twist_generator: split codes into .hpp & .cpp

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: modify readme, add parameters in runtime_manager

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: use docygen format for ekf_localizer.hpp

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: modify readme (ekf parameter turning)

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* amathutils_lib: add comments & remove unnecessary variable in kalman filter

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer:

 * add test code
 * move main() to core for test
 * add valid check for update functions in ekf_localizer.cpp
 * align default parameter values to be same in node, launch, readme, runtime_manager

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* Added grid_map_msgs from grid_map@1.6.0

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Added grid_map_cv from grid_map@1.6.0

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Added grid_map_ros from grid_map@1.6.0

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Added grid_map_core from grid_map@1.6.0

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Added jsk_recognition_msgs from jsk_recognition@1.2.6

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Added jsk_recognition_util from jsk_recognition@1.2.6

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Added jsk_rviz_plugins from jsk_visualization@2.1.4

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Added grid_map_visualization from grid_map@1.6.0

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Depend on cmake_modules and tinyxml

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Upgrade GStreamer dependency to 1.0 from 0.10

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Remove ROS_DISTRO checks and assume the target ROS distribution is at least Kinetic

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Disable ymc for ROS Melodic and later

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Added dependency for jsk_recognition_msgs to jsk_recognition_utils

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Added pipeline for ROS Melodic

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Added gnupg2

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Install tzdata non-interactivelly

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Added jsk_rviz_plugins as a dependency

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Added jsk_rviz_plugins as a dependency to lidar_localizer

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Added jsk_rviz_plugins as a dependency to lidar_euclidean_cluster_detect

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Use /usr/bin/python3 for PYTHON_EXECUTABLE

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Update dependencies

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Backport jsk-ros-pkg/jsk_recognition#2389

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Added numpy to the Docker image for jsk_recognition_utils

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Added Cython and Numpy paths to CMake toolchains

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Update build scripts

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Added autoware_msgs_generate_messages_cpp to the list of target dependencies

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Added missing dependency (#1933)

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Added support for Melodic

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Added Docker image for crosscompiling for Melodic

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Update image for Melodic

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Added pipeline for crosscompiling for melodic

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Fix merge

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Removed jsk_recognition_msgs and jsk_recognition_utils, which are now available in Melodic

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Revert "Removed jsk_recognition_msgs and jsk_recognition_utils, which are now available in Melodic"

This reverts commit 698cbd1.

Re-add jsk_recognition_msgs and jsk_recognition_utils. To be removed
once they become available in the main ROS .deb repositories.

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Revert "Added grid_map_visualization from grid_map@1.6.0"

This reverts commit e83e4ce.

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Revert "Added grid_map_ros from grid_map@1.6.0"

This reverts commit e11da00.

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Revert "Added grid_map_msgs from grid_map@1.6.0"

This reverts commit 3bc7633.

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Revert "Added grid_map_cv from grid_map@1.6.0"

This reverts commit 26c4e8a.

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Revert "Added grid_map_core from grid_map@1.6.0"

This reverts commit 7162edd.

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Revert "Revert "Removed jsk_recognition_msgs and jsk_recognition_utils, which are now available in Melodic""

This reverts commit 96b5620.

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Re-added grid_map and jsk_* to the crossbuild Docker image

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* fix bug of max split size

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* change conversion formula from GB to Byte

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Fixed wrong assignement of message type to package (#1706)

The message type ConfigWaypointLoader has been assigned to autoware_config_msgs in 8bf1c47.
This fixes the issue https://github.com/CPFL/Autoware/issues/1705.

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Revert "Added jsk_rviz_plugins from jsk_visualization@2.1.4"

This reverts commit ef1b7a2.

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Made build script slightly more verbose

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Increase verbosity for colcon test-result

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Add OpenCV libraries to the linker (#2090)

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Add missing numeric header (#2089)

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Update Docker image timestamps

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Fix CI syntax

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* YMC library for Melodic (#2135)

* Replace library to -fPIC compiled binary (x86/aarch64)

(cherry picked from commit 849f623)

* Added melodic support

* Fix typo in CMake file

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* GPU support on Melodic (#2173)

* Feature/edit typo (#1769)

Fix language.

* Update README.md

* Update contact details

* Feature/update autoware launcher (#2056)

* Add prototype of plugin file editor

* Change logger level

* Support command line options

* Update gazebo simulator panel

* Add plugin edit tool and update plugins

* Fix a bug of transform edit

* Fix setup.py to install all packages

* Update the code for compatibility with python3

* Update the code for colcon build

* updated plugin for lane_rule, lane_stop, and voxel_grid_filter

* Fix that the plugin_description is not installed

* Fix launch file error

* Fix test failed

* Skip test of unbuilt packages

* Add run script

* Add profile description

* Fix launch file install path of point_downsampler

* Update README file

* Update README file for plugin file

* Fix README file

* Add notice to run script

* Update CHANGELOGs

* Replace URI in CHANGELOGs

* Set version 1.10.0

* Creanup rst format

* 1.11.0

* Change RTM default topic to match UKF node launch file (#2142)

* Remove old issue and PR templates (#2148)

* Update repository info files (#2149)

* Add missing info files

* Update contributing info file

* Merge left over features from around the 1.11 release (#2151)

* Fix deceleration value bug in following state

inv_time will be negatived when forward object too close, but deceleration_critical will be smaller than max_deceleration

* fix bug of max split size

* change conversion formula from GB to Byte

* Update twist_filter.cpp (#1932)

* Feature/edit typo (#1769)

Fix language.

* Update twist_filter.cpp

* Fix/compare map filter squared distance (#1896)

* fix squared distance

* update default param

* update default param

* update launch file

* update interface.yaml

* Added AW Lexus model (#2117)

* Added AW Lexus model

* Adapt urdf to match mesh orientation

* Replace IV texture with AW (#2119)

* Update rect_class_score.h (#1825)

fixed typo for class label for OVEN - 'over' should be 'oven'

* Fixed wrong assignement of message type to package (#1706)

The message type ConfigWaypointLoader has been assigned to autoware_config_msgs in 8bf1c47.
This fixes the issue https://github.com/CPFL/Autoware/issues/1705.

* fix RuntimeManager on lxterminal #1203 (#1204)

* fix RuntimeManager on lxterminal #1203

* Modify the different behavior in gnome-terminal environment

* Set OPTION_TITLE in meta-terminal and xfce4-terminal environment

* Update run

* Add missing install for image resources on camera calibrator (#2137)

* Add missing install for image resources

* Switched to share

* Add CMake, CUDA, Eigen version checks for the CUDA accelerated nodes
Add CUDA enabled CI

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Remove deprecated vision_detector DPM

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Switch CI to use colcon insead of catkin tools

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Fix travis ci syntax file

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* switch from colcon to catkin tools on kinetic(not supported on industrial_ci)

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for lidar_localizer

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for lidar_apollo_cnn_seg_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for vision_segment_enet_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for vision_ssd_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for lidar_point_pillars

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add .repos file for setting up an Autoware workspace using vcs (#2161)

* Add .repos file for setting up an Autoware workspace using vcs

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use https protocol for git repositories

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use lgsvl_msgs from binaries

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use American English for repository names

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Break spelling

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Remove non-required Eigen check on lidar_apollo_cnn_seg_detect package

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add Driveworks check on ARM64/CUDA devices for autoware_driveworks_gmsl_interface package

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add Driveworks check on ARM64/CUDA devices for autoware_driveworks_interface package

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Remove enablePlannerDynamicSwitch (#1919)

* Remove enablePlannerDynamicSwitch from lane_select.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from lane_select_core.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from velocity_set.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from velocity_set.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner_core.h

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner_core.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from autoware_launcher

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Updated paths in quick_start launch files and parameters in default.rviz (#2206)

Signed-off-by: sgermanserrano <servando.german.serrano@linaro.org>

* Fix bug that limits the data rate of DataRateCheckerPlugin (#2205)

* Repair bug that limits the data rate of DataRateCheckerPlugin

- A larger message buffer was added to message callbacks of the topic subscribers in DataRateCheckerPlugin
- Handling of timing was changed from std::chrono to ros::Time
- Maximum frequency selection from the Min. Hz option was increased
- Exception handling was improved to be more similar to the Python tool rostopic hz

Signed-off-by: David <david@lifecyclist.co.nz>

* Remove unused variable in header file

Signed-off-by: David <david@lifecyclist.co.nz>

* Apply ROS clang format

Signed-off-by: David <david@lifecyclist.co.nz>

* Revert "Apply ROS clang format"

This reverts commit 88563f1.

Signed-off-by: David <david@lifecyclist.co.nz>

* Adding install directive for node (#2195)

Issue: executable is not found/built with colcon_release, added install targets.
Signed-off-by: snehagn <sganesh@autonomoustuff.com>

* Remove unnecesary gstreamer1.0-plugins-good dependency from pointgrey_drivers

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* fix install directive for waypoint extractor (#2219)

Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>
Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>
amc-nu added a commit that referenced this pull request May 17, 2019
* Feature/edit typo (#1769)

Fix language.

* Update README.md

* Update contact details

* Feature/update autoware launcher (#2056)

* Add prototype of plugin file editor

* Change logger level

* Support command line options

* Update gazebo simulator panel

* Add plugin edit tool and update plugins

* Fix a bug of transform edit

* Fix setup.py to install all packages

* Update the code for compatibility with python3

* Update the code for colcon build

* updated plugin for lane_rule, lane_stop, and voxel_grid_filter

* Fix that the plugin_description is not installed

* Fix launch file error

* Fix test failed

* Skip test of unbuilt packages

* Add run script

* Add profile description

* Fix launch file install path of point_downsampler

* Update README file

* Update README file for plugin file

* Fix README file

* Add notice to run script

* Update CHANGELOGs

* Replace URI in CHANGELOGs

* Set version 1.10.0

* Creanup rst format

* 1.11.0

* Change RTM default topic to match UKF node launch file (#2142)

* Remove old issue and PR templates (#2148)

* Update repository info files (#2149)

* Add missing info files

* Update contributing info file

* Merge left over features from around the 1.11 release (#2151)

* Fix deceleration value bug in following state

inv_time will be negatived when forward object too close, but deceleration_critical will be smaller than max_deceleration

* fix bug of max split size

* change conversion formula from GB to Byte

* Update twist_filter.cpp (#1932)

* Feature/edit typo (#1769)

Fix language.

* Update twist_filter.cpp

* Fix/compare map filter squared distance (#1896)

* fix squared distance

* update default param

* update default param

* update launch file

* update interface.yaml

* Added AW Lexus model (#2117)

* Added AW Lexus model

* Adapt urdf to match mesh orientation

* Replace IV texture with AW (#2119)

* Update rect_class_score.h (#1825)

fixed typo for class label for OVEN - 'over' should be 'oven'

* Fixed wrong assignement of message type to package (#1706)

The message type ConfigWaypointLoader has been assigned to autoware_config_msgs in 8bf1c47.
This fixes the issue https://github.com/CPFL/Autoware/issues/1705.

* fix RuntimeManager on lxterminal #1203 (#1204)

* fix RuntimeManager on lxterminal #1203

* Modify the different behavior in gnome-terminal environment

* Set OPTION_TITLE in meta-terminal and xfce4-terminal environment

* Update run

* Add missing install for image resources on camera calibrator (#2137)

* Add missing install for image resources

* Switched to share

* Add .repos file for setting up an Autoware workspace using vcs (#2161)

* Add .repos file for setting up an Autoware workspace using vcs

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use https protocol for git repositories

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use lgsvl_msgs from binaries

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use American English for repository names

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Break spelling

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Remove enablePlannerDynamicSwitch (#1919)

* Remove enablePlannerDynamicSwitch from lane_select.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from lane_select_core.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from velocity_set.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from velocity_set.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner_core.h

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner_core.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from autoware_launcher

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Updated paths in quick_start launch files and parameters in default.rviz (#2206)

Signed-off-by: sgermanserrano <servando.german.serrano@linaro.org>

* Fix bug that limits the data rate of DataRateCheckerPlugin (#2205)

* Repair bug that limits the data rate of DataRateCheckerPlugin

- A larger message buffer was added to message callbacks of the topic subscribers in DataRateCheckerPlugin
- Handling of timing was changed from std::chrono to ros::Time
- Maximum frequency selection from the Min. Hz option was increased
- Exception handling was improved to be more similar to the Python tool rostopic hz

Signed-off-by: David <david@lifecyclist.co.nz>

* Remove unused variable in header file

Signed-off-by: David <david@lifecyclist.co.nz>

* Apply ROS clang format

Signed-off-by: David <david@lifecyclist.co.nz>

* Revert "Apply ROS clang format"

This reverts commit 88563f1.

Signed-off-by: David <david@lifecyclist.co.nz>

* Adding install directive for node (#2195)

Issue: executable is not found/built with colcon_release, added install targets.
Signed-off-by: snehagn <sganesh@autonomoustuff.com>

* fix install directive for waypoint extractor (#2219)

Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>

* Fix for AutowareLauncher nosetests error

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add GPU Checks on autoware_build_flags

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add CMake GPU checks for lidar_apollo_cnn_seg

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add CMake GPU checks for lidar_euclidean_cluster_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add CMake GPU checks for lidar_point_pillars

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add CMake GPU checks for trafficlight_recognizer

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add CMake GPU checks for vision_darknet_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add CMake GPU checks for vision_segment_enet_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add CMake GPU checks for vision_ssd_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add CMake GPU checks for ndt_gpu

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add CMake GPU checks for lidar_localizer

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Increase Minimum Eigen Version to 3.3.6 on GPU mode, according to #2098

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add Missing autoware_build_flags to vision_segment_enet_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add missing autoware_build_flags to ndt_gpu

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add autoware_build_flags as build tool for ndt_gpu

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Invert CMake CUDA compilation flag logic

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Increase Eigen minimum required version to 3.3.7

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>
@amc-nu amc-nu deleted the fix/camera_calibrator_install branch May 22, 2019 14:54
JWhitleyWork pushed a commit to astuff/autoware that referenced this pull request May 22, 2019
* Feature/edit typo (autowarefoundation#1769)

Fix language.

* Update README.md

* Update contact details

* Feature/update autoware launcher (autowarefoundation#2056)

* Add prototype of plugin file editor

* Change logger level

* Support command line options

* Update gazebo simulator panel

* Add plugin edit tool and update plugins

* Fix a bug of transform edit

* Fix setup.py to install all packages

* Update the code for compatibility with python3

* Update the code for colcon build

* updated plugin for lane_rule, lane_stop, and voxel_grid_filter

* Fix that the plugin_description is not installed

* Fix launch file error

* Fix test failed

* Skip test of unbuilt packages

* Add run script

* Add profile description

* Fix launch file install path of point_downsampler

* Update README file

* Update README file for plugin file

* Fix README file

* Add notice to run script

* Update CHANGELOGs

* Replace URI in CHANGELOGs

* Set version 1.10.0

* Creanup rst format

* 1.11.0

* Change RTM default topic to match UKF node launch file (autowarefoundation#2142)

* Remove old issue and PR templates (autowarefoundation#2148)

* Update repository info files (autowarefoundation#2149)

* Add missing info files

* Update contributing info file

* Merge left over features from around the 1.11 release (autowarefoundation#2151)

* Fix deceleration value bug in following state

inv_time will be negatived when forward object too close, but deceleration_critical will be smaller than max_deceleration

* fix bug of max split size

* change conversion formula from GB to Byte

* Update twist_filter.cpp (autowarefoundation#1932)

* Feature/edit typo (autowarefoundation#1769)

Fix language.

* Update twist_filter.cpp

* Fix/compare map filter squared distance (autowarefoundation#1896)

* fix squared distance

* update default param

* update default param

* update launch file

* update interface.yaml

* Added AW Lexus model (autowarefoundation#2117)

* Added AW Lexus model

* Adapt urdf to match mesh orientation

* Replace IV texture with AW (autowarefoundation#2119)

* Update rect_class_score.h (autowarefoundation#1825)

fixed typo for class label for OVEN - 'over' should be 'oven'

* Fixed wrong assignement of message type to package (autowarefoundation#1706)

The message type ConfigWaypointLoader has been assigned to autoware_config_msgs in autowarefoundation@8bf1c47.
This fixes the issue https://github.com/CPFL/Autoware/issues/1705.

* fix RuntimeManager on lxterminal #1203 (autowarefoundation#1204)

* fix RuntimeManager on lxterminal #1203

* Modify the different behavior in gnome-terminal environment

* Set OPTION_TITLE in meta-terminal and xfce4-terminal environment

* Update run

* Add missing install for image resources on camera calibrator (autowarefoundation#2137)

* Add missing install for image resources

* Switched to share

* Add CMake, CUDA, Eigen version checks for the CUDA accelerated nodes
Add CUDA enabled CI

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Remove deprecated vision_detector DPM

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Switch CI to use colcon insead of catkin tools

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Fix travis ci syntax file

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* switch from colcon to catkin tools on kinetic(not supported on industrial_ci)

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for lidar_localizer

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for lidar_apollo_cnn_seg_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for vision_segment_enet_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for vision_ssd_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for lidar_point_pillars

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add .repos file for setting up an Autoware workspace using vcs (autowarefoundation#2161)

* Add .repos file for setting up an Autoware workspace using vcs

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use https protocol for git repositories

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use lgsvl_msgs from binaries

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use American English for repository names

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Break spelling

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Remove non-required Eigen check on lidar_apollo_cnn_seg_detect package

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add Driveworks check on ARM64/CUDA devices for autoware_driveworks_gmsl_interface package

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add Driveworks check on ARM64/CUDA devices for autoware_driveworks_interface package

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Remove enablePlannerDynamicSwitch (autowarefoundation#1919)

* Remove enablePlannerDynamicSwitch from lane_select.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from lane_select_core.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from velocity_set.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from velocity_set.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner_core.h

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner_core.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from autoware_launcher

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Updated paths in quick_start launch files and parameters in default.rviz (autowarefoundation#2206)

Signed-off-by: sgermanserrano <servando.german.serrano@linaro.org>

* Fix bug that limits the data rate of DataRateCheckerPlugin (autowarefoundation#2205)

* Repair bug that limits the data rate of DataRateCheckerPlugin

- A larger message buffer was added to message callbacks of the topic subscribers in DataRateCheckerPlugin
- Handling of timing was changed from std::chrono to ros::Time
- Maximum frequency selection from the Min. Hz option was increased
- Exception handling was improved to be more similar to the Python tool rostopic hz

Signed-off-by: David <david@lifecyclist.co.nz>

* Remove unused variable in header file

Signed-off-by: David <david@lifecyclist.co.nz>

* Apply ROS clang format

Signed-off-by: David <david@lifecyclist.co.nz>

* Revert "Apply ROS clang format"

This reverts commit 88563f1.

Signed-off-by: David <david@lifecyclist.co.nz>

* Adding install directive for node (autowarefoundation#2195)

Issue: executable is not found/built with colcon_release, added install targets.
Signed-off-by: snehagn <sganesh@autonomoustuff.com>

* Remove unnecesary gstreamer1.0-plugins-good dependency from pointgrey_drivers

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* fix install directive for waypoint extractor (autowarefoundation#2219)

Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>
JWhitleyWork pushed a commit to astuff/autoware that referenced this pull request May 22, 2019
* Feature/edit typo (autowarefoundation#1769)

Fix language.

* Update README.md

* Update contact details

* Feature/update autoware launcher (autowarefoundation#2056)

* Add prototype of plugin file editor

* Change logger level

* Support command line options

* Update gazebo simulator panel

* Add plugin edit tool and update plugins

* Fix a bug of transform edit

* Fix setup.py to install all packages

* Update the code for compatibility with python3

* Update the code for colcon build

* updated plugin for lane_rule, lane_stop, and voxel_grid_filter

* Fix that the plugin_description is not installed

* Fix launch file error

* Fix test failed

* Skip test of unbuilt packages

* Add run script

* Add profile description

* Fix launch file install path of point_downsampler

* Update README file

* Update README file for plugin file

* Fix README file

* Add notice to run script

* Update CHANGELOGs

* Replace URI in CHANGELOGs

* Set version 1.10.0

* Creanup rst format

* 1.11.0

* Change RTM default topic to match UKF node launch file (autowarefoundation#2142)

* Remove old issue and PR templates (autowarefoundation#2148)

* Update repository info files (autowarefoundation#2149)

* Add missing info files

* Update contributing info file

* Merge left over features from around the 1.11 release (autowarefoundation#2151)

* Fix deceleration value bug in following state

inv_time will be negatived when forward object too close, but deceleration_critical will be smaller than max_deceleration

* fix bug of max split size

* change conversion formula from GB to Byte

* Update twist_filter.cpp (autowarefoundation#1932)

* Feature/edit typo (autowarefoundation#1769)

Fix language.

* Update twist_filter.cpp

* Fix/compare map filter squared distance (autowarefoundation#1896)

* fix squared distance

* update default param

* update default param

* update launch file

* update interface.yaml

* Added AW Lexus model (autowarefoundation#2117)

* Added AW Lexus model

* Adapt urdf to match mesh orientation

* Replace IV texture with AW (autowarefoundation#2119)

* Update rect_class_score.h (autowarefoundation#1825)

fixed typo for class label for OVEN - 'over' should be 'oven'

* Fixed wrong assignement of message type to package (autowarefoundation#1706)

The message type ConfigWaypointLoader has been assigned to autoware_config_msgs in autowarefoundation@8bf1c47.
This fixes the issue https://github.com/CPFL/Autoware/issues/1705.

* fix RuntimeManager on lxterminal #1203 (autowarefoundation#1204)

* fix RuntimeManager on lxterminal #1203

* Modify the different behavior in gnome-terminal environment

* Set OPTION_TITLE in meta-terminal and xfce4-terminal environment

* Update run

* Add missing install for image resources on camera calibrator (autowarefoundation#2137)

* Add missing install for image resources

* Switched to share

* Add .repos file for setting up an Autoware workspace using vcs (autowarefoundation#2161)

* Add .repos file for setting up an Autoware workspace using vcs

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use https protocol for git repositories

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use lgsvl_msgs from binaries

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use American English for repository names

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Break spelling

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Remove enablePlannerDynamicSwitch (autowarefoundation#1919)

* Remove enablePlannerDynamicSwitch from lane_select.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from lane_select_core.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from velocity_set.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from velocity_set.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner_core.h

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner_core.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from autoware_launcher

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Updated paths in quick_start launch files and parameters in default.rviz (autowarefoundation#2206)

Signed-off-by: sgermanserrano <servando.german.serrano@linaro.org>

* Fix bug that limits the data rate of DataRateCheckerPlugin (autowarefoundation#2205)

* Repair bug that limits the data rate of DataRateCheckerPlugin

- A larger message buffer was added to message callbacks of the topic subscribers in DataRateCheckerPlugin
- Handling of timing was changed from std::chrono to ros::Time
- Maximum frequency selection from the Min. Hz option was increased
- Exception handling was improved to be more similar to the Python tool rostopic hz

Signed-off-by: David <david@lifecyclist.co.nz>

* Remove unused variable in header file

Signed-off-by: David <david@lifecyclist.co.nz>

* Apply ROS clang format

Signed-off-by: David <david@lifecyclist.co.nz>

* Revert "Apply ROS clang format"

This reverts commit 88563f1.

Signed-off-by: David <david@lifecyclist.co.nz>

* Adding install directive for node (autowarefoundation#2195)

Issue: executable is not found/built with colcon_release, added install targets.
Signed-off-by: snehagn <sganesh@autonomoustuff.com>

* fix install directive for waypoint extractor (autowarefoundation#2219)

Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>

* Fix for AutowareLauncher nosetests error

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add GPU Checks on autoware_build_flags

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add CMake GPU checks for lidar_apollo_cnn_seg

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add CMake GPU checks for lidar_euclidean_cluster_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add CMake GPU checks for lidar_point_pillars

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add CMake GPU checks for trafficlight_recognizer

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add CMake GPU checks for vision_darknet_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add CMake GPU checks for vision_segment_enet_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add CMake GPU checks for vision_ssd_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add CMake GPU checks for ndt_gpu

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add CMake GPU checks for lidar_localizer

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Increase Minimum Eigen Version to 3.3.6 on GPU mode, according to #2098

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add Missing autoware_build_flags to vision_segment_enet_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add missing autoware_build_flags to ndt_gpu

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add autoware_build_flags as build tool for ndt_gpu

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Invert CMake CUDA compilation flag logic

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Increase Eigen minimum required version to 3.3.7

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>
amc-nu pushed a commit that referenced this pull request May 23, 2019
* Feature/edit typo (#1769)

Fix language.

* Update README.md

* Update contact details

* Feature/update autoware launcher (#2056)

* Add prototype of plugin file editor

* Change logger level

* Support command line options

* Update gazebo simulator panel

* Add plugin edit tool and update plugins

* Fix a bug of transform edit

* Fix setup.py to install all packages

* Update the code for compatibility with python3

* Update the code for colcon build

* updated plugin for lane_rule, lane_stop, and voxel_grid_filter

* Fix that the plugin_description is not installed

* Fix launch file error

* Fix test failed

* Skip test of unbuilt packages

* Add run script

* Add profile description

* Fix launch file install path of point_downsampler

* Update README file

* Update README file for plugin file

* Fix README file

* Add notice to run script

* Update CHANGELOGs

* Replace URI in CHANGELOGs

* Set version 1.10.0

* Creanup rst format

* 1.11.0

* Change RTM default topic to match UKF node launch file (#2142)

* Remove old issue and PR templates (#2148)

* Update repository info files (#2149)

* Add missing info files

* Update contributing info file

* Merge left over features from around the 1.11 release (#2151)

* Fix deceleration value bug in following state

inv_time will be negatived when forward object too close, but deceleration_critical will be smaller than max_deceleration

* fix bug of max split size

* change conversion formula from GB to Byte

* Update twist_filter.cpp (#1932)

* Feature/edit typo (#1769)

Fix language.

* Update twist_filter.cpp

* Fix/compare map filter squared distance (#1896)

* fix squared distance

* update default param

* update default param

* update launch file

* update interface.yaml

* Added AW Lexus model (#2117)

* Added AW Lexus model

* Adapt urdf to match mesh orientation

* Replace IV texture with AW (#2119)

* Update rect_class_score.h (#1825)

fixed typo for class label for OVEN - 'over' should be 'oven'

* Fixed wrong assignement of message type to package (#1706)

The message type ConfigWaypointLoader has been assigned to autoware_config_msgs in 8bf1c47.
This fixes the issue https://github.com/CPFL/Autoware/issues/1705.

* fix RuntimeManager on lxterminal #1203 (#1204)

* fix RuntimeManager on lxterminal #1203

* Modify the different behavior in gnome-terminal environment

* Set OPTION_TITLE in meta-terminal and xfce4-terminal environment

* Update run

* Add missing install for image resources on camera calibrator (#2137)

* Add missing install for image resources

* Switched to share

* Add .repos file for setting up an Autoware workspace using vcs (#2161)

* Add .repos file for setting up an Autoware workspace using vcs

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use https protocol for git repositories

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use lgsvl_msgs from binaries

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use American English for repository names

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Break spelling

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Remove enablePlannerDynamicSwitch (#1919)

* Remove enablePlannerDynamicSwitch from lane_select.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from lane_select_core.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from velocity_set.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from velocity_set.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner_core.h

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner_core.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from autoware_launcher

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Updated paths in quick_start launch files and parameters in default.rviz (#2206)

Signed-off-by: sgermanserrano <servando.german.serrano@linaro.org>

* Fix bug that limits the data rate of DataRateCheckerPlugin (#2205)

* Repair bug that limits the data rate of DataRateCheckerPlugin

- A larger message buffer was added to message callbacks of the topic subscribers in DataRateCheckerPlugin
- Handling of timing was changed from std::chrono to ros::Time
- Maximum frequency selection from the Min. Hz option was increased
- Exception handling was improved to be more similar to the Python tool rostopic hz

Signed-off-by: David <david@lifecyclist.co.nz>

* Remove unused variable in header file

Signed-off-by: David <david@lifecyclist.co.nz>

* Apply ROS clang format

Signed-off-by: David <david@lifecyclist.co.nz>

* Revert "Apply ROS clang format"

This reverts commit 88563f1.

Signed-off-by: David <david@lifecyclist.co.nz>

* Adding install directive for node (#2195)

Issue: executable is not found/built with colcon_release, added install targets.
Signed-off-by: snehagn <sganesh@autonomoustuff.com>

* fix install directive for waypoint extractor (#2219)

Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>

* Remove points2costmap (#2248)

* remove points2costmap

Signed-off-by: Kosuke Murakami <kosuke.murakami@tier4.jp>

* remove reaadme description and launch file

Signed-off-by: Kosuke Murakami <kosuke.murakami@tier4.jp>

* [fix]: make sure cost is set with expanding_polygon_size (#2245)

Signed-off-by: Kosuke Murakami <kosuke.murakami@tier4.jp>

* ekf_localizer (#2247)

* kalman_filter: add all commits for signoff

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* kalman_filter: change const to constexpr

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* kalman_filter: modify xml format & license format

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* kalman_filter: add figures for kalman filter quation

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* kalman_filter: move kalman_filter libraries from kalman_filter_localizer pkg to amathutils_lib

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* kalman_filter: fix CMakelists for colcon build error & change initial covariance from 1e3 to 1e15

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* kalman_filter: modify yaw calc functiuon

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* kalman_filter: update readme

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: change package name from kalman filter localozer

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* twist_generator: add pkg

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: add use_ndt_pose_with_covariance option

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* twist_generator: modify in runtime_manager.yaml

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: bug fix of yaw error > 2*pi & add debug messages

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* twist_generator: add runtime_manager & change node name

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: change params & default values

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: remove config file & modify readme

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: change parameters

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_locakizer: change initial param values

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: remove ndt name, change to pose

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* elf_localozer: use doxygen format for kalman filter library & change file name to time_delay_kalman_filter

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: change comments for test code

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* amathutils: change error msg from prntf to std::cerr

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* twist_generator: split codes into .hpp & .cpp

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: modify readme, add parameters in runtime_manager

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: use docygen format for ekf_localizer.hpp

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: modify readme (ekf parameter turning)

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* amathutils_lib: add comments & remove unnecessary variable in kalman filter

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer:

 * add test code
 * move main() to core for test
 * add valid check for update functions in ekf_localizer.cpp
 * align default parameter values to be same in node, launch, readme, runtime_manager

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* Fix don't show run time in runtimemanager #2229 (#2235)

Signed-off-by: andoh501 <toandoh104@gmail.com>

* runtime_manager: change params definition from int to float (#2266)

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* fix behavior_state in imm_ukf_pda_track (#2240)

Signed-off-by: Kosuke Murakami <kosuke.murakami@tier4.jp>

* Fix gazebo not found in colcon_release_cross synquacer (#2268)

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Fix Segmentation fault at velocity_set by asynchronous base_waypoints and closest_waypoint (#2152) (#2272)

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* add predicting convex hull (#2254)

Signed-off-by: Kosuke Murakami <kosuke.murakami@tier4.jp>

* Update Docker cross-build Image (#2270)

* Adding missing folder for OGRE in Docker crossbuild.

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Adding missing depends to Dockerfile.kinetic-crossbuild.

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Moves dependencies file up a level and builds in that folder.

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Fixing locations of files in Docker generic.

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Updated path and date for new image (#14)

* Updated date for cross image

Signed-off-by: sgermanserrano <servando.german.serrano@linaro.org>

* Updated path for FindCUDA file

Signed-off-by: sgermanserrano <servando.german.serrano@linaro.org>

* fix bug of max split size

* change conversion formula from GB to Byte

* Added grid_map_msgs from grid_map@1.6.0

* Added grid_map_cv from grid_map@1.6.0

* Added grid_map_ros from grid_map@1.6.0

* Added grid_map_core from grid_map@1.6.0

* Added jsk_recognition_msgs from jsk_recognition@1.2.6

* Added jsk_recognition_util from jsk_recognition@1.2.6

* Added grid_map_visualization from grid_map@1.6.0

* Fixed wrong assignement of message type to package (#1706)

The message type ConfigWaypointLoader has been assigned to autoware_config_msgs in 8bf1c47.
This fixes the issue https://github.com/CPFL/Autoware/issues/1705.

* Added jsk_rviz_plugins from jsk_visualization@2.1.4

* Depend on cmake_modules and tinyxml

* Upgrade GStreamer dependency to 1.0 from 0.10

* Remove ROS_DISTRO checks and assume the target ROS distribution is at least Kinetic

* Disable ymc for ROS Melodic and later

* Added dependency for jsk_recognition_msgs to jsk_recognition_utils

* Added pipeline for ROS Melodic

* Added gnupg2

* Install tzdata non-interactivelly

* Added jsk_rviz_plugins as a dependency

* Added jsk_rviz_plugins as a dependency to lidar_localizer

* Added jsk_rviz_plugins as a dependency to lidar_euclidean_cluster_detect

* Use /usr/bin/python3 for PYTHON_EXECUTABLE

* Update dependencies

* Backport jsk-ros-pkg/jsk_recognition#2389

* Added numpy to the Docker image for jsk_recognition_utils

* Added Cython and Numpy paths to CMake toolchains

* Update build scripts

* Added autoware_msgs_generate_messages_cpp to the list of target dependencies

* Added missing dependency (#1933)

* Added support for Melodic

* Added Docker image for crosscompiling for Melodic

* Update image for Melodic

* Added pipeline for crosscompiling for melodic

* Fix merge

* Removed jsk_recognition_msgs and jsk_recognition_utils, which are now available in Melodic

* Revert "Removed jsk_recognition_msgs and jsk_recognition_utils, which are now available in Melodic"

This reverts commit 698cbd1.

Re-add jsk_recognition_msgs and jsk_recognition_utils. To be removed
once they become available in the main ROS .deb repositories.

* Revert "Added grid_map_visualization from grid_map@1.6.0"

This reverts commit e83e4ce.

* Revert "Added grid_map_ros from grid_map@1.6.0"

This reverts commit e11da00.

* Revert "Added grid_map_msgs from grid_map@1.6.0"

This reverts commit 3bc7633.

* Revert "Added grid_map_cv from grid_map@1.6.0"

This reverts commit 26c4e8a.

* Revert "Added grid_map_core from grid_map@1.6.0"

This reverts commit 7162edd.

* Revert "Revert "Removed jsk_recognition_msgs and jsk_recognition_utils, which are now available in Melodic""

This reverts commit 96b5620.

* Re-added grid_map and jsk_* to the crossbuild Docker image

* Revert "Added jsk_rviz_plugins from jsk_visualization@2.1.4"

This reverts commit ef1b7a2.

* Made build script slightly more verbose

* Increase verbosity for colcon test-result

* Add OpenCV libraries to the linker (#2090)

* Add missing numeric header (#2089)

* Update Docker image timestamps

* Fix CI syntax

* YMC library for Melodic (#2135)

* Replace library to -fPIC compiled binary (x86/aarch64)

(cherry picked from commit 849f623)

* Added melodic support

* Fix typo in CMake file

* GPU support on Melodic (#2173)

* Feature/edit typo (#1769)

Fix language.

* Update README.md

* Update contact details

* Feature/update autoware launcher (#2056)

* Add prototype of plugin file editor

* Change logger level

* Support command line options

* Update gazebo simulator panel

* Add plugin edit tool and update plugins

* Fix a bug of transform edit

* Fix setup.py to install all packages

* Update the code for compatibility with python3

* Update the code for colcon build

* updated plugin for lane_rule, lane_stop, and voxel_grid_filter

* Fix that the plugin_description is not installed

* Fix launch file error

* Fix test failed

* Skip test of unbuilt packages

* Add run script

* Add profile description

* Fix launch file install path of point_downsampler

* Update README file

* Update README file for plugin file

* Fix README file

* Add notice to run script

* Update CHANGELOGs

* Replace URI in CHANGELOGs

* Set version 1.10.0

* Creanup rst format

* 1.11.0

* Change RTM default topic to match UKF node launch file (#2142)

* Remove old issue and PR templates (#2148)

* Update repository info files (#2149)

* Add missing info files

* Update contributing info file

* Merge left over features from around the 1.11 release (#2151)

* Fix deceleration value bug in following state

inv_time will be negatived when forward object too close, but deceleration_critical will be smaller than max_deceleration

* fix bug of max split size

* change conversion formula from GB to Byte

* Update twist_filter.cpp (#1932)

* Feature/edit typo (#1769)

Fix language.

* Update twist_filter.cpp

* Fix/compare map filter squared distance (#1896)

* fix squared distance

* update default param

* update default param

* update launch file

* update interface.yaml

* Added AW Lexus model (#2117)

* Added AW Lexus model

* Adapt urdf to match mesh orientation

* Replace IV texture with AW (#2119)

* Update rect_class_score.h (#1825)

fixed typo for class label for OVEN - 'over' should be 'oven'

* Fixed wrong assignement of message type to package (#1706)

The message type ConfigWaypointLoader has been assigned to autoware_config_msgs in 8bf1c47.
This fixes the issue https://github.com/CPFL/Autoware/issues/1705.

* fix RuntimeManager on lxterminal #1203 (#1204)

* fix RuntimeManager on lxterminal #1203

* Modify the different behavior in gnome-terminal environment

* Set OPTION_TITLE in meta-terminal and xfce4-terminal environment

* Update run

* Add missing install for image resources on camera calibrator (#2137)

* Add missing install for image resources

* Switched to share

* Add CMake, CUDA, Eigen version checks for the CUDA accelerated nodes
Add CUDA enabled CI

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Remove deprecated vision_detector DPM

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Switch CI to use colcon insead of catkin tools

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Fix travis ci syntax file

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* switch from colcon to catkin tools on kinetic(not supported on industrial_ci)

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for lidar_localizer

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for lidar_apollo_cnn_seg_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for vision_segment_enet_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for vision_ssd_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for lidar_point_pillars

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add .repos file for setting up an Autoware workspace using vcs (#2161)

* Add .repos file for setting up an Autoware workspace using vcs

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use https protocol for git repositories

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use lgsvl_msgs from binaries

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use American English for repository names

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Break spelling

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Remove non-required Eigen check on lidar_apollo_cnn_seg_detect package

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add Driveworks check on ARM64/CUDA devices for autoware_driveworks_gmsl_interface package

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add Driveworks check on ARM64/CUDA devices for autoware_driveworks_interface package

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Remove enablePlannerDynamicSwitch (#1919)

* Remove enablePlannerDynamicSwitch from lane_select.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from lane_select_core.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from velocity_set.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from velocity_set.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner_core.h

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner_core.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from autoware_launcher

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Updated paths in quick_start launch files and parameters in default.rviz (#2206)

Signed-off-by: sgermanserrano <servando.german.serrano@linaro.org>

* Fix bug that limits the data rate of DataRateCheckerPlugin (#2205)

* Repair bug that limits the data rate of DataRateCheckerPlugin

- A larger message buffer was added to message callbacks of the topic subscribers in DataRateCheckerPlugin
- Handling of timing was changed from std::chrono to ros::Time
- Maximum frequency selection from the Min. Hz option was increased
- Exception handling was improved to be more similar to the Python tool rostopic hz

Signed-off-by: David <david@lifecyclist.co.nz>

* Remove unused variable in header file

Signed-off-by: David <david@lifecyclist.co.nz>

* Apply ROS clang format

Signed-off-by: David <david@lifecyclist.co.nz>

* Revert "Apply ROS clang format"

This reverts commit 88563f1.

Signed-off-by: David <david@lifecyclist.co.nz>

* Adding install directive for node (#2195)

Issue: executable is not found/built with colcon_release, added install targets.
Signed-off-by: snehagn <sganesh@autonomoustuff.com>

* Remove unnecesary gstreamer1.0-plugins-good dependency from pointgrey_drivers

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* fix install directive for waypoint extractor (#2219)

Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>

* Melodic CPU/GPU compilation flag (#2265)

* Feature/edit typo (#1769)

Fix language.

* Update README.md

* Update contact details

* Feature/update autoware launcher (#2056)

* Add prototype of plugin file editor

* Change logger level

* Support command line options

* Update gazebo simulator panel

* Add plugin edit tool and update plugins

* Fix a bug of transform edit

* Fix setup.py to install all packages

* Update the code for compatibility with python3

* Update the code for colcon build

* updated plugin for lane_rule, lane_stop, and voxel_grid_filter

* Fix that the plugin_description is not installed

* Fix launch file error

* Fix test failed

* Skip test of unbuilt packages

* Add run script

* Add profile description

* Fix launch file install path of point_downsampler

* Update README file

* Update README file for plugin file

* Fix README file

* Add notice to run script

* Update CHANGELOGs

* Replace URI in CHANGELOGs

* Set version 1.10.0

* Creanup rst format

* 1.11.0

* Change RTM default topic to match UKF node launch file (#2142)

* Remove old issue and PR templates (#2148)

* Update repository info files (#2149)

* Add missing info files

* Update contributing info file

* Merge left over features from around the 1.11 release (#2151)

* Fix deceleration value bug in following state

inv_time will be negatived when forward object too close, but deceleration_critical will be smaller than max_deceleration

* fix bug of max split size

* change conversion formula from GB to Byte

* Update twist_filter.cpp (#1932)

* Feature/edit typo (#1769)

Fix language.

* Update twist_filter.cpp

* Fix/compare map filter squared distance (#1896)

* fix squared distance

* update default param

* update default param

* update launch file

* update interface.yaml

* Added AW Lexus model (#2117)

* Added AW Lexus model

* Adapt urdf to match mesh orientation

* Replace IV texture with AW (#2119)

* Update rect_class_score.h (#1825)

fixed typo for class label for OVEN - 'over' should be 'oven'

* Fixed wrong assignement of message type to package (#1706)

The message type ConfigWaypointLoader has been assigned to autoware_config_msgs in 8bf1c47.
This fixes the issue https://github.com/CPFL/Autoware/issues/1705.

* fix RuntimeManager on lxterminal #1203 (#1204)

* fix RuntimeManager on lxterminal #1203

* Modify the different behavior in gnome-terminal environment

* Set OPTION_TITLE in meta-terminal and xfce4-terminal environment

* Update run

* Add missing install for image resources on camera calibrator (#2137)

* Add missing install for image resources

* Switched to share

* Add .repos file for setting up an Autoware workspace using vcs (#2161)

* Add .repos file for setting up an Autoware workspace using vcs

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use https protocol for git repositories

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use lgsvl_msgs from binaries

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use American English for repository names

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Break spelling

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Remove enablePlannerDynamicSwitch (#1919)

* Remove enablePlannerDynamicSwitch from lane_select.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from lane_select_core.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from velocity_set.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from velocity_set.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner_core.h

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner_core.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from autoware_launcher

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Updated paths in quick_start launch files and parameters in default.rviz (#2206)

Signed-off-by: sgermanserrano <servando.german.serrano@linaro.org>

* Fix bug that limits the data rate of DataRateCheckerPlugin (#2205)

* Repair bug that limits the data rate of DataRateCheckerPlugin

- A larger message buffer was added to message callbacks of the topic subscribers in DataRateCheckerPlugin
- Handling of timing was changed from std::chrono to ros::Time
- Maximum frequency selection from the Min. Hz option was increased
- Exception handling was improved to be more similar to the Python tool rostopic hz

Signed-off-by: David <david@lifecyclist.co.nz>

* Remove unused variable in header file

Signed-off-by: David <david@lifecyclist.co.nz>

* Apply ROS clang format

Signed-off-by: David <david@lifecyclist.co.nz>

* Revert "Apply ROS clang format"

This reverts commit 88563f1.

Signed-off-by: David <david@lifecyclist.co.nz>

* Adding install directive for node (#2195)

Issue: executable is not found/built with colcon_release, added install targets.
Signed-off-by: snehagn <sganesh@autonomoustuff.com>

* fix install directive for waypoint extractor (#2219)

Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>

* Fix for AutowareLauncher nosetests error

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add GPU Checks on autoware_build_flags

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add CMake GPU checks for lidar_apollo_cnn_seg

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add CMake GPU checks for lidar_euclidean_cluster_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add CMake GPU checks for lidar_point_pillars

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add CMake GPU checks for trafficlight_recognizer

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add CMake GPU checks for vision_darknet_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add CMake GPU checks for vision_segment_enet_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add CMake GPU checks for vision_ssd_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add CMake GPU checks for ndt_gpu

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add CMake GPU checks for lidar_localizer

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Increase Minimum Eigen Version to 3.3.6 on GPU mode, according to #2098

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add Missing autoware_build_flags to vision_segment_enet_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add missing autoware_build_flags to ndt_gpu

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add autoware_build_flags as build tool for ndt_gpu

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Invert CMake CUDA compilation flag logic

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Increase Eigen minimum required version to 3.3.7

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>
amc-nu added a commit that referenced this pull request May 24, 2019
* Feature/edit typo (#1769)

Fix language.

* Update README.md

* Update contact details

* Feature/update autoware launcher (#2056)

* Add prototype of plugin file editor

* Change logger level

* Support command line options

* Update gazebo simulator panel

* Add plugin edit tool and update plugins

* Fix a bug of transform edit

* Fix setup.py to install all packages

* Update the code for compatibility with python3

* Update the code for colcon build

* updated plugin for lane_rule, lane_stop, and voxel_grid_filter

* Fix that the plugin_description is not installed

* Fix launch file error

* Fix test failed

* Skip test of unbuilt packages

* Add run script

* Add profile description

* Fix launch file install path of point_downsampler

* Update README file

* Update README file for plugin file

* Fix README file

* Add notice to run script

* Update CHANGELOGs

* Replace URI in CHANGELOGs

* Set version 1.10.0

* Creanup rst format

* 1.11.0

* Change RTM default topic to match UKF node launch file (#2142)

* Remove old issue and PR templates (#2148)

* Update repository info files (#2149)

* Add missing info files

* Update contributing info file

* Merge left over features from around the 1.11 release (#2151)

* Fix deceleration value bug in following state

inv_time will be negatived when forward object too close, but deceleration_critical will be smaller than max_deceleration

* fix bug of max split size

* change conversion formula from GB to Byte

* Update twist_filter.cpp (#1932)

* Feature/edit typo (#1769)

Fix language.

* Update twist_filter.cpp

* Fix/compare map filter squared distance (#1896)

* fix squared distance

* update default param

* update default param

* update launch file

* update interface.yaml

* Added AW Lexus model (#2117)

* Added AW Lexus model

* Adapt urdf to match mesh orientation

* Replace IV texture with AW (#2119)

* Update rect_class_score.h (#1825)

fixed typo for class label for OVEN - 'over' should be 'oven'

* Fixed wrong assignement of message type to package (#1706)

The message type ConfigWaypointLoader has been assigned to autoware_config_msgs in 8bf1c47.
This fixes the issue https://github.com/CPFL/Autoware/issues/1705.

* fix RuntimeManager on lxterminal #1203 (#1204)

* fix RuntimeManager on lxterminal #1203

* Modify the different behavior in gnome-terminal environment

* Set OPTION_TITLE in meta-terminal and xfce4-terminal environment

* Update run

* Add missing install for image resources on camera calibrator (#2137)

* Add missing install for image resources

* Switched to share

* Add .repos file for setting up an Autoware workspace using vcs (#2161)

* Add .repos file for setting up an Autoware workspace using vcs

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use https protocol for git repositories

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use lgsvl_msgs from binaries

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use American English for repository names

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Break spelling

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Remove enablePlannerDynamicSwitch (#1919)

* Remove enablePlannerDynamicSwitch from lane_select.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from lane_select_core.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from velocity_set.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from velocity_set.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner_core.h

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner_core.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from autoware_launcher

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Updated paths in quick_start launch files and parameters in default.rviz (#2206)

Signed-off-by: sgermanserrano <servando.german.serrano@linaro.org>

* Fix bug that limits the data rate of DataRateCheckerPlugin (#2205)

* Repair bug that limits the data rate of DataRateCheckerPlugin

- A larger message buffer was added to message callbacks of the topic subscribers in DataRateCheckerPlugin
- Handling of timing was changed from std::chrono to ros::Time
- Maximum frequency selection from the Min. Hz option was increased
- Exception handling was improved to be more similar to the Python tool rostopic hz

Signed-off-by: David <david@lifecyclist.co.nz>

* Remove unused variable in header file

Signed-off-by: David <david@lifecyclist.co.nz>

* Apply ROS clang format

Signed-off-by: David <david@lifecyclist.co.nz>

* Revert "Apply ROS clang format"

This reverts commit 88563f1.

Signed-off-by: David <david@lifecyclist.co.nz>

* Adding install directive for node (#2195)

Issue: executable is not found/built with colcon_release, added install targets.
Signed-off-by: snehagn <sganesh@autonomoustuff.com>

* fix install directive for waypoint extractor (#2219)

Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>

* Remove points2costmap (#2248)

* remove points2costmap

Signed-off-by: Kosuke Murakami <kosuke.murakami@tier4.jp>

* remove reaadme description and launch file

Signed-off-by: Kosuke Murakami <kosuke.murakami@tier4.jp>

* Fix for AutowareLauncher nosetests error

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* [fix]: make sure cost is set with expanding_polygon_size (#2245)

Signed-off-by: Kosuke Murakami <kosuke.murakami@tier4.jp>

* Add GPU Checks on autoware_build_flags

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add CMake GPU checks for lidar_apollo_cnn_seg

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add CMake GPU checks for lidar_euclidean_cluster_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add CMake GPU checks for lidar_point_pillars

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add CMake GPU checks for trafficlight_recognizer

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add CMake GPU checks for vision_darknet_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add CMake GPU checks for vision_segment_enet_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add CMake GPU checks for vision_ssd_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add CMake GPU checks for ndt_gpu

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add CMake GPU checks for lidar_localizer

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* ekf_localizer (#2247)

* kalman_filter: add all commits for signoff

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* kalman_filter: change const to constexpr

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* kalman_filter: modify xml format & license format

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* kalman_filter: add figures for kalman filter quation

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* kalman_filter: move kalman_filter libraries from kalman_filter_localizer pkg to amathutils_lib

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* kalman_filter: fix CMakelists for colcon build error & change initial covariance from 1e3 to 1e15

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* kalman_filter: modify yaw calc functiuon

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* kalman_filter: update readme

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: change package name from kalman filter localozer

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* twist_generator: add pkg

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: add use_ndt_pose_with_covariance option

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* twist_generator: modify in runtime_manager.yaml

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: bug fix of yaw error > 2*pi & add debug messages

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* twist_generator: add runtime_manager & change node name

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: change params & default values

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: remove config file & modify readme

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: change parameters

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_locakizer: change initial param values

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: remove ndt name, change to pose

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* elf_localozer: use doxygen format for kalman filter library & change file name to time_delay_kalman_filter

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: change comments for test code

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* amathutils: change error msg from prntf to std::cerr

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* twist_generator: split codes into .hpp & .cpp

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: modify readme, add parameters in runtime_manager

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: use docygen format for ekf_localizer.hpp

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: modify readme (ekf parameter turning)

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* amathutils_lib: add comments & remove unnecessary variable in kalman filter

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer:

 * add test code
 * move main() to core for test
 * add valid check for update functions in ekf_localizer.cpp
 * align default parameter values to be same in node, launch, readme, runtime_manager

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* Increase Minimum Eigen Version to 3.3.6 on GPU mode, according to #2098

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add Missing autoware_build_flags to vision_segment_enet_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add missing autoware_build_flags to ndt_gpu

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add autoware_build_flags as build tool for ndt_gpu

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Fix don't show run time in runtimemanager #2229 (#2235)

Signed-off-by: andoh501 <toandoh104@gmail.com>

* Invert CMake CUDA compilation flag logic

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Increase Eigen minimum required version to 3.3.7

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* runtime_manager: change params definition from int to float (#2266)

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* fix behavior_state in imm_ukf_pda_track (#2240)

Signed-off-by: Kosuke Murakami <kosuke.murakami@tier4.jp>

* Fix gazebo not found in colcon_release_cross synquacer (#2268)

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Switch CMake CUDA detection to use a single var

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Switch to ENVVAR from CLI to enable CUDA compilation

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Fix for CI compilation without GPU

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Set env var for cuda compilation travis ci

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Set CUDA required when explicitly setting cuda support

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Set USE_CUDA when CUDA is actually available

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Change CUDA disabled warning message text

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>
gbiggs pushed a commit that referenced this pull request May 31, 2019
* Add missing install for image resources

* Switched to share
gbiggs pushed a commit that referenced this pull request May 31, 2019
* Fix deceleration value bug in following state

inv_time will be negatived when forward object too close, but deceleration_critical will be smaller than max_deceleration

* Added grid_map_msgs from grid_map@1.6.0

* Added grid_map_cv from grid_map@1.6.0

* Added grid_map_ros from grid_map@1.6.0

* Added grid_map_core from grid_map@1.6.0

* Added jsk_recognition_msgs from jsk_recognition@1.2.6

* Added jsk_recognition_util from jsk_recognition@1.2.6

* Added jsk_rviz_plugins from jsk_visualization@2.1.4

* Added grid_map_visualization from grid_map@1.6.0

* Depend on cmake_modules and tinyxml

* Upgrade GStreamer dependency to 1.0 from 0.10

* Remove ROS_DISTRO checks and assume the target ROS distribution is at least Kinetic

* Disable ymc for ROS Melodic and later

* Added dependency for jsk_recognition_msgs to jsk_recognition_utils

* Added pipeline for ROS Melodic

* Added gnupg2

* Install tzdata non-interactivelly

* Added jsk_rviz_plugins as a dependency

* Added jsk_rviz_plugins as a dependency to lidar_localizer

* Added jsk_rviz_plugins as a dependency to lidar_euclidean_cluster_detect

* Use /usr/bin/python3 for PYTHON_EXECUTABLE

* Update dependencies

* Backport https://github.com/jsk-ros-pkg/jsk_recognition/pull/2389

* Added numpy to the Docker image for jsk_recognition_utils

* Added Cython and Numpy paths to CMake toolchains

* Update build scripts

* Added autoware_msgs_generate_messages_cpp to the list of target dependencies

* Added missing dependency (#1933)

* Added support for Melodic

* Added Docker image for crosscompiling for Melodic

* Update image for Melodic

* Added pipeline for crosscompiling for melodic

* Fix merge

* Removed jsk_recognition_msgs and jsk_recognition_utils, which are now available in Melodic

* Revert "Removed jsk_recognition_msgs and jsk_recognition_utils, which are now available in Melodic"

This reverts commit 698cbd1697e4c0e22085425b707923f2f246ee78.

Re-add jsk_recognition_msgs and jsk_recognition_utils. To be removed
once they become available in the main ROS .deb repositories.

* Revert "Added grid_map_visualization from grid_map@1.6.0"

This reverts commit e83e4ced2d8fca55bcc2472202a97cc1b1986c2f.

* Revert "Added grid_map_ros from grid_map@1.6.0"

This reverts commit e11da00977b51be973a90f0f2a822cc1af34b06d.

* Revert "Added grid_map_msgs from grid_map@1.6.0"

This reverts commit 3bc76339a1ca9205ed61aa69606a5a61301e3b6f.

* Revert "Added grid_map_cv from grid_map@1.6.0"

This reverts commit 26c4e8a2af08c901453ceb418b0f94e3ea8da198.

* Revert "Added grid_map_core from grid_map@1.6.0"

This reverts commit 7162edd3e19ab87ec5db6b856b30941c753aff18.

* Revert "Revert "Removed jsk_recognition_msgs and jsk_recognition_utils, which are now available in Melodic""

This reverts commit 96b562001ed82316c8a2943b4ac77de8bc8a1c31.

* Re-added grid_map and jsk_* to the crossbuild Docker image

* Revert "Added jsk_rviz_plugins from jsk_visualization@2.1.4"

This reverts commit ef1b7a229dc3b40da155dfc98d22f28623faccb9.

* Made build script slightly more verbose

* Increase verbosity for colcon test-result

* Add OpenCV libraries to the linker (#2090)

* Add missing numeric header (#2089)

* Update Docker image timestamps

* Fix CI syntax

* fix bug of max split size

* change conversion formula from GB to Byte

* Update twist_filter.cpp (#1932)

* Feature/edit typo (#1769)

Fix language.

* Update twist_filter.cpp

* Fix/compare map filter squared distance (#1896)

* fix squared distance

* update default param

* update default param

* update launch file

* update interface.yaml

* Added AW Lexus model (#2117)

* Added AW Lexus model

* Adapt urdf to match mesh orientation

* Replace IV texture with AW (#2119)

* Update rect_class_score.h (#1825)

fixed typo for class label for OVEN - 'over' should be 'oven'

* Fixed wrong assignement of message type to package (#1706)

The message type ConfigWaypointLoader has been assigned to autoware_config_msgs in https://github.com/CPFL/Autoware/commit/8bf1c47fbc18a0303fda23c601dfe959a3afbc41.
This fixes the issue https://github.com/CPFL/Autoware/issues/1705.

* fix RuntimeManager on lxterminal #1203 (#1204)

* fix RuntimeManager on lxterminal #1203

* Modify the different behavior in gnome-terminal environment

* Set OPTION_TITLE in meta-terminal and xfce4-terminal environment

* Update run

* Add missing install for image resources on camera calibrator (#2137)

* Add missing install for image resources

* Switched to share

* Added grid_map_msgs from grid_map@1.6.0

* Added grid_map_cv from grid_map@1.6.0

* Added grid_map_ros from grid_map@1.6.0

* Added grid_map_core from grid_map@1.6.0

* Added jsk_recognition_msgs from jsk_recognition@1.2.6

* Added jsk_recognition_util from jsk_recognition@1.2.6

* Added grid_map_visualization from grid_map@1.6.0

* Added jsk_rviz_plugins from jsk_visualization@2.1.4

* Depend on cmake_modules and tinyxml

* Upgrade GStreamer dependency to 1.0 from 0.10

* Remove ROS_DISTRO checks and assume the target ROS distribution is at least Kinetic

* Disable ymc for ROS Melodic and later

* Added dependency for jsk_recognition_msgs to jsk_recognition_utils

* Added pipeline for ROS Melodic

* Added gnupg2

* Install tzdata non-interactivelly

* Added jsk_rviz_plugins as a dependency

* Added jsk_rviz_plugins as a dependency to lidar_localizer

* Added jsk_rviz_plugins as a dependency to lidar_euclidean_cluster_detect

* Use /usr/bin/python3 for PYTHON_EXECUTABLE

* Update dependencies

* Backport https://github.com/jsk-ros-pkg/jsk_recognition/pull/2389

* Added numpy to the Docker image for jsk_recognition_utils

* Added Cython and Numpy paths to CMake toolchains

* Update build scripts

* Added autoware_msgs_generate_messages_cpp to the list of target dependencies

* Added missing dependency (#1933)

* Added support for Melodic

* Added Docker image for crosscompiling for Melodic

* Update image for Melodic

* Added pipeline for crosscompiling for melodic

* Fix merge

* Removed jsk_recognition_msgs and jsk_recognition_utils, which are now available in Melodic

* Revert "Removed jsk_recognition_msgs and jsk_recognition_utils, which are now available in Melodic"

This reverts commit 698cbd1697e4c0e22085425b707923f2f246ee78.

Re-add jsk_recognition_msgs and jsk_recognition_utils. To be removed
once they become available in the main ROS .deb repositories.

* Revert "Added grid_map_visualization from grid_map@1.6.0"

This reverts commit e83e4ced2d8fca55bcc2472202a97cc1b1986c2f.

* Revert "Added grid_map_ros from grid_map@1.6.0"

This reverts commit e11da00977b51be973a90f0f2a822cc1af34b06d.

* Revert "Added grid_map_msgs from grid_map@1.6.0"

This reverts commit 3bc76339a1ca9205ed61aa69606a5a61301e3b6f.

* Revert "Added grid_map_cv from grid_map@1.6.0"

This reverts commit 26c4e8a2af08c901453ceb418b0f94e3ea8da198.

* Revert "Added grid_map_core from grid_map@1.6.0"

This reverts commit 7162edd3e19ab87ec5db6b856b30941c753aff18.

* Revert "Revert "Removed jsk_recognition_msgs and jsk_recognition_utils, which are now available in Melodic""

This reverts commit 96b562001ed82316c8a2943b4ac77de8bc8a1c31.

* Re-added grid_map and jsk_* to the crossbuild Docker image

* Revert "Added jsk_rviz_plugins from jsk_visualization@2.1.4"

This reverts commit ef1b7a229dc3b40da155dfc98d22f28623faccb9.

* Made build script slightly more verbose

* Increase verbosity for colcon test-result

* Add OpenCV libraries to the linker (#2090)

* Add missing numeric header (#2089)

* Update Docker image timestamps

* Fix CI syntax

* YMC library for Melodic (#2135)

* Replace library to -fPIC compiled binary (x86/aarch64)

(cherry picked from commit 849f623728d00ed4ce14d26d5fa4975ec8936d3c)

* Added melodic support

* Fix typo in CMake file

* GPU support on Melodic (#2173)

* Feature/edit typo (#1769)

Fix language.

* Update README.md

* Update contact details

* Feature/update autoware launcher (#2056)

* Add prototype of plugin file editor

* Change logger level

* Support command line options

* Update gazebo simulator panel

* Add plugin edit tool and update plugins

* Fix a bug of transform edit

* Fix setup.py to install all packages

* Update the code for compatibility with python3

* Update the code for colcon build

* updated plugin for lane_rule, lane_stop, and voxel_grid_filter

* Fix that the plugin_description is not installed

* Fix launch file error

* Fix test failed

* Skip test of unbuilt packages

* Add run script

* Add profile description

* Fix launch file install path of point_downsampler

* Update README file

* Update README file for plugin file

* Fix README file

* Add notice to run script

* Update CHANGELOGs

* Replace URI in CHANGELOGs

* Set version 1.10.0

* Creanup rst format

* 1.11.0

* Change RTM default topic to match UKF node launch file (#2142)

* Remove old issue and PR templates (#2148)

* Update repository info files (#2149)

* Add missing info files

* Update contributing info file

* Merge left over features from around the 1.11 release (#2151)

* Fix deceleration value bug in following state

inv_time will be negatived when forward object too close, but deceleration_critical will be smaller than max_deceleration

* fix bug of max split size

* change conversion formula from GB to Byte

* Update twist_filter.cpp (#1932)

* Feature/edit typo (#1769)

Fix language.

* Update twist_filter.cpp

* Fix/compare map filter squared distance (#1896)

* fix squared distance

* update default param

* update default param

* update launch file

* update interface.yaml

* Added AW Lexus model (#2117)

* Added AW Lexus model

* Adapt urdf to match mesh orientation

* Replace IV texture with AW (#2119)

* Update rect_class_score.h (#1825)

fixed typo for class label for OVEN - 'over' should be 'oven'

* Fixed wrong assignement of message type to package (#1706)

The message type ConfigWaypointLoader has been assigned to autoware_config_msgs in https://github.com/CPFL/Autoware/commit/8bf1c47fbc18a0303fda23c601dfe959a3afbc41.
This fixes the issue https://github.com/CPFL/Autoware/issues/1705.

* fix RuntimeManager on lxterminal #1203 (#1204)

* fix RuntimeManager on lxterminal #1203

* Modify the different behavior in gnome-terminal environment

* Set OPTION_TITLE in meta-terminal and xfce4-terminal environment

* Update run

* Add missing install for image resources on camera calibrator (#2137)

* Add missing install for image resources

* Switched to share

* Add CMake, CUDA, Eigen version checks for the CUDA accelerated nodes
Add CUDA enabled CI

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Remove deprecated vision_detector DPM

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Switch CI to use colcon insead of catkin tools

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Fix travis ci syntax file

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* switch from colcon to catkin tools on kinetic(not supported on industrial_ci)

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for lidar_localizer

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for lidar_apollo_cnn_seg_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for vision_segment_enet_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for vision_ssd_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for lidar_point_pillars

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add .repos file for setting up an Autoware workspace using vcs (#2161)

* Add .repos file for setting up an Autoware workspace using vcs

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use https protocol for git repositories

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use lgsvl_msgs from binaries

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use American English for repository names

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Break spelling

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Remove non-required Eigen check on lidar_apollo_cnn_seg_detect package

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add Driveworks check on ARM64/CUDA devices for autoware_driveworks_gmsl_interface package

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add Driveworks check on ARM64/CUDA devices for autoware_driveworks_interface package

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Remove enablePlannerDynamicSwitch (#1919)

* Remove enablePlannerDynamicSwitch from lane_select.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from lane_select_core.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from velocity_set.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from velocity_set.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner_core.h

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner_core.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from autoware_launcher

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Updated paths in quick_start launch files and parameters in default.rviz (#2206)

Signed-off-by: sgermanserrano <servando.german.serrano@linaro.org>

* Fix bug that limits the data rate of DataRateCheckerPlugin (#2205)

* Repair bug that limits the data rate of DataRateCheckerPlugin

- A larger message buffer was added to message callbacks of the topic subscribers in DataRateCheckerPlugin
- Handling of timing was changed from std::chrono to ros::Time
- Maximum frequency selection from the Min. Hz option was increased
- Exception handling was improved to be more similar to the Python tool rostopic hz

Signed-off-by: David <david@lifecyclist.co.nz>

* Remove unused variable in header file

Signed-off-by: David <david@lifecyclist.co.nz>

* Apply ROS clang format

Signed-off-by: David <david@lifecyclist.co.nz>

* Revert "Apply ROS clang format"

This reverts commit 88563f1aa768430d78b6e4f9f9612d0680ae2385.

Signed-off-by: David <david@lifecyclist.co.nz>

* Adding install directive for node (#2195)

Issue: executable is not found/built with colcon_release, added install targets.
Signed-off-by: snehagn <sganesh@autonomoustuff.com>

* Remove unnecesary gstreamer1.0-plugins-good dependency from pointgrey_drivers

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* fix install directive for waypoint extractor (#2219)

Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>

* Feature/melodic rebase (#2242)

* Feature/edit typo (#1769)

Fix language.

* Update README.md

* Update contact details

* Feature/update autoware launcher (#2056)

* Add prototype of plugin file editor

* Change logger level

* Support command line options

* Update gazebo simulator panel

* Add plugin edit tool and update plugins

* Fix a bug of transform edit

* Fix setup.py to install all packages

* Update the code for compatibility with python3

* Update the code for colcon build

* updated plugin for lane_rule, lane_stop, and voxel_grid_filter

* Fix that the plugin_description is not installed

* Fix launch file error

* Fix test failed

* Skip test of unbuilt packages

* Add run script

* Add profile description

* Fix launch file install path of point_downsampler

* Update README file

* Update README file for plugin file

* Fix README file

* Add notice to run script

* Update CHANGELOGs

* Replace URI in CHANGELOGs

* Set version 1.10.0

* Creanup rst format

* 1.11.0

* Change RTM default topic to match UKF node launch file (#2142)

* Remove old issue and PR templates (#2148)

* Update repository info files (#2149)

* Add missing info files

* Update contributing info file

* Merge left over features from around the 1.11 release (#2151)

* Fix deceleration value bug in following state

inv_time will be negatived when forward object too close, but deceleration_critical will be smaller than max_deceleration

* fix bug of max split size

* change conversion formula from GB to Byte

* Update twist_filter.cpp (#1932)

* Feature/edit typo (#1769)

Fix language.

* Update twist_filter.cpp

* Fix/compare map filter squared distance (#1896)

* fix squared distance

* update default param

* update default param

* update launch file

* update interface.yaml

* Added AW Lexus model (#2117)

* Added AW Lexus model

* Adapt urdf to match mesh orientation

* Replace IV texture with AW (#2119)

* Update rect_class_score.h (#1825)

fixed typo for class label for OVEN - 'over' should be 'oven'

* Fixed wrong assignement of message type to package (#1706)

The message type ConfigWaypointLoader has been assigned to autoware_config_msgs in https://github.com/CPFL/Autoware/commit/8bf1c47fbc18a0303fda23c601dfe959a3afbc41.
This fixes the issue https://github.com/CPFL/Autoware/issues/1705.

* fix RuntimeManager on lxterminal #1203 (#1204)

* fix RuntimeManager on lxterminal #1203

* Modify the different behavior in gnome-terminal environment

* Set OPTION_TITLE in meta-terminal and xfce4-terminal environment

* Update run

* Add missing install for image resources on camera calibrator (#2137)

* Add missing install for image resources

* Switched to share

* Add .repos file for setting up an Autoware workspace using vcs (#2161)

* Add .repos file for setting up an Autoware workspace using vcs

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use https protocol for git repositories

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use lgsvl_msgs from binaries

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use American English for repository names

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Break spelling

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Remove enablePlannerDynamicSwitch (#1919)

* Remove enablePlannerDynamicSwitch from lane_select.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from lane_select_core.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from velocity_set.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from velocity_set.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner_core.h

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner_core.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from autoware_launcher

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Updated paths in quick_start launch files and parameters in default.rviz (#2206)

Signed-off-by: sgermanserrano <servando.german.serrano@linaro.org>

* Fix bug that limits the data rate of DataRateCheckerPlugin (#2205)

* Repair bug that limits the data rate of DataRateCheckerPlugin

- A larger message buffer was added to message callbacks of the topic subscribers in DataRateCheckerPlugin
- Handling of timing was changed from std::chrono to ros::Time
- Maximum frequency selection from the Min. Hz option was increased
- Exception handling was improved to be more similar to the Python tool rostopic hz

Signed-off-by: David <david@lifecyclist.co.nz>

* Remove unused variable in header file

Signed-off-by: David <david@lifecyclist.co.nz>

* Apply ROS clang format

Signed-off-by: David <david@lifecyclist.co.nz>

* Revert "Apply ROS clang format"

This reverts commit 88563f1aa768430d78b6e4f9f9612d0680ae2385.

Signed-off-by: David <david@lifecyclist.co.nz>

* Adding install directive for node (#2195)

Issue: executable is not found/built with colcon_release, added install targets.
Signed-off-by: snehagn <sganesh@autonomoustuff.com>

* fix install directive for waypoint extractor (#2219)

Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>

* Remove points2costmap (#2248)

* remove points2costmap

Signed-off-by: Kosuke Murakami <kosuke.murakami@tier4.jp>

* remove reaadme description and launch file

Signed-off-by: Kosuke Murakami <kosuke.murakami@tier4.jp>

* [fix]: make sure cost is set with expanding_polygon_size (#2245)

Signed-off-by: Kosuke Murakami <kosuke.murakami@tier4.jp>

* ekf_localizer (#2247)

* kalman_filter: add all commits for signoff

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* kalman_filter: change const to constexpr

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* kalman_filter: modify xml format & license format

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* kalman_filter: add figures for kalman filter quation

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* kalman_filter: move kalman_filter libraries from kalman_filter_localizer pkg to amathutils_lib

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* kalman_filter: fix CMakelists for colcon build error & change initial covariance from 1e3 to 1e15

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* kalman_filter: modify yaw calc functiuon

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* kalman_filter: update readme

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: change package name from kalman filter localozer

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* twist_generator: add pkg

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: add use_ndt_pose_with_covariance option

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* twist_generator: modify in runtime_manager.yaml

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: bug fix of yaw error > 2*pi & add debug messages

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* twist_generator: add runtime_manager & change node name

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: change params & default values

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: remove config file & modify readme

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: change parameters

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_locakizer: change initial param values

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: remove ndt name, change to pose

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* elf_localozer: use doxygen format for kalman filter library & change file name to time_delay_kalman_filter

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: change comments for test code

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* amathutils: change error msg from prntf to std::cerr

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* twist_generator: split codes into .hpp & .cpp

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: modify readme, add parameters in runtime_manager

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: use docygen format for ekf_localizer.hpp

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: modify readme (ekf parameter turning)

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* amathutils_lib: add comments & remove unnecessary variable in kalman filter

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer:

 * add test code
 * move main() to core for test
 * add valid check for update functions in ekf_localizer.cpp
 * align default parameter values to be same in node, launch, readme, runtime_manager

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* Added grid_map_msgs from grid_map@1.6.0

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Added grid_map_cv from grid_map@1.6.0

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Added grid_map_ros from grid_map@1.6.0

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Added grid_map_core from grid_map@1.6.0

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Added jsk_recognition_msgs from jsk_recognition@1.2.6

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Added jsk_recognition_util from jsk_recognition@1.2.6

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Added jsk_rviz_plugins from jsk_visualization@2.1.4

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Added grid_map_visualization from grid_map@1.6.0

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Depend on cmake_modules and tinyxml

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Upgrade GStreamer dependency to 1.0 from 0.10

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Remove ROS_DISTRO checks and assume the target ROS distribution is at least Kinetic

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Disable ymc for ROS Melodic and later

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Added dependency for jsk_recognition_msgs to jsk_recognition_utils

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Added pipeline for ROS Melodic

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Added gnupg2

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Install tzdata non-interactivelly

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Added jsk_rviz_plugins as a dependency

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Added jsk_rviz_plugins as a dependency to lidar_localizer

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Added jsk_rviz_plugins as a dependency to lidar_euclidean_cluster_detect

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Use /usr/bin/python3 for PYTHON_EXECUTABLE

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Update dependencies

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Backport https://github.com/jsk-ros-pkg/jsk_recognition/pull/2389

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Added numpy to the Docker image for jsk_recognition_utils

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Added Cython and Numpy paths to CMake toolchains

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Update build scripts

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Added autoware_msgs_generate_messages_cpp to the list of target dependencies

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Added missing dependency (#1933)

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Added support for Melodic

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Added Docker image for crosscompiling for Melodic

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Update image for Melodic

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Added pipeline for crosscompiling for melodic

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Fix merge

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Removed jsk_recognition_msgs and jsk_recognition_utils, which are now available in Melodic

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Revert "Removed jsk_recognition_msgs and jsk_recognition_utils, which are now available in Melodic"

This reverts commit 698cbd1697e4c0e22085425b707923f2f246ee78.

Re-add jsk_recognition_msgs and jsk_recognition_utils. To be removed
once they become available in the main ROS .deb repositories.

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Revert "Added grid_map_visualization from grid_map@1.6.0"

This reverts commit e83e4ced2d8fca55bcc2472202a97cc1b1986c2f.

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Revert "Added grid_map_ros from grid_map@1.6.0"

This reverts commit e11da00977b51be973a90f0f2a822cc1af34b06d.

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Revert "Added grid_map_msgs from grid_map@1.6.0"

This reverts commit 3bc76339a1ca9205ed61aa69606a5a61301e3b6f.

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Revert "Added grid_map_cv from grid_map@1.6.0"

This reverts commit 26c4e8a2af08c901453ceb418b0f94e3ea8da198.

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Revert "Added grid_map_core from grid_map@1.6.0"

This reverts commit 7162edd3e19ab87ec5db6b856b30941c753aff18.

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Revert "Revert "Removed jsk_recognition_msgs and jsk_recognition_utils, which are now available in Melodic""

This reverts commit 96b562001ed82316c8a2943b4ac77de8bc8a1c31.

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Re-added grid_map and jsk_* to the crossbuild Docker image

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* fix bug of max split size

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* change conversion formula from GB to Byte

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Fixed wrong assignement of message type to package (#1706)

The message type ConfigWaypointLoader has been assigned to autoware_config_msgs in https://github.com/CPFL/Autoware/commit/8bf1c47fbc18a0303fda23c601dfe959a3afbc41.
This fixes the issue https://github.com/CPFL/Autoware/issues/1705.

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Revert "Added jsk_rviz_plugins from jsk_visualization@2.1.4"

This reverts commit ef1b7a229dc3b40da155dfc98d22f28623faccb9.

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Made build script slightly more verbose

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Increase verbosity for colcon test-result

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Add OpenCV libraries to the linker (#2090)

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Add missing numeric header (#2089)

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Update Docker image timestamps

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Fix CI syntax

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* YMC library for Melodic (#2135)

* Replace library to -fPIC compiled binary (x86/aarch64)

(cherry picked from commit 849f623728d00ed4ce14d26d5fa4975ec8936d3c)

* Added melodic support

* Fix typo in CMake file

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* GPU support on Melodic (#2173)

* Feature/edit typo (#1769)

Fix language.

* Update README.md

* Update contact details

* Feature/update autoware launcher (#2056)

* Add prototype of plugin file editor

* Change logger level

* Support command line options

* Update gazebo simulator panel

* Add plugin edit tool and update plugins

* Fix a bug of transform edit

* Fix setup.py to install all packages

* Update the code for compatibility with python3

* Update the code for colcon build

* updated plugin for lane_rule, lane_stop, and voxel_grid_filter

* Fix that the plugin_description is not installed

* Fix launch file error

* Fix test failed

* Skip test of unbuilt packages

* Add run script

* Add profile description

* Fix launch file install path of point_downsampler

* Update README file

* Update README file for plugin file

* Fix README file

* Add notice to run script

* Update CHANGELOGs

* Replace URI in CHANGELOGs

* Set version 1.10.0

* Creanup rst format

* 1.11.0

* Change RTM default topic to match UKF node launch file (#2142)

* Remove old issue and PR templates (#2148)

* Update repository info files (#2149)

* Add missing info files

* Update contributing info file

* Merge left over features from around the 1.11 release (#2151)

* Fix deceleration value bug in following state

inv_time will be negatived when forward object too close, but deceleration_critical will be smaller than max_deceleration

* fix bug of max split size

* change conversion formula from GB to Byte

* Update twist_filter.cpp (#1932)

* Feature/edit typo (#1769)

Fix language.

* Update twist_filter.cpp

* Fix/compare map filter squared distance (#1896)

* fix squared distance

* update default param

* update default param

* update launch file

* update interface.yaml

* Added AW Lexus model (#2117)

* Added AW Lexus model

* Adapt urdf to match mesh orientation

* Replace IV texture with AW (#2119)

* Update rect_class_score.h (#1825)

fixed typo for class label for OVEN - 'over' should be 'oven'

* Fixed wrong assignement of message type to package (#1706)

The message type ConfigWaypointLoader has been assigned to autoware_config_msgs in https://github.com/CPFL/Autoware/commit/8bf1c47fbc18a0303fda23c601dfe959a3afbc41.
This fixes the issue https://github.com/CPFL/Autoware/issues/1705.

* fix RuntimeManager on lxterminal #1203 (#1204)

* fix RuntimeManager on lxterminal #1203

* Modify the different behavior in gnome-terminal environment

* Set OPTION_TITLE in meta-terminal and xfce4-terminal environment

* Update run

* Add missing install for image resources on camera calibrator (#2137)

* Add missing install for image resources

* Switched to share

* Add CMake, CUDA, Eigen version checks for the CUDA accelerated nodes
Add CUDA enabled CI

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Remove deprecated vision_detector DPM

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Switch CI to use colcon insead of catkin tools

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Fix travis ci syntax file

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* switch from colcon to catkin tools on kinetic(not supported on industrial_ci)

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for lidar_localizer

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for lidar_apollo_cnn_seg_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for vision_segment_enet_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for vision_ssd_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for lidar_point_pillars

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add .repos file for setting up an Autoware workspace using vcs (#2161)

* Add .repos file for setting up an Autoware workspace using vcs

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use https protocol for git repositories

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use lgsvl_msgs from binaries

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use American English for repository names

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Break spelling

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Remove non-required Eigen check on lidar_apollo_cnn_seg_detect package

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add Driveworks check on ARM64/CUDA devices for autoware_driveworks_gmsl_interface package

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add Driveworks check on ARM64/CUDA devices for autoware_driveworks_interface package

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Remove enablePlannerDynamicSwitch (#1919)

* Remove enablePlannerDynamicSwitch from lane_select.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from lane_select_core.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from velocity_set.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from velocity_set.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner_core.h

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner_core.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from autoware_launcher

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Updated paths in quick_start launch files and parameters in default.rviz (#2206)

Signed-off-by: sgermanserrano <servando.german.serrano@linaro.org>

* Fix bug that limits the data rate of DataRateCheckerPlugin (#2205)

* Repair bug that limits the data rate of DataRateCheckerPlugin

- A larger message buffer was added to message callbacks of the topic subscribers in DataRateCheckerPlugin
- Handling of timing was changed from std::chrono to ros::Time
- Maximum frequency selection from the Min. Hz option was increased
- Exception handling was improved to be more similar to the Python tool rostopic hz

Signed-off-by: David <david@lifecyclist.co.nz>

* Remove unused variable in header file

Signed-off-by: David <david@lifecyclist.co.nz>

* Apply ROS clang format

Signed-off-by: David <david@lifecyclist.co.nz>

* Revert "Apply ROS clang format"

This reverts commit 88563f1aa768430d78b6e4f9f9612d0680ae2385.

Signed-off-by: David <david@lifecyclist.co.nz>

* Adding install directive for node (#2195)

Issue: executable is not found/built with colcon_release, added install targets.
Signed-off-by: snehagn <sganesh@autonomoustuff.com>

* Remove unnecesary gstreamer1.0-plugins-good dependency from pointgrey_drivers

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* fix install directive for waypoint extractor (#2219)

Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>
Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Melodic CPU/GPU compilation flag (#2265)

* Feature/edit typo (#1769)

Fix language.

* Update README.md

* Update contact details

* Feature/update autoware launcher (#2056)

* Add prototype of plugin file editor

* Change logger level

* Support command line options

* Update gazebo simulator panel

* Add plugin edit tool and update plugins

* Fix a bug of transform edit

* Fix setup.py to install all packages

* Update the code for compatibility with python3

* Update the code for colcon build

* updated plugin for lane_rule, lane_stop, and voxel_grid_filter

* Fix that the plugin_description is not installed

* Fix launch file error

* Fix test failed

* Skip test of unbuilt packages

* Add run script

* Add profile description

* Fix launch file install path of point_downsampler

* Update README file

* Update README file for plugin file

* Fix README file

* Add notice to run script

* Update CHANGELOGs

* Replace URI in CHANGELOGs

* Set version 1.10.0

* Creanup rst format

* 1.11.0

* Change RTM default topic to match UKF node launch file (#2142)

* Remove old issue and PR templates (#2148)

* Update repository info files (#2149)

* Add missing info files

* Update contributing info file

* Merge left over features from around the 1.11 release (#2151)

* Fix deceleration value bug in following state

inv_time will be negatived when forward object too close, but deceleration_critical will be smaller than max_deceleration

* fix bug of max split size

* change conversion formula from GB to Byte

* Update twist_filter.cpp (#1932)

* Feature/edit typo (#1769)

Fix language.

* Update twist_filter.cpp

* Fix/compare map filter squared distance (#1896)

* fix squared distance

* update default param

* update default param

* update launch file

* update interface.yaml

* Added AW Lexus model (#2117)

* Added AW Lexus model

* Adapt urdf to match mesh orientation

* Replace IV texture with AW (#2119)

* Update rect_class_score.h (#1825)

fixed typo for class label for OVEN - 'over' should be 'oven'

* Fixed wrong assignement of message type to package (#1706)

The message type ConfigWaypointLoader has been assigned to autoware_config_msgs in https://github.com/CPFL/Autoware/commit/8bf1c47fbc18a0303fda23c601dfe959a3afbc41.
This fixes the issue https://github.com/CPFL/Autoware/issues/1705.

* fix RuntimeManager on lxterminal #1203 (#1204)

* fix RuntimeManager on lxterminal #1203

* Modify the different behavior in gnome-terminal environment

* Set OPTION_TITLE in meta-terminal and xfce4-terminal environment

* Update run

* Add missing install for image resources on camera calibrator (#2137)

* Add missing install for image resources

* Switched to share

* Add .repos file for setting up an Autoware workspace using vcs (#2161)

* Add .repos file for setting up an Autoware workspace using vcs

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use https protocol for git repositories

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use lgsvl_msgs from binaries

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use American English for repository names

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Break spelling

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Remove enablePlannerDynamicSwitch (#1919)

* Remove enablePlannerDynamicSwitch from lane_select.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from lane_select_core.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from velocity_set.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from velocity_set.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner_core.h

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner_core.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from autoware_launcher

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Updated paths in quick_start launch files and parameters in default.rviz (#2206)

Signed-off-by: sgermanserrano <servando.german.serrano@linaro.org>

* Fix bug that limits the data rate of DataRateCheckerPlugin (#2205)

* Repair bug that limits the data rate of DataRateCheckerPlugin

- A larger message buffer was added to message callbacks of the topic subscribers in DataRateCheckerPlugin
- Handling of timing was changed from std::chrono to ros::Time
- Maximum frequency selection from the Min. Hz option was increased
- Exception handling was improved to be more similar to the Python tool rostopic hz

Signed-off-by: David <david@lifecyclist.co.nz>

* Remove unused variable in header file

Signed-off-by: David <david@lifecyclist.co.nz>

* Apply ROS clang format

Signed-off-by: David <david@lifecyclist.co.nz>

* Revert "Apply ROS clang format"

This reverts commit 88563f1aa768430d78b6e4f9f9612d0680ae2385.

Signed-off-by: David <david@lifecyclist.co.nz>

* Adding install directive for node (#2195)

Issue: executable is not found/built with colcon_release, added install targets.
Signed-off-by: snehagn <sganesh@autonomoustuff.com>

* fix install directive for waypoint extractor (#2219)

Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>

* Fix for AutowareLauncher nosetests error

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add GPU Checks on autoware_build_flags

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add CMake GPU checks for lidar_apollo_cnn_seg

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add CMake GPU checks for lidar_euclidean_cluster_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add CMake GPU checks for lidar_point_pillars

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add CMake GPU checks for trafficlight_recognizer

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add CMake GPU checks for vision_darknet_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add CMake GPU checks for vision_segment_enet_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add CMake GPU checks for vision_ssd_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add CMake GPU checks for ndt_gpu

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add CMake GPU checks for lidar_localizer

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Increase Minimum Eigen Version to 3.3.6 on GPU mode, according to #2098

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add Missing autoware_build_flags to vision_segment_enet_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add missing autoware_build_flags to ndt_gpu

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add autoware_build_flags as build tool for ndt_gpu

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Invert CMake CUDA compilation flag logic

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Increase Eigen minimum required version to 3.3.7

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Updating citysim ref to pull in CMake fix. (#2269)

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Feature/melodic rebase again (#2273)

* Feature/edit typo (#1769)

Fix language.

* Update README.md

* Update contact details

* Feature/update autoware launcher (#2056)

* Add prototype of plugin file editor

* Change logger level

* Support command line options

* Update gazebo simulator panel

* Add plugin edit tool and update plugins

* Fix a bug of transform edit

* Fix setup.py to install all packages

* Update the code for compatibility with python3

* Update the code for colcon build

* updated plugin for lane_rule, lane_stop, and voxel_grid_filter

* Fix that the plugin_description is not installed

* Fix launch file error

* Fix test failed

* Skip test of unbuilt packages

* Add run script

* Add profile description

* Fix launch file install path of point_downsampler

* Update README file

* Update README file for plugin file

* Fix README file

* Add notice to run script

* Update CHANGELOGs

* Replace URI in CHANGELOGs

* Set version 1.10.0

* Creanup rst format

* 1.11.0

* Change RTM default topic to match UKF node launch file (#2142)

* Remove old issue and PR templates (#2148)

* Update repository info files (#2149)

* Add missing info files

* Update contributing info file

* Merge left over features from around the 1.11 release (#2151)

* Fix deceleration value bug in following state

inv_time will be negatived when forward object too close, but deceleration_critical will be smaller than max_deceleration

* fix bug of max split size

* change conversion formula from GB to Byte

* Update twist_filter.cpp (#1932)

* Feature/edit typo (#1769)

Fix language.

* Update twist_filter.cpp

* Fix/compare map filter squared distance (#1896)

* fix squared distance

* update default param

* update default param

* update launch file

* update interface.yaml

* Added AW Lexus model (#2117)

* Added AW Lexus model

* Adapt urdf to match mesh orientation

* Replace IV texture with AW (#2119)

* Update rect_class_score.h (#1825)

fixed typo for class label for OVEN - 'over' should be 'oven'

* Fixed wrong assignement of message type to package (#1706)

The message type ConfigWaypointLoader has been assigned to autoware_config_msgs in https://github.com/CPFL/Autoware/commit/8bf1c47fbc18a0303fda23c601dfe959a3afbc41.
This fixes the issue https://github.com/CPFL/Autoware/issues/1705.

* fix RuntimeManager on lxterminal #1203 (#1204)

* fix RuntimeManager on lxterminal #1203

* Modify the different behavior in gnome-terminal environment

* Set OPTION_TITLE in meta-terminal and xfce4-terminal environment

* Update run

* Add missing install for image resources on camera calibrator (#2137)

* Add missing install for image resources

* Switched to share

* Add .repos file for setting up an Autoware workspace using vcs (#2161)

* Add .repos file for setting up an Autoware workspace using vcs

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use https protocol for git repositories

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use lgsvl_msgs from binaries

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use American English for repository names

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Break spelling

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Remove enablePlannerDynamicSwitch (#1919)

* Remove enablePlannerDynamicSwitch from lane_select.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from lane_select_core.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from velocity_set.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from velocity_set.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner_core.h

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner_core.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from autoware_launcher

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Updated paths in quick_start launch files and parameters in default.rviz (#2206)

Signed-off-by: sgermanserrano <servando.german.serrano@linaro.org>

* Fix bug that limits the data rate of DataRateCheckerPlugin (#2205)

* Repair bug that limits the data rate of DataRateCheckerPlugin

- A larger message buffer was added to message callbacks of the topic subscribers in DataRateCheckerPlugin
- Handling of timing was changed from std::chrono to ros::Time
- Maximum frequency selection from the Min. Hz option was increased
- Exception handling was improved to be more similar to the Python tool rostopic hz

Signed-off-by: David <david@lifecyclist.co.nz>

* Remove unused variable in header file

Signed-off-by: David <david@lifecyclist.co.nz>

* Apply ROS clang format

Signed-off-by: David <david@lifecyclist.co.nz>

* Revert "Apply ROS clang format"

This reverts commit 88563f1aa768430d78b6e4f9f9612d0680ae2385.

Signed-off-by: David <david@lifecyclist.co.nz>

* Adding install directive for node (#2195)

Issue: executable is not found/built with colcon_release, added install targets.
Signed-off-by: snehagn <sganesh@autonomoustuff.com>

* fix install directive for waypoint extractor (#2219)

Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>

* Remove points2costmap (#2248)

* remove points2costmap

Signed-off-by: Kosuke Murakami <kosuke.murakami@tier4.jp>

* remove reaadme description and launch file

Signed-off-by: Kosuke Murakami <kosuke.murakami@tier4.jp>

* [fix]: make sure cost is set with expanding_polygon_size (#2245)

Signed-off-by: Kosuke Murakami <kosuke.murakami@tier4.jp>

* ekf_localizer (#2247)

* kalman_filter: add all commits for signoff

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* kalman_filter: change const to constexpr

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* kalman_filter: modify xml format & license format

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* kalman_filter: add figures for kalman filter quation

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* kalman_filter: move kalman_filter libraries from kalman_filter_localizer pkg to amathutils_lib

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* kalman_filter: fix CMakelists for colcon build error & change initial covariance from 1e3 to 1e15

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* kalman_filter: modify yaw calc functiuon

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* kalman_filter: update readme

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: change package name from kalman filter localozer

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* twist_generator: add pkg

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: add use_ndt_pose_with_covariance option

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* twist_generator: modify in runtime_manager.yaml

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: bug fix of yaw error > 2*pi & add debug messages

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* twist_generator: add runtime_manager & change node name

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: change params & default values

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: remove config file & modify readme

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: change parameters

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_locakizer: change initial param values

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: remove ndt name, change to pose

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* elf_localozer: use doxygen format for kalman filter library & change file name to time_delay_kalman_filter

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: change comments for test code

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* amathutils: change error msg from prntf to std::cerr

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* twist_generator: split codes into .hpp & .cpp

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: modify readme, add parameters in runtime_manager

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: use docygen format for ekf_localizer.hpp

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: modify readme (ekf parameter turning)

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* amathutils_lib: add comments & remove unnecessary variable in kalman filter

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer:

 * add test code
 * move main() to core for test
 * add valid check for update functions in ekf_localizer.cpp
 * align default parameter values to be same in node, launch, readme, runtime_manager

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* Fix don't show run time in runtimemanager #2229 (#2235)

Signed-off-by: andoh501 <toandoh104@gmail.com>

* runtime_manager: change params definition from int to float (#2266)

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* fix behavior_state in imm_ukf_pda_track (#2240)

Signed-off-by: Kosuke Murakami <kosuke.murakami@tier4.jp>

* Fix gazebo not found in colcon_release_cross synquacer (#2268)

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Fix Segmentation fault at velocity_set by asynchronous base_waypoints and closest_waypoint (#2152) (#2272)

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* add predicting convex hull (#2254)

Signed-off-by: Kosuke Murakami <kosuke.murakami@tier4.jp>

* Update Docker cross-build Image (#2270)

* Adding missing folder for OGRE in Docker crossbuild.

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Adding missing depends to Dockerfile.kinetic-crossbuild.

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Moves dependencies file up a level and builds in that folder.

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Fixing locations of files in Docker generic.

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Updated path and date for new image (#14)

* Updated date for cross image

Signed-off-by: sgermanserrano <servando.german.serrano@linaro.org>

* Updated path for FindCUDA file

Signed-off-by: sgermanserrano <servando.german.serrano@linaro.org>

* fix bug of max split size

* change conversion formula from GB to Byte

* Added grid_map_msgs from grid_map@1.6.0

* Added grid_map_cv from grid_map@1.6.0

* Added grid_map_ros from grid_map@1.6.0

* Added grid_map_core from grid_map@1.6.0

* Added jsk_recognition_msgs from jsk_recognition@1.2.6

* Added jsk_recognition_util from jsk_recognition@1.2.6

* Added grid_map_visualization from grid_map@1.6.0

* Fixed wrong assignement of message type to package (#1706)

The message type ConfigWaypointLoader has been assigned to autoware_config_msgs in https://github.com/CPFL/Autoware/commit/8bf1c47fbc18a0303fda23c601dfe959a3afbc41.
This fixes the issue https://github.com/CPFL/Autoware/issues/1705.

* Added jsk_rviz_plugins from jsk_visualization@2.1.4

* Depend on cmake_modules and tinyxml

* Upgrade GStreamer dependency to 1.0 from 0.10

* Remove ROS_DISTRO checks and assume the target ROS distribution is at least Kinetic

* Disable ymc for ROS Melodic and later

* Added dependency for jsk_recognition_msgs to jsk_recognition_utils

* Added pipeline for ROS Melodic

* Added gnupg2

* Install tzdata non-interactivelly

* Added jsk_rviz_plugins as a dependency

* Added jsk_rviz_plugins as a dependency to lidar_localizer

* Added jsk_rviz_plugins as a dependency to lidar_euclidean_cluster_detect

* Use /usr/bin/python3 for PYTHON_EXECUTABLE

* Update dependencies

* Backport https://github.com/jsk-ros-pkg/jsk_recognition/pull/2389

* Added numpy to the Docker image for jsk_recognition_utils

* Added Cython and Numpy paths to CMake toolchains

* Update build scripts

* Added autoware_msgs_generate_messages_cpp to the list of target dependencies

* Added missing dependency (#1933)

* Added support for Melodic

* Added Docker image for crosscompiling for Melodic

* Update image for Melodic

* Added pipeline for crosscompiling for melodic

* Fix merge

* Removed jsk_recognition_msgs and jsk_recognition_utils, which are now available in Melodic

* Revert "Removed jsk_recognition_msgs and jsk_recognition_utils, which are now available in Melodic"

This reverts commit 698cbd1697e4c0e22085425b707923f2f246ee78.

Re-add jsk_recognition_msgs and jsk_recognition_utils. To be removed
once they become available in the main ROS .deb repositories.

* Revert "Added grid_map_visualization from grid_map@1.6.0"

This reverts commit e83e4ced2d8fca55bcc2472202a97cc1b1986c2f.

* Revert "Added grid_map_ros from grid_map@1.6.0"

This reverts commit e11da00977b51be973a90f0f2a822cc1af34b06d.

* Revert "Added grid_map_msgs from grid_map@1.6.0"

This reverts commit 3bc76339a1ca9205ed61aa69606a5a61301e3b6f.

* Revert "Added grid_map_cv from grid_map@1.6.0"

This reverts commit 26c4e8a2af08c901453ceb418b0f94e3ea8da198.

* Revert "Added grid_map_core from grid_map@1.6.0"

This reverts commit 7162edd3e19ab87ec5db6b856b30941c753aff18.

* Revert "Revert "Removed jsk_recognition_msgs and jsk_recognition_utils, which are now available in Melodic""

This reverts commit 96b562001ed82316c8a2943b4ac77de8bc8a1c31.

* Re-added grid_map and jsk_* to the crossbuild Docker image

* Revert "Added jsk_rviz_plugins from jsk_visualization@2.1.4"

This reverts commit ef1b7a229dc3b40da155dfc98d22f28623faccb9.

* Made build script slightly more verbose

* Increase verbosity for colcon test-result

* Add OpenCV libraries to the linker (#2090)

* Add missing numeric header (#2089)

* Update Docker image timestamps

* Fix CI syntax

* YMC library for Melodic (#2135)

* Replace library to -fPIC compiled binary (x86/aarch64)

(cherry picked from commit 849f623728d00ed4ce14d26d5fa4975ec8936d3c)

* Added melodic support

* Fix typo in CMake file

* GPU support on Melodic (#2173)

* Feature/edit typo (#1769)

Fix language.

* Update README.md

* Update contact details

* Feature/update autoware launcher (#2056)

* Add prototype of plugin file editor

* Change logger level

* Support command line options

* Update gazebo simulator panel

* Add plugin edit tool and update plugins

* Fix a bug of transform edit

* Fix setup.py to install all packages

* Update the code for compatibility with python3

* Update the code for colcon build

* updated plugin for lane_rule, lane_stop, and voxel_grid_filter

* Fix that the plugin_description is not installed

* Fix launch file error

* Fix test failed

* Skip test of unbuilt packages

* Add run script

* Add profile description

* Fix launch file install path of point_downsampler

* Update README file

* Update README file for plugin file

* Fix README file

* Add notice to run script

* Update CHANGELOGs

* Replace URI in CHANGELOGs

* Set version 1.10.0

* Creanup rst format

* 1.11.0

* Change RTM default topic to match UKF node launch file (#2142)

* Remove old issue and PR templates (#2148)

* Update repository info files (#2149)

* Add missing info files

* Update contributing info file

* Merge left over features from around the 1.11 release (#2151)

* Fix deceleration value bug in following state

inv_time will be negatived when forward object too close, but deceleration_critical will be smaller than max_deceleration

* fix bug of max split size

* change conversion formula from GB to Byte

* Update twist_filter.cpp (#1932)

* Feature/edit typo (#1769)

Fix language.

* Update twist_filter.cpp

* Fix/compare map filter squared distance (#1896)

* fix squared distance

* update default param

* update default param

* update launch file

* update interface.yaml

* Added AW Lexus model (#2117)

* Added AW Lexus model

* Adapt urdf to match mesh orientation

* Replace IV texture with AW (#2119)

* Update rect_class_score.h (#1825)

fixed typo for class label for OVEN - 'over' should be 'oven'

* Fixed wrong assignement of message type to package (#1706)

The message type ConfigWaypointLoader has been assigned to autoware_config_msgs in https://github.com/CPFL/Autoware/commit/8bf1c47fbc18a0303fda23c601dfe959a3afbc41.
This fixes the issue https://github.com/CPFL/Autoware/issues/1705.

* fix RuntimeManager on lxterminal #1203 (#1204)

* fix RuntimeManager on lxterminal #1203

* Modify the different behavior in gnome-terminal environment

* Set OPTION_TITLE in meta-terminal and xfce4-terminal environment

* Update run

* Add missing install for image resources on camera calibrator (#2137)

* Add missing install for image resources

* Switched to share

* Add CMake, CUDA, Eigen version checks for the CUDA accelerated nodes
Add CUDA enabled CI

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Remove deprecated vision_detector DPM

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Switch CI to use colcon insead of catkin tools

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Fix travis ci syntax file

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* switch from colcon to catkin tools on kinetic(not supported on industrial_ci)

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for lidar_localizer

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for lidar_apollo_cnn_seg_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for vision_segment_enet_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for vision_ssd_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for …
anubhavashok pushed a commit to NuronLabs/autoware.ai that referenced this pull request Sep 7, 2021
…tion#2151)

* Fix deceleration value bug in following state

inv_time will be negatived when forward object too close, but deceleration_critical will be smaller than max_deceleration

* fix bug of max split size

* change conversion formula from GB to Byte

* Update twist_filter.cpp (autowarefoundation#1932)

* Feature/edit typo (autowarefoundation#1769)

Fix language.

* Update twist_filter.cpp

* Fix/compare map filter squared distance (autowarefoundation#1896)

* fix squared distance

* update default param

* update default param

* update launch file

* update interface.yaml

* Added AW Lexus model (autowarefoundation#2117)

* Added AW Lexus model

* Adapt urdf to match mesh orientation

* Replace IV texture with AW (autowarefoundation#2119)

* Update rect_class_score.h (autowarefoundation#1825)

fixed typo for class label for OVEN - 'over' should be 'oven'

* Fixed wrong assignement of message type to package (autowarefoundation#1706)

The message type ConfigWaypointLoader has been assigned to autoware_config_msgs in autowarefoundation@8bf1c47.
This fixes the issue https://github.com/CPFL/Autoware/issues/1705.

* fix RuntimeManager on lxterminal #1203 (autowarefoundation#1204)

* fix RuntimeManager on lxterminal #1203

* Modify the different behavior in gnome-terminal environment

* Set OPTION_TITLE in meta-terminal and xfce4-terminal environment

* Update run

* Add missing install for image resources on camera calibrator (autowarefoundation#2137)

* Add missing install for image resources

* Switched to share
anubhavashok pushed a commit to NuronLabs/autoware.ai that referenced this pull request Sep 7, 2021
* Fix deceleration value bug in following state

inv_time will be negatived when forward object too close, but deceleration_critical will be smaller than max_deceleration

* Added grid_map_msgs from grid_map@1.6.0

* Added grid_map_cv from grid_map@1.6.0

* Added grid_map_ros from grid_map@1.6.0

* Added grid_map_core from grid_map@1.6.0

* Added jsk_recognition_msgs from jsk_recognition@1.2.6

* Added jsk_recognition_util from jsk_recognition@1.2.6

* Added jsk_rviz_plugins from jsk_visualization@2.1.4

* Added grid_map_visualization from grid_map@1.6.0

* Depend on cmake_modules and tinyxml

* Upgrade GStreamer dependency to 1.0 from 0.10

* Remove ROS_DISTRO checks and assume the target ROS distribution is at least Kinetic

* Disable ymc for ROS Melodic and later

* Added dependency for jsk_recognition_msgs to jsk_recognition_utils

* Added pipeline for ROS Melodic

* Added gnupg2

* Install tzdata non-interactivelly

* Added jsk_rviz_plugins as a dependency

* Added jsk_rviz_plugins as a dependency to lidar_localizer

* Added jsk_rviz_plugins as a dependency to lidar_euclidean_cluster_detect

* Use /usr/bin/python3 for PYTHON_EXECUTABLE

* Update dependencies

* Backport https://github.com/jsk-ros-pkg/jsk_recognition/pull/2389

* Added numpy to the Docker image for jsk_recognition_utils

* Added Cython and Numpy paths to CMake toolchains

* Update build scripts

* Added autoware_msgs_generate_messages_cpp to the list of target dependencies

* Added missing dependency (#1933)

* Added support for Melodic

* Added Docker image for crosscompiling for Melodic

* Update image for Melodic

* Added pipeline for crosscompiling for melodic

* Fix merge

* Removed jsk_recognition_msgs and jsk_recognition_utils, which are now available in Melodic

* Revert "Removed jsk_recognition_msgs and jsk_recognition_utils, which are now available in Melodic"

This reverts commit 698cbd1697e4c0e22085425b707923f2f246ee78.

Re-add jsk_recognition_msgs and jsk_recognition_utils. To be removed
once they become available in the main ROS .deb repositories.

* Revert "Added grid_map_visualization from grid_map@1.6.0"

This reverts commit e83e4ced2d8fca55bcc2472202a97cc1b1986c2f.

* Revert "Added grid_map_ros from grid_map@1.6.0"

This reverts commit e11da00977b51be973a90f0f2a822cc1af34b06d.

* Revert "Added grid_map_msgs from grid_map@1.6.0"

This reverts commit 3bc76339a1ca9205ed61aa69606a5a61301e3b6f.

* Revert "Added grid_map_cv from grid_map@1.6.0"

This reverts commit 26c4e8a2af08c901453ceb418b0f94e3ea8da198.

* Revert "Added grid_map_core from grid_map@1.6.0"

This reverts commit 7162edd3e19ab87ec5db6b856b30941c753aff18.

* Revert "Revert "Removed jsk_recognition_msgs and jsk_recognition_utils, which are now available in Melodic""

This reverts commit 96b562001ed82316c8a2943b4ac77de8bc8a1c31.

* Re-added grid_map and jsk_* to the crossbuild Docker image

* Revert "Added jsk_rviz_plugins from jsk_visualization@2.1.4"

This reverts commit ef1b7a229dc3b40da155dfc98d22f28623faccb9.

* Made build script slightly more verbose

* Increase verbosity for colcon test-result

* Add OpenCV libraries to the linker (#2090)

* Add missing numeric header (#2089)

* Update Docker image timestamps

* Fix CI syntax

* fix bug of max split size

* change conversion formula from GB to Byte

* Update twist_filter.cpp (#1932)

* Feature/edit typo (#1769)

Fix language.

* Update twist_filter.cpp

* Fix/compare map filter squared distance (#1896)

* fix squared distance

* update default param

* update default param

* update launch file

* update interface.yaml

* Added AW Lexus model (#2117)

* Added AW Lexus model

* Adapt urdf to match mesh orientation

* Replace IV texture with AW (#2119)

* Update rect_class_score.h (#1825)

fixed typo for class label for OVEN - 'over' should be 'oven'

* Fixed wrong assignement of message type to package (#1706)

The message type ConfigWaypointLoader has been assigned to autoware_config_msgs in https://github.com/CPFL/Autoware/commit/8bf1c47fbc18a0303fda23c601dfe959a3afbc41.
This fixes the issue https://github.com/CPFL/Autoware/issues/1705.

* fix RuntimeManager on lxterminal #1203 (#1204)

* fix RuntimeManager on lxterminal #1203

* Modify the different behavior in gnome-terminal environment

* Set OPTION_TITLE in meta-terminal and xfce4-terminal environment

* Update run

* Add missing install for image resources on camera calibrator (#2137)

* Add missing install for image resources

* Switched to share

* Added grid_map_msgs from grid_map@1.6.0

* Added grid_map_cv from grid_map@1.6.0

* Added grid_map_ros from grid_map@1.6.0

* Added grid_map_core from grid_map@1.6.0

* Added jsk_recognition_msgs from jsk_recognition@1.2.6

* Added jsk_recognition_util from jsk_recognition@1.2.6

* Added grid_map_visualization from grid_map@1.6.0

* Added jsk_rviz_plugins from jsk_visualization@2.1.4

* Depend on cmake_modules and tinyxml

* Upgrade GStreamer dependency to 1.0 from 0.10

* Remove ROS_DISTRO checks and assume the target ROS distribution is at least Kinetic

* Disable ymc for ROS Melodic and later

* Added dependency for jsk_recognition_msgs to jsk_recognition_utils

* Added pipeline for ROS Melodic

* Added gnupg2

* Install tzdata non-interactivelly

* Added jsk_rviz_plugins as a dependency

* Added jsk_rviz_plugins as a dependency to lidar_localizer

* Added jsk_rviz_plugins as a dependency to lidar_euclidean_cluster_detect

* Use /usr/bin/python3 for PYTHON_EXECUTABLE

* Update dependencies

* Backport https://github.com/jsk-ros-pkg/jsk_recognition/pull/2389

* Added numpy to the Docker image for jsk_recognition_utils

* Added Cython and Numpy paths to CMake toolchains

* Update build scripts

* Added autoware_msgs_generate_messages_cpp to the list of target dependencies

* Added missing dependency (#1933)

* Added support for Melodic

* Added Docker image for crosscompiling for Melodic

* Update image for Melodic

* Added pipeline for crosscompiling for melodic

* Fix merge

* Removed jsk_recognition_msgs and jsk_recognition_utils, which are now available in Melodic

* Revert "Removed jsk_recognition_msgs and jsk_recognition_utils, which are now available in Melodic"

This reverts commit 698cbd1697e4c0e22085425b707923f2f246ee78.

Re-add jsk_recognition_msgs and jsk_recognition_utils. To be removed
once they become available in the main ROS .deb repositories.

* Revert "Added grid_map_visualization from grid_map@1.6.0"

This reverts commit e83e4ced2d8fca55bcc2472202a97cc1b1986c2f.

* Revert "Added grid_map_ros from grid_map@1.6.0"

This reverts commit e11da00977b51be973a90f0f2a822cc1af34b06d.

* Revert "Added grid_map_msgs from grid_map@1.6.0"

This reverts commit 3bc76339a1ca9205ed61aa69606a5a61301e3b6f.

* Revert "Added grid_map_cv from grid_map@1.6.0"

This reverts commit 26c4e8a2af08c901453ceb418b0f94e3ea8da198.

* Revert "Added grid_map_core from grid_map@1.6.0"

This reverts commit 7162edd3e19ab87ec5db6b856b30941c753aff18.

* Revert "Revert "Removed jsk_recognition_msgs and jsk_recognition_utils, which are now available in Melodic""

This reverts commit 96b562001ed82316c8a2943b4ac77de8bc8a1c31.

* Re-added grid_map and jsk_* to the crossbuild Docker image

* Revert "Added jsk_rviz_plugins from jsk_visualization@2.1.4"

This reverts commit ef1b7a229dc3b40da155dfc98d22f28623faccb9.

* Made build script slightly more verbose

* Increase verbosity for colcon test-result

* Add OpenCV libraries to the linker (#2090)

* Add missing numeric header (#2089)

* Update Docker image timestamps

* Fix CI syntax

* YMC library for Melodic (#2135)

* Replace library to -fPIC compiled binary (x86/aarch64)

(cherry picked from commit 849f623728d00ed4ce14d26d5fa4975ec8936d3c)

* Added melodic support

* Fix typo in CMake file

* GPU support on Melodic (#2173)

* Feature/edit typo (#1769)

Fix language.

* Update README.md

* Update contact details

* Feature/update autoware launcher (#2056)

* Add prototype of plugin file editor

* Change logger level

* Support command line options

* Update gazebo simulator panel

* Add plugin edit tool and update plugins

* Fix a bug of transform edit

* Fix setup.py to install all packages

* Update the code for compatibility with python3

* Update the code for colcon build

* updated plugin for lane_rule, lane_stop, and voxel_grid_filter

* Fix that the plugin_description is not installed

* Fix launch file error

* Fix test failed

* Skip test of unbuilt packages

* Add run script

* Add profile description

* Fix launch file install path of point_downsampler

* Update README file

* Update README file for plugin file

* Fix README file

* Add notice to run script

* Update CHANGELOGs

* Replace URI in CHANGELOGs

* Set version 1.10.0

* Creanup rst format

* 1.11.0

* Change RTM default topic to match UKF node launch file (#2142)

* Remove old issue and PR templates (#2148)

* Update repository info files (#2149)

* Add missing info files

* Update contributing info file

* Merge left over features from around the 1.11 release (#2151)

* Fix deceleration value bug in following state

inv_time will be negatived when forward object too close, but deceleration_critical will be smaller than max_deceleration

* fix bug of max split size

* change conversion formula from GB to Byte

* Update twist_filter.cpp (#1932)

* Feature/edit typo (#1769)

Fix language.

* Update twist_filter.cpp

* Fix/compare map filter squared distance (#1896)

* fix squared distance

* update default param

* update default param

* update launch file

* update interface.yaml

* Added AW Lexus model (#2117)

* Added AW Lexus model

* Adapt urdf to match mesh orientation

* Replace IV texture with AW (#2119)

* Update rect_class_score.h (#1825)

fixed typo for class label for OVEN - 'over' should be 'oven'

* Fixed wrong assignement of message type to package (#1706)

The message type ConfigWaypointLoader has been assigned to autoware_config_msgs in https://github.com/CPFL/Autoware/commit/8bf1c47fbc18a0303fda23c601dfe959a3afbc41.
This fixes the issue https://github.com/CPFL/Autoware/issues/1705.

* fix RuntimeManager on lxterminal #1203 (#1204)

* fix RuntimeManager on lxterminal #1203

* Modify the different behavior in gnome-terminal environment

* Set OPTION_TITLE in meta-terminal and xfce4-terminal environment

* Update run

* Add missing install for image resources on camera calibrator (#2137)

* Add missing install for image resources

* Switched to share

* Add CMake, CUDA, Eigen version checks for the CUDA accelerated nodes
Add CUDA enabled CI

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Remove deprecated vision_detector DPM

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Switch CI to use colcon insead of catkin tools

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Fix travis ci syntax file

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* switch from colcon to catkin tools on kinetic(not supported on industrial_ci)

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for lidar_localizer

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for lidar_apollo_cnn_seg_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for vision_segment_enet_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for vision_ssd_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for lidar_point_pillars

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add .repos file for setting up an Autoware workspace using vcs (#2161)

* Add .repos file for setting up an Autoware workspace using vcs

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use https protocol for git repositories

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use lgsvl_msgs from binaries

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use American English for repository names

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Break spelling

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Remove non-required Eigen check on lidar_apollo_cnn_seg_detect package

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add Driveworks check on ARM64/CUDA devices for autoware_driveworks_gmsl_interface package

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add Driveworks check on ARM64/CUDA devices for autoware_driveworks_interface package

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Remove enablePlannerDynamicSwitch (#1919)

* Remove enablePlannerDynamicSwitch from lane_select.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from lane_select_core.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from velocity_set.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from velocity_set.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner_core.h

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner_core.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from autoware_launcher

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Updated paths in quick_start launch files and parameters in default.rviz (#2206)

Signed-off-by: sgermanserrano <servando.german.serrano@linaro.org>

* Fix bug that limits the data rate of DataRateCheckerPlugin (#2205)

* Repair bug that limits the data rate of DataRateCheckerPlugin

- A larger message buffer was added to message callbacks of the topic subscribers in DataRateCheckerPlugin
- Handling of timing was changed from std::chrono to ros::Time
- Maximum frequency selection from the Min. Hz option was increased
- Exception handling was improved to be more similar to the Python tool rostopic hz

Signed-off-by: David <david@lifecyclist.co.nz>

* Remove unused variable in header file

Signed-off-by: David <david@lifecyclist.co.nz>

* Apply ROS clang format

Signed-off-by: David <david@lifecyclist.co.nz>

* Revert "Apply ROS clang format"

This reverts commit 88563f1aa768430d78b6e4f9f9612d0680ae2385.

Signed-off-by: David <david@lifecyclist.co.nz>

* Adding install directive for node (#2195)

Issue: executable is not found/built with colcon_release, added install targets.
Signed-off-by: snehagn <sganesh@autonomoustuff.com>

* Remove unnecesary gstreamer1.0-plugins-good dependency from pointgrey_drivers

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* fix install directive for waypoint extractor (#2219)

Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>

* Feature/melodic rebase (#2242)

* Feature/edit typo (#1769)

Fix language.

* Update README.md

* Update contact details

* Feature/update autoware launcher (#2056)

* Add prototype of plugin file editor

* Change logger level

* Support command line options

* Update gazebo simulator panel

* Add plugin edit tool and update plugins

* Fix a bug of transform edit

* Fix setup.py to install all packages

* Update the code for compatibility with python3

* Update the code for colcon build

* updated plugin for lane_rule, lane_stop, and voxel_grid_filter

* Fix that the plugin_description is not installed

* Fix launch file error

* Fix test failed

* Skip test of unbuilt packages

* Add run script

* Add profile description

* Fix launch file install path of point_downsampler

* Update README file

* Update README file for plugin file

* Fix README file

* Add notice to run script

* Update CHANGELOGs

* Replace URI in CHANGELOGs

* Set version 1.10.0

* Creanup rst format

* 1.11.0

* Change RTM default topic to match UKF node launch file (#2142)

* Remove old issue and PR templates (#2148)

* Update repository info files (#2149)

* Add missing info files

* Update contributing info file

* Merge left over features from around the 1.11 release (#2151)

* Fix deceleration value bug in following state

inv_time will be negatived when forward object too close, but deceleration_critical will be smaller than max_deceleration

* fix bug of max split size

* change conversion formula from GB to Byte

* Update twist_filter.cpp (#1932)

* Feature/edit typo (#1769)

Fix language.

* Update twist_filter.cpp

* Fix/compare map filter squared distance (#1896)

* fix squared distance

* update default param

* update default param

* update launch file

* update interface.yaml

* Added AW Lexus model (#2117)

* Added AW Lexus model

* Adapt urdf to match mesh orientation

* Replace IV texture with AW (#2119)

* Update rect_class_score.h (#1825)

fixed typo for class label for OVEN - 'over' should be 'oven'

* Fixed wrong assignement of message type to package (#1706)

The message type ConfigWaypointLoader has been assigned to autoware_config_msgs in https://github.com/CPFL/Autoware/commit/8bf1c47fbc18a0303fda23c601dfe959a3afbc41.
This fixes the issue https://github.com/CPFL/Autoware/issues/1705.

* fix RuntimeManager on lxterminal #1203 (#1204)

* fix RuntimeManager on lxterminal #1203

* Modify the different behavior in gnome-terminal environment

* Set OPTION_TITLE in meta-terminal and xfce4-terminal environment

* Update run

* Add missing install for image resources on camera calibrator (#2137)

* Add missing install for image resources

* Switched to share

* Add .repos file for setting up an Autoware workspace using vcs (#2161)

* Add .repos file for setting up an Autoware workspace using vcs

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use https protocol for git repositories

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use lgsvl_msgs from binaries

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use American English for repository names

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Break spelling

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Remove enablePlannerDynamicSwitch (#1919)

* Remove enablePlannerDynamicSwitch from lane_select.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from lane_select_core.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from velocity_set.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from velocity_set.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner_core.h

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner_core.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from autoware_launcher

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Updated paths in quick_start launch files and parameters in default.rviz (#2206)

Signed-off-by: sgermanserrano <servando.german.serrano@linaro.org>

* Fix bug that limits the data rate of DataRateCheckerPlugin (#2205)

* Repair bug that limits the data rate of DataRateCheckerPlugin

- A larger message buffer was added to message callbacks of the topic subscribers in DataRateCheckerPlugin
- Handling of timing was changed from std::chrono to ros::Time
- Maximum frequency selection from the Min. Hz option was increased
- Exception handling was improved to be more similar to the Python tool rostopic hz

Signed-off-by: David <david@lifecyclist.co.nz>

* Remove unused variable in header file

Signed-off-by: David <david@lifecyclist.co.nz>

* Apply ROS clang format

Signed-off-by: David <david@lifecyclist.co.nz>

* Revert "Apply ROS clang format"

This reverts commit 88563f1aa768430d78b6e4f9f9612d0680ae2385.

Signed-off-by: David <david@lifecyclist.co.nz>

* Adding install directive for node (#2195)

Issue: executable is not found/built with colcon_release, added install targets.
Signed-off-by: snehagn <sganesh@autonomoustuff.com>

* fix install directive for waypoint extractor (#2219)

Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>

* Remove points2costmap (#2248)

* remove points2costmap

Signed-off-by: Kosuke Murakami <kosuke.murakami@tier4.jp>

* remove reaadme description and launch file

Signed-off-by: Kosuke Murakami <kosuke.murakami@tier4.jp>

* [fix]: make sure cost is set with expanding_polygon_size (#2245)

Signed-off-by: Kosuke Murakami <kosuke.murakami@tier4.jp>

* ekf_localizer (#2247)

* kalman_filter: add all commits for signoff

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* kalman_filter: change const to constexpr

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* kalman_filter: modify xml format & license format

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* kalman_filter: add figures for kalman filter quation

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* kalman_filter: move kalman_filter libraries from kalman_filter_localizer pkg to amathutils_lib

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* kalman_filter: fix CMakelists for colcon build error & change initial covariance from 1e3 to 1e15

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* kalman_filter: modify yaw calc functiuon

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* kalman_filter: update readme

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: change package name from kalman filter localozer

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* twist_generator: add pkg

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: add use_ndt_pose_with_covariance option

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* twist_generator: modify in runtime_manager.yaml

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: bug fix of yaw error > 2*pi & add debug messages

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* twist_generator: add runtime_manager & change node name

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: change params & default values

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: remove config file & modify readme

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: change parameters

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_locakizer: change initial param values

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: remove ndt name, change to pose

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* elf_localozer: use doxygen format for kalman filter library & change file name to time_delay_kalman_filter

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: change comments for test code

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* amathutils: change error msg from prntf to std::cerr

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* twist_generator: split codes into .hpp & .cpp

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: modify readme, add parameters in runtime_manager

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: use docygen format for ekf_localizer.hpp

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: modify readme (ekf parameter turning)

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* amathutils_lib: add comments & remove unnecessary variable in kalman filter

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer:

 * add test code
 * move main() to core for test
 * add valid check for update functions in ekf_localizer.cpp
 * align default parameter values to be same in node, launch, readme, runtime_manager

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* Added grid_map_msgs from grid_map@1.6.0

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Added grid_map_cv from grid_map@1.6.0

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Added grid_map_ros from grid_map@1.6.0

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Added grid_map_core from grid_map@1.6.0

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Added jsk_recognition_msgs from jsk_recognition@1.2.6

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Added jsk_recognition_util from jsk_recognition@1.2.6

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Added jsk_rviz_plugins from jsk_visualization@2.1.4

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Added grid_map_visualization from grid_map@1.6.0

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Depend on cmake_modules and tinyxml

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Upgrade GStreamer dependency to 1.0 from 0.10

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Remove ROS_DISTRO checks and assume the target ROS distribution is at least Kinetic

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Disable ymc for ROS Melodic and later

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Added dependency for jsk_recognition_msgs to jsk_recognition_utils

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Added pipeline for ROS Melodic

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Added gnupg2

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Install tzdata non-interactivelly

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Added jsk_rviz_plugins as a dependency

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Added jsk_rviz_plugins as a dependency to lidar_localizer

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Added jsk_rviz_plugins as a dependency to lidar_euclidean_cluster_detect

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Use /usr/bin/python3 for PYTHON_EXECUTABLE

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Update dependencies

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Backport https://github.com/jsk-ros-pkg/jsk_recognition/pull/2389

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Added numpy to the Docker image for jsk_recognition_utils

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Added Cython and Numpy paths to CMake toolchains

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Update build scripts

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Added autoware_msgs_generate_messages_cpp to the list of target dependencies

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Added missing dependency (#1933)

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Added support for Melodic

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Added Docker image for crosscompiling for Melodic

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Update image for Melodic

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Added pipeline for crosscompiling for melodic

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Fix merge

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Removed jsk_recognition_msgs and jsk_recognition_utils, which are now available in Melodic

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Revert "Removed jsk_recognition_msgs and jsk_recognition_utils, which are now available in Melodic"

This reverts commit 698cbd1697e4c0e22085425b707923f2f246ee78.

Re-add jsk_recognition_msgs and jsk_recognition_utils. To be removed
once they become available in the main ROS .deb repositories.

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Revert "Added grid_map_visualization from grid_map@1.6.0"

This reverts commit e83e4ced2d8fca55bcc2472202a97cc1b1986c2f.

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Revert "Added grid_map_ros from grid_map@1.6.0"

This reverts commit e11da00977b51be973a90f0f2a822cc1af34b06d.

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Revert "Added grid_map_msgs from grid_map@1.6.0"

This reverts commit 3bc76339a1ca9205ed61aa69606a5a61301e3b6f.

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Revert "Added grid_map_cv from grid_map@1.6.0"

This reverts commit 26c4e8a2af08c901453ceb418b0f94e3ea8da198.

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Revert "Added grid_map_core from grid_map@1.6.0"

This reverts commit 7162edd3e19ab87ec5db6b856b30941c753aff18.

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Revert "Revert "Removed jsk_recognition_msgs and jsk_recognition_utils, which are now available in Melodic""

This reverts commit 96b562001ed82316c8a2943b4ac77de8bc8a1c31.

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Re-added grid_map and jsk_* to the crossbuild Docker image

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* fix bug of max split size

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* change conversion formula from GB to Byte

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Fixed wrong assignement of message type to package (#1706)

The message type ConfigWaypointLoader has been assigned to autoware_config_msgs in https://github.com/CPFL/Autoware/commit/8bf1c47fbc18a0303fda23c601dfe959a3afbc41.
This fixes the issue https://github.com/CPFL/Autoware/issues/1705.

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Revert "Added jsk_rviz_plugins from jsk_visualization@2.1.4"

This reverts commit ef1b7a229dc3b40da155dfc98d22f28623faccb9.

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Made build script slightly more verbose

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Increase verbosity for colcon test-result

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Add OpenCV libraries to the linker (#2090)

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Add missing numeric header (#2089)

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Update Docker image timestamps

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Fix CI syntax

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* YMC library for Melodic (#2135)

* Replace library to -fPIC compiled binary (x86/aarch64)

(cherry picked from commit 849f623728d00ed4ce14d26d5fa4975ec8936d3c)

* Added melodic support

* Fix typo in CMake file

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* GPU support on Melodic (#2173)

* Feature/edit typo (#1769)

Fix language.

* Update README.md

* Update contact details

* Feature/update autoware launcher (#2056)

* Add prototype of plugin file editor

* Change logger level

* Support command line options

* Update gazebo simulator panel

* Add plugin edit tool and update plugins

* Fix a bug of transform edit

* Fix setup.py to install all packages

* Update the code for compatibility with python3

* Update the code for colcon build

* updated plugin for lane_rule, lane_stop, and voxel_grid_filter

* Fix that the plugin_description is not installed

* Fix launch file error

* Fix test failed

* Skip test of unbuilt packages

* Add run script

* Add profile description

* Fix launch file install path of point_downsampler

* Update README file

* Update README file for plugin file

* Fix README file

* Add notice to run script

* Update CHANGELOGs

* Replace URI in CHANGELOGs

* Set version 1.10.0

* Creanup rst format

* 1.11.0

* Change RTM default topic to match UKF node launch file (#2142)

* Remove old issue and PR templates (#2148)

* Update repository info files (#2149)

* Add missing info files

* Update contributing info file

* Merge left over features from around the 1.11 release (#2151)

* Fix deceleration value bug in following state

inv_time will be negatived when forward object too close, but deceleration_critical will be smaller than max_deceleration

* fix bug of max split size

* change conversion formula from GB to Byte

* Update twist_filter.cpp (#1932)

* Feature/edit typo (#1769)

Fix language.

* Update twist_filter.cpp

* Fix/compare map filter squared distance (#1896)

* fix squared distance

* update default param

* update default param

* update launch file

* update interface.yaml

* Added AW Lexus model (#2117)

* Added AW Lexus model

* Adapt urdf to match mesh orientation

* Replace IV texture with AW (#2119)

* Update rect_class_score.h (#1825)

fixed typo for class label for OVEN - 'over' should be 'oven'

* Fixed wrong assignement of message type to package (#1706)

The message type ConfigWaypointLoader has been assigned to autoware_config_msgs in https://github.com/CPFL/Autoware/commit/8bf1c47fbc18a0303fda23c601dfe959a3afbc41.
This fixes the issue https://github.com/CPFL/Autoware/issues/1705.

* fix RuntimeManager on lxterminal #1203 (#1204)

* fix RuntimeManager on lxterminal #1203

* Modify the different behavior in gnome-terminal environment

* Set OPTION_TITLE in meta-terminal and xfce4-terminal environment

* Update run

* Add missing install for image resources on camera calibrator (#2137)

* Add missing install for image resources

* Switched to share

* Add CMake, CUDA, Eigen version checks for the CUDA accelerated nodes
Add CUDA enabled CI

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Remove deprecated vision_detector DPM

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Switch CI to use colcon insead of catkin tools

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Fix travis ci syntax file

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* switch from colcon to catkin tools on kinetic(not supported on industrial_ci)

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for lidar_localizer

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for lidar_apollo_cnn_seg_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for vision_segment_enet_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for vision_ssd_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for lidar_point_pillars

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add .repos file for setting up an Autoware workspace using vcs (#2161)

* Add .repos file for setting up an Autoware workspace using vcs

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use https protocol for git repositories

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use lgsvl_msgs from binaries

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use American English for repository names

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Break spelling

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Remove non-required Eigen check on lidar_apollo_cnn_seg_detect package

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add Driveworks check on ARM64/CUDA devices for autoware_driveworks_gmsl_interface package

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add Driveworks check on ARM64/CUDA devices for autoware_driveworks_interface package

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Remove enablePlannerDynamicSwitch (#1919)

* Remove enablePlannerDynamicSwitch from lane_select.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from lane_select_core.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from velocity_set.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from velocity_set.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner_core.h

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner_core.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from autoware_launcher

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Updated paths in quick_start launch files and parameters in default.rviz (#2206)

Signed-off-by: sgermanserrano <servando.german.serrano@linaro.org>

* Fix bug that limits the data rate of DataRateCheckerPlugin (#2205)

* Repair bug that limits the data rate of DataRateCheckerPlugin

- A larger message buffer was added to message callbacks of the topic subscribers in DataRateCheckerPlugin
- Handling of timing was changed from std::chrono to ros::Time
- Maximum frequency selection from the Min. Hz option was increased
- Exception handling was improved to be more similar to the Python tool rostopic hz

Signed-off-by: David <david@lifecyclist.co.nz>

* Remove unused variable in header file

Signed-off-by: David <david@lifecyclist.co.nz>

* Apply ROS clang format

Signed-off-by: David <david@lifecyclist.co.nz>

* Revert "Apply ROS clang format"

This reverts commit 88563f1aa768430d78b6e4f9f9612d0680ae2385.

Signed-off-by: David <david@lifecyclist.co.nz>

* Adding install directive for node (#2195)

Issue: executable is not found/built with colcon_release, added install targets.
Signed-off-by: snehagn <sganesh@autonomoustuff.com>

* Remove unnecesary gstreamer1.0-plugins-good dependency from pointgrey_drivers

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* fix install directive for waypoint extractor (#2219)

Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>
Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Melodic CPU/GPU compilation flag (#2265)

* Feature/edit typo (#1769)

Fix language.

* Update README.md

* Update contact details

* Feature/update autoware launcher (#2056)

* Add prototype of plugin file editor

* Change logger level

* Support command line options

* Update gazebo simulator panel

* Add plugin edit tool and update plugins

* Fix a bug of transform edit

* Fix setup.py to install all packages

* Update the code for compatibility with python3

* Update the code for colcon build

* updated plugin for lane_rule, lane_stop, and voxel_grid_filter

* Fix that the plugin_description is not installed

* Fix launch file error

* Fix test failed

* Skip test of unbuilt packages

* Add run script

* Add profile description

* Fix launch file install path of point_downsampler

* Update README file

* Update README file for plugin file

* Fix README file

* Add notice to run script

* Update CHANGELOGs

* Replace URI in CHANGELOGs

* Set version 1.10.0

* Creanup rst format

* 1.11.0

* Change RTM default topic to match UKF node launch file (#2142)

* Remove old issue and PR templates (#2148)

* Update repository info files (#2149)

* Add missing info files

* Update contributing info file

* Merge left over features from around the 1.11 release (#2151)

* Fix deceleration value bug in following state

inv_time will be negatived when forward object too close, but deceleration_critical will be smaller than max_deceleration

* fix bug of max split size

* change conversion formula from GB to Byte

* Update twist_filter.cpp (#1932)

* Feature/edit typo (#1769)

Fix language.

* Update twist_filter.cpp

* Fix/compare map filter squared distance (#1896)

* fix squared distance

* update default param

* update default param

* update launch file

* update interface.yaml

* Added AW Lexus model (#2117)

* Added AW Lexus model

* Adapt urdf to match mesh orientation

* Replace IV texture with AW (#2119)

* Update rect_class_score.h (#1825)

fixed typo for class label for OVEN - 'over' should be 'oven'

* Fixed wrong assignement of message type to package (#1706)

The message type ConfigWaypointLoader has been assigned to autoware_config_msgs in https://github.com/CPFL/Autoware/commit/8bf1c47fbc18a0303fda23c601dfe959a3afbc41.
This fixes the issue https://github.com/CPFL/Autoware/issues/1705.

* fix RuntimeManager on lxterminal #1203 (#1204)

* fix RuntimeManager on lxterminal #1203

* Modify the different behavior in gnome-terminal environment

* Set OPTION_TITLE in meta-terminal and xfce4-terminal environment

* Update run

* Add missing install for image resources on camera calibrator (#2137)

* Add missing install for image resources

* Switched to share

* Add .repos file for setting up an Autoware workspace using vcs (#2161)

* Add .repos file for setting up an Autoware workspace using vcs

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use https protocol for git repositories

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use lgsvl_msgs from binaries

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use American English for repository names

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Break spelling

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Remove enablePlannerDynamicSwitch (#1919)

* Remove enablePlannerDynamicSwitch from lane_select.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from lane_select_core.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from velocity_set.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from velocity_set.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner_core.h

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner_core.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from autoware_launcher

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Updated paths in quick_start launch files and parameters in default.rviz (#2206)

Signed-off-by: sgermanserrano <servando.german.serrano@linaro.org>

* Fix bug that limits the data rate of DataRateCheckerPlugin (#2205)

* Repair bug that limits the data rate of DataRateCheckerPlugin

- A larger message buffer was added to message callbacks of the topic subscribers in DataRateCheckerPlugin
- Handling of timing was changed from std::chrono to ros::Time
- Maximum frequency selection from the Min. Hz option was increased
- Exception handling was improved to be more similar to the Python tool rostopic hz

Signed-off-by: David <david@lifecyclist.co.nz>

* Remove unused variable in header file

Signed-off-by: David <david@lifecyclist.co.nz>

* Apply ROS clang format

Signed-off-by: David <david@lifecyclist.co.nz>

* Revert "Apply ROS clang format"

This reverts commit 88563f1aa768430d78b6e4f9f9612d0680ae2385.

Signed-off-by: David <david@lifecyclist.co.nz>

* Adding install directive for node (#2195)

Issue: executable is not found/built with colcon_release, added install targets.
Signed-off-by: snehagn <sganesh@autonomoustuff.com>

* fix install directive for waypoint extractor (#2219)

Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>

* Fix for AutowareLauncher nosetests error

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add GPU Checks on autoware_build_flags

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add CMake GPU checks for lidar_apollo_cnn_seg

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add CMake GPU checks for lidar_euclidean_cluster_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add CMake GPU checks for lidar_point_pillars

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add CMake GPU checks for trafficlight_recognizer

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add CMake GPU checks for vision_darknet_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add CMake GPU checks for vision_segment_enet_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add CMake GPU checks for vision_ssd_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add CMake GPU checks for ndt_gpu

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add CMake GPU checks for lidar_localizer

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Increase Minimum Eigen Version to 3.3.6 on GPU mode, according to #2098

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add Missing autoware_build_flags to vision_segment_enet_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add missing autoware_build_flags to ndt_gpu

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Add autoware_build_flags as build tool for ndt_gpu

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Invert CMake CUDA compilation flag logic

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Increase Eigen minimum required version to 3.3.7

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Updating citysim ref to pull in CMake fix. (#2269)

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Feature/melodic rebase again (#2273)

* Feature/edit typo (#1769)

Fix language.

* Update README.md

* Update contact details

* Feature/update autoware launcher (#2056)

* Add prototype of plugin file editor

* Change logger level

* Support command line options

* Update gazebo simulator panel

* Add plugin edit tool and update plugins

* Fix a bug of transform edit

* Fix setup.py to install all packages

* Update the code for compatibility with python3

* Update the code for colcon build

* updated plugin for lane_rule, lane_stop, and voxel_grid_filter

* Fix that the plugin_description is not installed

* Fix launch file error

* Fix test failed

* Skip test of unbuilt packages

* Add run script

* Add profile description

* Fix launch file install path of point_downsampler

* Update README file

* Update README file for plugin file

* Fix README file

* Add notice to run script

* Update CHANGELOGs

* Replace URI in CHANGELOGs

* Set version 1.10.0

* Creanup rst format

* 1.11.0

* Change RTM default topic to match UKF node launch file (#2142)

* Remove old issue and PR templates (#2148)

* Update repository info files (#2149)

* Add missing info files

* Update contributing info file

* Merge left over features from around the 1.11 release (#2151)

* Fix deceleration value bug in following state

inv_time will be negatived when forward object too close, but deceleration_critical will be smaller than max_deceleration

* fix bug of max split size

* change conversion formula from GB to Byte

* Update twist_filter.cpp (#1932)

* Feature/edit typo (#1769)

Fix language.

* Update twist_filter.cpp

* Fix/compare map filter squared distance (#1896)

* fix squared distance

* update default param

* update default param

* update launch file

* update interface.yaml

* Added AW Lexus model (#2117)

* Added AW Lexus model

* Adapt urdf to match mesh orientation

* Replace IV texture with AW (#2119)

* Update rect_class_score.h (#1825)

fixed typo for class label for OVEN - 'over' should be 'oven'

* Fixed wrong assignement of message type to package (#1706)

The message type ConfigWaypointLoader has been assigned to autoware_config_msgs in https://github.com/CPFL/Autoware/commit/8bf1c47fbc18a0303fda23c601dfe959a3afbc41.
This fixes the issue https://github.com/CPFL/Autoware/issues/1705.

* fix RuntimeManager on lxterminal #1203 (#1204)

* fix RuntimeManager on lxterminal #1203

* Modify the different behavior in gnome-terminal environment

* Set OPTION_TITLE in meta-terminal and xfce4-terminal environment

* Update run

* Add missing install for image resources on camera calibrator (#2137)

* Add missing install for image resources

* Switched to share

* Add .repos file for setting up an Autoware workspace using vcs (#2161)

* Add .repos file for setting up an Autoware workspace using vcs

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use https protocol for git repositories

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use lgsvl_msgs from binaries

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Use American English for repository names

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Break spelling

Signed-off-by: Geoffrey Biggs <geoff.biggs@tier4.jp>

* Remove enablePlannerDynamicSwitch (#1919)

* Remove enablePlannerDynamicSwitch from lane_select.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from lane_select_core.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from velocity_set.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from velocity_set.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner_core.h

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner.launch

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from dp_planner_core.cpp

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Remove enablePlannerDynamicSwitch from autoware_launcher

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Updated paths in quick_start launch files and parameters in default.rviz (#2206)

Signed-off-by: sgermanserrano <servando.german.serrano@linaro.org>

* Fix bug that limits the data rate of DataRateCheckerPlugin (#2205)

* Repair bug that limits the data rate of DataRateCheckerPlugin

- A larger message buffer was added to message callbacks of the topic subscribers in DataRateCheckerPlugin
- Handling of timing was changed from std::chrono to ros::Time
- Maximum frequency selection from the Min. Hz option was increased
- Exception handling was improved to be more similar to the Python tool rostopic hz

Signed-off-by: David <david@lifecyclist.co.nz>

* Remove unused variable in header file

Signed-off-by: David <david@lifecyclist.co.nz>

* Apply ROS clang format

Signed-off-by: David <david@lifecyclist.co.nz>

* Revert "Apply ROS clang format"

This reverts commit 88563f1aa768430d78b6e4f9f9612d0680ae2385.

Signed-off-by: David <david@lifecyclist.co.nz>

* Adding install directive for node (#2195)

Issue: executable is not found/built with colcon_release, added install targets.
Signed-off-by: snehagn <sganesh@autonomoustuff.com>

* fix install directive for waypoint extractor (#2219)

Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>

* Remove points2costmap (#2248)

* remove points2costmap

Signed-off-by: Kosuke Murakami <kosuke.murakami@tier4.jp>

* remove reaadme description and launch file

Signed-off-by: Kosuke Murakami <kosuke.murakami@tier4.jp>

* [fix]: make sure cost is set with expanding_polygon_size (#2245)

Signed-off-by: Kosuke Murakami <kosuke.murakami@tier4.jp>

* ekf_localizer (#2247)

* kalman_filter: add all commits for signoff

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* kalman_filter: change const to constexpr

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* kalman_filter: modify xml format & license format

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* kalman_filter: add figures for kalman filter quation

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* kalman_filter: move kalman_filter libraries from kalman_filter_localizer pkg to amathutils_lib

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* kalman_filter: fix CMakelists for colcon build error & change initial covariance from 1e3 to 1e15

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* kalman_filter: modify yaw calc functiuon

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* kalman_filter: update readme

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: change package name from kalman filter localozer

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* twist_generator: add pkg

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: add use_ndt_pose_with_covariance option

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* twist_generator: modify in runtime_manager.yaml

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: bug fix of yaw error > 2*pi & add debug messages

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* twist_generator: add runtime_manager & change node name

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: change params & default values

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: remove config file & modify readme

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: change parameters

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_locakizer: change initial param values

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: remove ndt name, change to pose

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* elf_localozer: use doxygen format for kalman filter library & change file name to time_delay_kalman_filter

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: change comments for test code

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* amathutils: change error msg from prntf to std::cerr

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* twist_generator: split codes into .hpp & .cpp

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: modify readme, add parameters in runtime_manager

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: use docygen format for ekf_localizer.hpp

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer: modify readme (ekf parameter turning)

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* amathutils_lib: add comments & remove unnecessary variable in kalman filter

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* ekf_localizer:

 * add test code
 * move main() to core for test
 * add valid check for update functions in ekf_localizer.cpp
 * align default parameter values to be same in node, launch, readme, runtime_manager

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* Fix don't show run time in runtimemanager #2229 (#2235)

Signed-off-by: andoh501 <toandoh104@gmail.com>

* runtime_manager: change params definition from int to float (#2266)

Signed-off-by: TakaHoribe <horibe.takamasa@gmail.com>

* fix behavior_state in imm_ukf_pda_track (#2240)

Signed-off-by: Kosuke Murakami <kosuke.murakami@tier4.jp>

* Fix gazebo not found in colcon_release_cross synquacer (#2268)

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* Fix Segmentation fault at velocity_set by asynchronous base_waypoints and closest_waypoint (#2152) (#2272)

Signed-off-by: Kenji Funaoka <kfunaoka@gmail.com>

* add predicting convex hull (#2254)

Signed-off-by: Kosuke Murakami <kosuke.murakami@tier4.jp>

* Update Docker cross-build Image (#2270)

* Adding missing folder for OGRE in Docker crossbuild.

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Adding missing depends to Dockerfile.kinetic-crossbuild.

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Moves dependencies file up a level and builds in that folder.

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Fixing locations of files in Docker generic.

Signed-off-by: Joshua Whitley <jwhitley@autonomoustuff.com>

* Updated path and date for new image (#14)

* Updated date for cross image

Signed-off-by: sgermanserrano <servando.german.serrano@linaro.org>

* Updated path for FindCUDA file

Signed-off-by: sgermanserrano <servando.german.serrano@linaro.org>

* fix bug of max split size

* change conversion formula from GB to Byte

* Added grid_map_msgs from grid_map@1.6.0

* Added grid_map_cv from grid_map@1.6.0

* Added grid_map_ros from grid_map@1.6.0

* Added grid_map_core from grid_map@1.6.0

* Added jsk_recognition_msgs from jsk_recognition@1.2.6

* Added jsk_recognition_util from jsk_recognition@1.2.6

* Added grid_map_visualization from grid_map@1.6.0

* Fixed wrong assignement of message type to package (#1706)

The message type ConfigWaypointLoader has been assigned to autoware_config_msgs in https://github.com/CPFL/Autoware/commit/8bf1c47fbc18a0303fda23c601dfe959a3afbc41.
This fixes the issue https://github.com/CPFL/Autoware/issues/1705.

* Added jsk_rviz_plugins from jsk_visualization@2.1.4

* Depend on cmake_modules and tinyxml

* Upgrade GStreamer dependency to 1.0 from 0.10

* Remove ROS_DISTRO checks and assume the target ROS distribution is at least Kinetic

* Disable ymc for ROS Melodic and later

* Added dependency for jsk_recognition_msgs to jsk_recognition_utils

* Added pipeline for ROS Melodic

* Added gnupg2

* Install tzdata non-interactivelly

* Added jsk_rviz_plugins as a dependency

* Added jsk_rviz_plugins as a dependency to lidar_localizer

* Added jsk_rviz_plugins as a dependency to lidar_euclidean_cluster_detect

* Use /usr/bin/python3 for PYTHON_EXECUTABLE

* Update dependencies

* Backport https://github.com/jsk-ros-pkg/jsk_recognition/pull/2389

* Added numpy to the Docker image for jsk_recognition_utils

* Added Cython and Numpy paths to CMake toolchains

* Update build scripts

* Added autoware_msgs_generate_messages_cpp to the list of target dependencies

* Added missing dependency (#1933)

* Added support for Melodic

* Added Docker image for crosscompiling for Melodic

* Update image for Melodic

* Added pipeline for crosscompiling for melodic

* Fix merge

* Removed jsk_recognition_msgs and jsk_recognition_utils, which are now available in Melodic

* Revert "Removed jsk_recognition_msgs and jsk_recognition_utils, which are now available in Melodic"

This reverts commit 698cbd1697e4c0e22085425b707923f2f246ee78.

Re-add jsk_recognition_msgs and jsk_recognition_utils. To be removed
once they become available in the main ROS .deb repositories.

* Revert "Added grid_map_visualization from grid_map@1.6.0"

This reverts commit e83e4ced2d8fca55bcc2472202a97cc1b1986c2f.

* Revert "Added grid_map_ros from grid_map@1.6.0"

This reverts commit e11da00977b51be973a90f0f2a822cc1af34b06d.

* Revert "Added grid_map_msgs from grid_map@1.6.0"

This reverts commit 3bc76339a1ca9205ed61aa69606a5a61301e3b6f.

* Revert "Added grid_map_cv from grid_map@1.6.0"

This reverts commit 26c4e8a2af08c901453ceb418b0f94e3ea8da198.

* Revert "Added grid_map_core from grid_map@1.6.0"

This reverts commit 7162edd3e19ab87ec5db6b856b30941c753aff18.

* Revert "Revert "Removed jsk_recognition_msgs and jsk_recognition_utils, which are now available in Melodic""

This reverts commit 96b562001ed82316c8a2943b4ac77de8bc8a1c31.

* Re-added grid_map and jsk_* to the crossbuild Docker image

* Revert "Added jsk_rviz_plugins from jsk_visualization@2.1.4"

This reverts commit ef1b7a229dc3b40da155dfc98d22f28623faccb9.

* Made build script slightly more verbose

* Increase verbosity for colcon test-result

* Add OpenCV libraries to the linker (#2090)

* Add missing numeric header (#2089)

* Update Docker image timestamps

* Fix CI syntax

* YMC library for Melodic (#2135)

* Replace library to -fPIC compiled binary (x86/aarch64)

(cherry picked from commit 849f623728d00ed4ce14d26d5fa4975ec8936d3c)

* Added melodic support

* Fix typo in CMake file

* GPU support on Melodic (#2173)

* Feature/edit typo (#1769)

Fix language.

* Update README.md

* Update contact details

* Feature/update autoware launcher (#2056)

* Add prototype of plugin file editor

* Change logger level

* Support command line options

* Update gazebo simulator panel

* Add plugin edit tool and update plugins

* Fix a bug of transform edit

* Fix setup.py to install all packages

* Update the code for compatibility with python3

* Update the code for colcon build

* updated plugin for lane_rule, lane_stop, and voxel_grid_filter

* Fix that the plugin_description is not installed

* Fix launch file error

* Fix test failed

* Skip test of unbuilt packages

* Add run script

* Add profile description

* Fix launch file install path of point_downsampler

* Update README file

* Update README file for plugin file

* Fix README file

* Add notice to run script

* Update CHANGELOGs

* Replace URI in CHANGELOGs

* Set version 1.10.0

* Creanup rst format

* 1.11.0

* Change RTM default topic to match UKF node launch file (#2142)

* Remove old issue and PR templates (#2148)

* Update repository info files (#2149)

* Add missing info files

* Update contributing info file

* Merge left over features from around the 1.11 release (#2151)

* Fix deceleration value bug in following state

inv_time will be negatived when forward object too close, but deceleration_critical will be smaller than max_deceleration

* fix bug of max split size

* change conversion formula from GB to Byte

* Update twist_filter.cpp (#1932)

* Feature/edit typo (#1769)

Fix language.

* Update twist_filter.cpp

* Fix/compare map filter squared distance (#1896)

* fix squared distance

* update default param

* update default param

* update launch file

* update interface.yaml

* Added AW Lexus model (#2117)

* Added AW Lexus model

* Adapt urdf to match mesh orientation

* Replace IV texture with AW (#2119)

* Update rect_class_score.h (#1825)

fixed typo for class label for OVEN - 'over' should be 'oven'

* Fixed wrong assignement of message type to package (#1706)

The message type ConfigWaypointLoader has been assigned to autoware_config_msgs in https://github.com/CPFL/Autoware/commit/8bf1c47fbc18a0303fda23c601dfe959a3afbc41.
This fixes the issue https://github.com/CPFL/Autoware/issues/1705.

* fix RuntimeManager on lxterminal #1203 (#1204)

* fix RuntimeManager on lxterminal #1203

* Modify the different behavior in gnome-terminal environment

* Set OPTION_TITLE in meta-terminal and xfce4-terminal environment

* Update run

* Add missing install for image resources on camera calibrator (#2137)

* Add missing install for image resources

* Switched to share

* Add CMake, CUDA, Eigen version checks for the CUDA accelerated nodes
Add CUDA enabled CI

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Remove deprecated vision_detector DPM

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Switch CI to use colcon insead of catkin tools

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* Fix travis ci syntax file

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* switch from colcon to catkin tools on kinetic(not supported on industrial_ci)

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for lidar_localizer

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for lidar_apollo_cnn_seg_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for vision_segment_enet_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for vision_ssd_detect

Signed-off-by: amc-nu <abrahammonrroy@yahoo.com>

* CUDA CMake checks for …
@mitsudome-r mitsudome-r added the version:autoware-ai Autoware.AI label Jun 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Software flaws or errors. version:autoware-ai Autoware.AI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants