This repository has been archived by the owner on Jun 5, 2019. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GPU support on Melodic (autowarefoundation#2173)
* 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>
- Loading branch information