Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add perception launch package (autowarefoundation#176)
* release v0.4.0 * Nodelet tlr (autowarefoundation#56) * temporary commit tlr_nodelet Signed-off-by: Yukihiro Saito <[email protected]> * compressed to compressed Signed-off-by: Yukihiro Saito <[email protected]> * Update traffic_light.launch Signed-off-by: Daisuke Nishimatsu <[email protected]> * fix bug Signed-off-by: Yukihiro Saito <[email protected]> * change image_transport to relay Signed-off-by: Yukihiro Saito <[email protected]> * fix bug Signed-off-by: Yukihiro Saito <[email protected]> * fix bug Signed-off-by: Yukihiro Saito <[email protected]> * decompress as rgb8 Signed-off-by: Yukihiro Saito <[email protected]> * fix bug Signed-off-by: Yukihiro Saito <[email protected]> Co-authored-by: Yukihiro Saito <[email protected]> * removed ROS1 package Signed-off-by: mitsudome-r <[email protected]> * Revert "removed ROS1 package" This reverts commit 976754a13aff34af749503d187c3851adbd3e73b. * add COLCON_IGNORE file to all ROS1 packages Signed-off-by: mitsudome-r <[email protected]> * rename *.launch files to *.launch.xml Signed-off-by: mitsudome-r <[email protected]> * [ROS2 Porting] perception_launch (#6) * Initial port to ROS 2 * Port to ROS 2 * Added dependencies * fix perception_launch Signed-off-by: mitsudome-r <[email protected]> * Use arg instead of let Co-authored-by: mitsudome-r <[email protected]> * [perception_launch] fix perception_launch (autowarefoundation#34) Signed-off-by: mitsudome-r <[email protected]> * perception_launch: Fix lidar based detection launch (autowarefoundation#42) Signed-off-by: wep21 <[email protected]> * ROS2 Linting: perception_launch (autowarefoundation#36) * Add linters and missing package dependencies * Alphabetise packages * perception_launch: Traffic light composable nodes (autowarefoundation#43) * perception_launch: Traffic light composable nodes Signed-off-by: wep21 <[email protected]> * Fix arg Signed-off-by: wep21 <[email protected]> * [perception launch]: Remove unused import Signed-off-by: wep21 <[email protected]> * Fix dependency temporarily for v0.8.0 update. (autowarefoundation#60) * Fix build_depends.repos temporarily Signed-off-by: wep21 <[email protected]> * Remove deprecated packages Signed-off-by: wep21 <[email protected]> * Ros2 v0.8.0 perception launch (autowarefoundation#56) * restore file names Signed-off-by: Takamasa Horibe <[email protected]> * update camera lidar fusion arch (autowarefoundation#122) * Update yolo launch (autowarefoundation#155) Signed-off-by: wep21 <[email protected]> * Revert "restore file names" This reverts commit 7b50ca1b0067cc29eed73b992dd2bbadc538f4f9. * fix name Signed-off-by: Takamasa Horibe <[email protected]> * fix launch arg Signed-off-by: Takamasa Horibe <[email protected]> * fix dependency Signed-off-by: Takamasa Horibe <[email protected]> * cosmetic change (autowarefoundation#138) * cosmetic change * add image topic * fix bug * rename topic names according to ros2 topic name rules Signed-off-by: mitsudome-r <[email protected]> * [perception_launch] add object_merger as exec_depend Signed-off-by: mitsudome-r <[email protected]> * [perception launch]: Add missing dependecies for traffic light recognition Signed-off-by: wep21 <[email protected]> * [perception launch]: Fix attributes in arg tag Signed-off-by: wep21 <[email protected]> * [perceptioon_launch] update roi_visualization launch Signed-off-by: wep21 <[email protected]> * [perception_launch]: Fix camera topic name Signed-off-by: wep21 <[email protected]> * [perception_launch]: Fix camera default topic in fusion launch Signed-off-by: wep21 <[email protected]> Co-authored-by: Yukihiro Saito <[email protected]> Co-authored-by: Daisuke Nishimatsu <[email protected]> Co-authored-by: mitsudome-r <[email protected]> Co-authored-by: wep21 <[email protected]> * Add depend tag for image_transport_plugin (autowarefoundation#95) Signed-off-by: Takagi, Isamu <[email protected]> * Fix typo in perception launch files (autowarefoundation#93) * add use_sim-time option (autowarefoundation#99) * Format launch files (autowarefoundation#178) Signed-off-by: Kenji Miyake <[email protected]> * Sync public repo (autowarefoundation#185) * add tier4 usbcam (autowarefoundation#104) * add tier4 usbcam * change version * tier4/ros2 * Ros2 vehicle info param server (autowarefoundation#96) * add vehicle info param server * delete vehicle param file Co-authored-by: taikitanaka <[email protected]> * Ros2 fix topic name part2 (autowarefoundation#89) * Fix topic name for traffic_light_classifier Signed-off-by: Takagi, Isamu <[email protected]> * Fix topic name for traffic_light_visualization Signed-off-by: Takagi, Isamu <[email protected]> * Fix topic name for traffic_light_ssd_fine_detector Signed-off-by: Takagi, Isamu <[email protected]> Co-authored-by: taikitanaka3 <[email protected]> Co-authored-by: tkimura4 <[email protected]> Co-authored-by: taikitanaka <[email protected]> Co-authored-by: Takagi, Isamu <[email protected]> * Fix incorrect remap (autowarefoundation#183) * Fix incorrect remap Signed-off-by: Kenji Miyake <[email protected]> * Use set_remap Signed-off-by: Kenji Miyake <[email protected]> * Use set_parameter for use_sim_time (autowarefoundation#198) * Use set_parameter for use_sim_time Signed-off-by: wep21 <[email protected]> * Add default parameter for scenario simulator Signed-off-by: wep21 <[email protected]> * Feature/porting v0.9.1 master (autowarefoundation#202) * add simulation arg (autowarefoundation#174) * add simulation arg * add comment * change arg name * add parameter use_empty_dynamic_object_publisher into perception.launch (autowarefoundation#176) Signed-off-by: Azumi Suzuki <[email protected]> Co-authored-by: Yusuke FUJII <[email protected]> Co-authored-by: s-azumi <[email protected]> * Format launch files (autowarefoundation#228) * Format launch files Signed-off-by: Kenji Miyake <[email protected]> * Format launch.py Signed-off-by: Kenji Miyake <[email protected]> * Fix lint Signed-off-by: Kenji Miyake <[email protected]> * Put image decompressor into container (autowarefoundation#241) * Put image decompressor into container Signed-off-by: wep21 <[email protected]> * Fix bug Signed-off-by: wep21 <[email protected]> * add traffic light map viz (autowarefoundation#149) (autowarefoundation#207) * add traffic light map viz (autowarefoundation#149) Signed-off-by: wep21 <[email protected]> * Fix launch tag Signed-off-by: wep21 <[email protected]> Co-authored-by: Yukihiro Saito <[email protected]> Co-authored-by: wep21 <[email protected]> * add description for perception (autowarefoundation#334) * add README.md and svg files (autowarefoundation#328) * add md and svg * fix typo * fix typo * fix word * fix typo * add lack of things * Update README * fix depending packages * fix word * add config directory to perception_launch and data_association_matrix.param.yaml autowarefoundation#367 Co-authored-by: autoware-iv-sync-ci[bot] <87871706+autoware-iv-sync-ci[bot]@users.noreply.github.com> * Fix pre-commit (autowarefoundation#407) * Fix pre-commit errors Signed-off-by: Kenji Miyake <[email protected]> * Fix package.xml Signed-off-by: Kenji Miyake <[email protected]> * Fix: Modify arg in drawio graph for README (perception launch) (autowarefoundation#466) Modified True/False and alignment (put to center) of use_empty_dynamic_object_publisher in drawio graph. * lidar_detection: apollo instance segmentation -> centerpoint (autowarefoundation#225) (autowarefoundation#307) Co-authored-by: Yusuke Muramatsu <[email protected]> * Feature/porting camera lidar fusion (autowarefoundation#316) * Feature/camera lidar fusion (autowarefoundation#248) * change camera lidar fusion node * change default mode of object recognition * change spilit range parameter from 10 to 30 (autowarefoundation#272) Co-authored-by: Yukihiro Saito <[email protected]> * add detection by tracker (autowarefoundation#418) add detection by tracker * Add option to select lidar detection model (autowarefoundation#450) Signed-off-by: wep21 <[email protected]> * Change formatter to black (autowarefoundation#488) * Update pre-commit settings * Apply Black * Replace ament_lint_common with autoware_lint_common * Update build_depends.repos * Fix build_depends * Auto/fix launch (autowarefoundation#110) * fix namespace * remove dynamic_object_visualization * fix rviz * Update package.xml (autowarefoundation#111) * remove unused depend/launcher (autowarefoundation#112) * Auto/launcher ground segmentation (autowarefoundation#117) * add base line launch * add ground_segmentation launcher * run pre-commit * clean up * fix coding style * fix topic name * fix yaml params * fix loader name * rename components * improve implementation * add feature remover (autowarefoundation#122) * add feature remover (autowarefoundation#124) * support x1 perception config (autowarefoundation#129) * support x1 perception config * remove product config * update launch.py * maintain some filters params in yaml file * add function to create elevation map pipeline * add param to yaml * Update traffic light topic name (autowarefoundation#131) * Update traffic light topic name Signed-off-by: wep21 <[email protected]> * Update traffic light topic name in perception Signed-off-by: wep21 <[email protected]> * Fix exec depend in perception launch (autowarefoundation#132) Signed-off-by: wep21 <[email protected]> * auto/fix occupancy grid map topic name (autowarefoundation#137) * fix/rename segmentation namespace (autowarefoundation#139) * fix namespace: rviz config * fix namespace: planning stack * rename segmentatino directory * fix namespace: perception stack * fix/move occupancy grid map outlier filter (autowarefoundation#143) * fix package name * add occupancy grid map launch * update launcher * rename filter package * fix/add pointcloud_preprocessor depend (autowarefoundation#146) * fix/add use_intra_process_comm option (autowarefoundation#148) * feature/use common pointcloud container (autowarefoundation#147) * add container argument * load composable node to pointcloud_container * fix autoware_launch * enable multi-thread * improve readability * Add elevation map loader to ground seg launch (autowarefoundation#136) * change elevation_map_parameters location (autowarefoundation#151) * refactor ground segmentation launch (autowarefoundation#153) * Fix/update obstacle segmentation namespace (autowarefoundation#154) * update topic name * update namespace * feat: add default vehicle param * fix: common_ground_filter for use default param * ci(pre-commit): autofix Co-authored-by: mitsudome-r <[email protected]> Co-authored-by: Daisuke Nishimatsu <[email protected]> Co-authored-by: Yukihiro Saito <[email protected]> Co-authored-by: Esteve Fernandez <[email protected]> Co-authored-by: Ryohsuke Mitsudome <[email protected]> Co-authored-by: Jilada Eccleston <[email protected]> Co-authored-by: wep21 <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]> Co-authored-by: Takagi, Isamu <[email protected]> Co-authored-by: Kazuki Miyahara <[email protected]> Co-authored-by: tkimura4 <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> Co-authored-by: taikitanaka3 <[email protected]> Co-authored-by: taikitanaka <[email protected]> Co-authored-by: Keisuke Shima <[email protected]> Co-authored-by: Yusuke FUJII <[email protected]> Co-authored-by: s-azumi <[email protected]> Co-authored-by: Hiroki OTA <[email protected]> Co-authored-by: autoware-iv-sync-ci[bot] <87871706+autoware-iv-sync-ci[bot]@users.noreply.github.com> Co-authored-by: g-ise <[email protected]> Co-authored-by: Yusuke Muramatsu <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> Co-authored-by: Satoshi OTA <[email protected]> Co-authored-by: Taichi Higashide <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information