-
Notifications
You must be signed in to change notification settings - Fork 650
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
feat: add dummy perception publisher #90
Merged
taikitanaka3
merged 38 commits into
autowarefoundation:tier4/proposal
from
1222-takeshi:1-add-dummy-perception-publisher
Dec 2, 2021
Merged
feat: add dummy perception publisher #90
taikitanaka3
merged 38 commits into
autowarefoundation:tier4/proposal
from
1222-takeshi:1-add-dummy-perception-publisher
Dec 2, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp>
Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp>
Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp>
This reverts commit 2e9822586a3539a32653e6bcd378715674b519ca. Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp>
Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp>
* Port dummy_perception_publisher to ROS2 * Uncrustify * Lint * Copyright * Period * Further ament_cpplint fixes
* Use quotes for includes where appropriate * Fix lint tests * Make tests pass hopefully
…refoundation#215) * [dummy_perception_publisher] fix launch file and installation Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * Apply suggestions from code review Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com>
…undation#200) * reduce terminal ouput for better error message visibility Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * [costmap_generator] fix waiting for first transform Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * fix tests Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * fix test Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp>
* modify launch file for making psim work Signed-off-by: kosuke murakami <kosuke.murakami@tier4.jp> * remove unnecesary ns Signed-off-by: kosuke murakami <kosuke.murakami@tier4.jp>
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
* Replace rclcpp::Time(0) by tf2::TimePointZero() in lookupTransform Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix canTransform Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix test Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>
autowarefoundation#1275) * Diable dummy_perception_publisher if argument 'scenario_simulation' is true * Rename argument to 'disable_dummy_perception_publisher_node' from 'scenario_simulation'
* add pre-commit * add pre-commit-config * add additional settings for private repository * use default pre-commit-config * update pre-commit setting * Ignore whitespace for line breaks in markdown * Update .github/workflows/pre-commit.yml Co-authored-by: Kazuki Miyahara <kmiya@outlook.com> * exclude svg * remove pretty-format-json * add double-quote-string-fixer * consider COLCON_IGNORE file when seaching modified package * format file * pre-commit fixes * Update pre-commit.yml * Update .pre-commit-config.yaml Co-authored-by: Kazuki Miyahara <kmiya@outlook.com> Co-authored-by: pre-commit <pre-commit@example.com> Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>
…1801) * Fix dependency type of rosidl_default_generators Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Remove unnecessary depends Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Use ament_cmake_auto Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
* Fix -Wunused-parameter Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix mistake Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * fix spell * Fix lint issues Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Ignore flake8 warnings Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> Co-authored-by: Hiroki OTA <hiroki.ota@tier4.jp>
Signed-off-by: Azumi Suzuki <azumi.suzuki@tier4.jp>
* add sort xml hook in pre-commit * change retval to exit_status * rename * add prettier plugin-xml * use early return * add license note * add tier4 license * restore prettier * change license order * move local hooks to public repo * move prettier-xml to pre-commit-hooks-ros * update version for bug-fix * apply pre-commit
* Feature/occlusion_spot safety planner public road (autowarefoundation#1594) * add blind spot safety planner public road * remove duplicated procesing * remove unused private param * renaming fix typo add comments * fix spell check * velocity -> relative velocity * calc2d, To param, simplify search, To original * add the num possible collision gurd * computational cost reduction * Cosmetic change for PossibleCollisionInfo * add interpolation to possible collision value * refactor codes * fix details * invalid point gurd * To Param * refacotor to occlusion spot util * cosmetic change * clean up blindspot * To Occlusion Spot * revise readme * refactor drawing * for better explanation * fix velocity profile * clean up details * cosmetic change for debug marker * use max velocity in obstacle info instead * add gtest for Too Many Possible Collision case * change case * refactor readme * minor fix * add more occlusion spot explanation * replace svg * add gtest build path lanelet * hotfix lateral distance and searching method * update g test for lateral distance * use faster search * set more realistic param * add lanelet subtype highway * cosmetic change of reviews * add occlusion spot module in private area (autowarefoundation#1640) * add occlusion spot in private * For debugging change * add spline interpolation to path * add review changes * adding minor change * cosmetic change * Vector to retval * Blindspot To OcclusionSpot1 * To Occlusion Spot 2 * To Occlusions spot3 * update gtest with unified anchor * remove anchor * add test slice * simplify interpolation * Too Occlusion spot4 * add test buffer * To Occlusion spot * namespace gurd * correct slice and add interpolation first * handle self crossing with check for invation * to ros debug stream * removed unused interpolation * add readme to plant uml * cosmetic change * minor change * update readme * review change * change occlusion spot text color * To Offset no Throw * better debug marker * catch only inversion error * skip return in case of inversion * for better grid * simplify path lanelet at first * remove std::cout * for better path * limit ego path inside target lanelet location * remove last points * cosmetic change for markers * apply module for limited scene * fix interpolation gurd * for better params * do not includes path behind * remove dummy perception publisher * Revert "remove dummy perception publisher" This reverts commit 4acad985fe31dd9befaa21a16631495de6c3a117. * replace hard coded occupancy grid option in psim * remove respawn * add arg to params and remove redundunt launch * fix spell check * fix default value Co-authored-by: tkimura4 <tomoya.kimura@tier4.jp> * Feature/occlusion spot private slice size param (autowarefoundation#1703) * add min slice size * for a bit narrow lateral distance * Update planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner/config/occlusion_spot_param.yaml Co-authored-by: Maxime CLEMENT <78338830+maxime-clem@users.noreply.github.com> Co-authored-by: Maxime CLEMENT <78338830+maxime-clem@users.noreply.github.com> * Rename files Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Porting to ros2 Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * pre-commit fixes Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Fix typo Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Fix launch namespace Co-authored-by: tkimura4 <tomoya.kimura@tier4.jp> * Fix parameter type Co-authored-by: tkimura4 <tomoya.kimura@tier4.jp> * Update planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner/src/scene_module/occlusion_spot/scene_occlusion_spot_in_private_road.cpp Co-authored-by: tkimura4 <tomoya.kimura@tier4.jp> Co-authored-by: taikitanaka3 <65527974+taikitanaka3@users.noreply.github.com> Co-authored-by: tkimura4 <tomoya.kimura@tier4.jp> Co-authored-by: Maxime CLEMENT <78338830+maxime-clem@users.noreply.github.com>
* Revert "Temporarily comment out pre-commit hooks" This reverts commit 748e9cdb145ce12f8b520bcbd97f5ff899fc28a3. * Replace ament_lint_common with autoware_lint_common Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Remove ament_cmake_uncrustify and ament_clang_format Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Apply Black Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Apply clang-format Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix build errors Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix for cpplint * Fix include double quotes to angle brackets Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Apply clang-format Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix build errors Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
* port dummy perception publisher to auto * autoware_perception_msgs/DynamicObjectWithFeatureArray convert to autoware_perception_msgs/DetectedObjectsWithFeature * change tracked objects to PREDICTED objects * separate pub type with real
* Added readme for dummy_perception_pub * README update * README update * Fix pre-commit * fix typo * Update README.md * Update README.md * Update README.md * Modified node.cpp * Modified README.md * change parameter name * Update README.md
* change output type of shape_estimation * remove unused function * add dynamic_object_converter * rename * fix typo * fix dummy_perception_publisher * update readme * fix copyright * rename package * add readme * fix launch name * remove unused variable * fix readme * fix convert function * change topic name of DynamicObjectsWithFeature
Signed-off-by: j4tfwm6z <proj-jpntaxi@tier4.jp> Co-authored-by: j4tfwm6z <proj-jpntaxi@tier4.jp>
…owarefoundation#739) * fix name space * change namespace: object_segmentation -> obstacle_segmentation
taikitanaka3
pushed a commit
to taikitanaka3/autoware.universe
that referenced
this pull request
Dec 2, 2021
* Port dummy_perception_publisher to ROS2 * Uncrustify * Lint * Copyright * Period * Further ament_cpplint fixes Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
taikitanaka3
approved these changes
Dec 2, 2021
tkimura4
pushed a commit
to tkimura4/autoware.universe
that referenced
this pull request
Dec 10, 2021
* restore file name Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * Update livox_horizon.launch (autowarefoundation#89) * fix pass through filter launch (autowarefoundation#90) * fix pass through filter launch * change if statement style * update aip_x1 sensing launch (autowarefoundation#100) * fix livox launch arg (autowarefoundation#108) * add usb_cam depend (autowarefoundation#118) * update aip_x1 camera.launch (autowarefoundation#119) * update imu.launch (autowarefoundation#120) * fix veodyne setting in aip_x1/lidar.launch (autowarefoundation#125) * Add velodyne_monitor to velodyne_*.launch (autowarefoundation#101) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Uupdate aip_x1 lidar.launch (autowarefoundation#143) * Format gnss.launch (autowarefoundation#145) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Add use_gnss arg to aip_x1 gnss.launch (autowarefoundation#146) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * support individual params (autowarefoundation#137) * support individual params * remove kvaser_hardware_id.txt * Launch velodyne_monitor only when launch_driver is true (autowarefoundation#163) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * [sensing_launch] ros2 porting: use container for livox point preprocessor Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * [sensing_launch] ros2-porting: fix vehicle_info params Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * Revert "restore file name" This reverts commit 37d7ac4f6a2a617b003b4e2a5ac96c48b332ade0. * [sensing_launch] ros2-porting: fix vehicle_info for livox preprocessor launch Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * [sensing_launch] ros2-porting: fix vehicle_info for api_** points_preprocessor.launch.py Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * fix launch Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * fix livox launch Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * added suffix ".xml" to "velodyne_monitor.launch" in the launch files * added use_sim_time with AW_ROS2_USE_SIM_TIME envvar for the parameters in the *.launch.py (autowarefoundation#61) * added use_sim_time with AW_ROS2_USE_SIM_TIME envvar for the parameters * changed to use EnvironmentVariable function for use_sim_time parameter * changed indent * removed an empty line Co-authored-by: hosokawa <hosokawa@sng-3f-ros2-eval.l.sng.tier4.jp> * fixed typo on the arg bd_code_param_path lines (autowarefoundation#63) Co-authored-by: hosokawa <hosokawa@sng-3f-ros2-eval.l.sng.tier4.jp> * [sensing_launch]: Fix indentation in gnss launch Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * [sensing_launch]: Add missing dependency in package.xml Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * [sensing_launch]: Fix velodyne launch Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * [sensing_launch]: Fix livox launch Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * [sensing_launch]: Add arg for vehicle parameter file in lidar launch Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * [sensing_launch]: Cleanup Signed-off-by: Autoware <autoware@tier4.jp> * Add new line Signed-off-by: Autoware <autoware@tier4.jp> * [sensing_launch]: Add default config for xx1 Signed-off-by: Autoware <autoware@tier4.jp> * [sensing_launch]: Fix indentation Signed-off-by: Autoware <autoware@tier4.jp> Co-authored-by: Yukihiro Saito <yukky.saito@gmail.com> Co-authored-by: Taichi Higashide <taichi.higashide@tier4.jp> Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> Co-authored-by: hiroyuki obinata <58019445+obi-t4@users.noreply.github.com> Co-authored-by: hosokawa <hosokawa@sng-3f-ros2-eval.l.sng.tier4.jp> Co-authored-by: HOSOKAWA Ikuto <hosokawa.ikuto@gmail.com> Co-authored-by: wep21 <border_goldenmarket@yahoo.co.jp> Co-authored-by: Autoware <autoware@tier4.jp>
tkimura4
pushed a commit
to tkimura4/autoware.universe
that referenced
this pull request
Dec 10, 2021
…efoundation#90) * Fix default value of use_concat_filter and use_radius_search Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix lint Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
1222-takeshi
pushed a commit
to 1222-takeshi/autoware.universe
that referenced
this pull request
Dec 10, 2021
* restore file name Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * Update livox_horizon.launch (autowarefoundation#89) * fix pass through filter launch (autowarefoundation#90) * fix pass through filter launch * change if statement style * update aip_x1 sensing launch (autowarefoundation#100) * fix livox launch arg (autowarefoundation#108) * add usb_cam depend (autowarefoundation#118) * update aip_x1 camera.launch (autowarefoundation#119) * update imu.launch (autowarefoundation#120) * fix veodyne setting in aip_x1/lidar.launch (autowarefoundation#125) * Add velodyne_monitor to velodyne_*.launch (autowarefoundation#101) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Uupdate aip_x1 lidar.launch (autowarefoundation#143) * Format gnss.launch (autowarefoundation#145) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Add use_gnss arg to aip_x1 gnss.launch (autowarefoundation#146) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * support individual params (autowarefoundation#137) * support individual params * remove kvaser_hardware_id.txt * Launch velodyne_monitor only when launch_driver is true (autowarefoundation#163) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * [sensing_launch] ros2 porting: use container for livox point preprocessor Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * [sensing_launch] ros2-porting: fix vehicle_info params Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * Revert "restore file name" This reverts commit 37d7ac4f6a2a617b003b4e2a5ac96c48b332ade0. * [sensing_launch] ros2-porting: fix vehicle_info for livox preprocessor launch Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * [sensing_launch] ros2-porting: fix vehicle_info for api_** points_preprocessor.launch.py Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * fix launch Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * fix livox launch Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * added suffix ".xml" to "velodyne_monitor.launch" in the launch files * added use_sim_time with AW_ROS2_USE_SIM_TIME envvar for the parameters in the *.launch.py (autowarefoundation#61) * added use_sim_time with AW_ROS2_USE_SIM_TIME envvar for the parameters * changed to use EnvironmentVariable function for use_sim_time parameter * changed indent * removed an empty line Co-authored-by: hosokawa <hosokawa@sng-3f-ros2-eval.l.sng.tier4.jp> * fixed typo on the arg bd_code_param_path lines (autowarefoundation#63) Co-authored-by: hosokawa <hosokawa@sng-3f-ros2-eval.l.sng.tier4.jp> * [sensing_launch]: Fix indentation in gnss launch Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * [sensing_launch]: Add missing dependency in package.xml Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * [sensing_launch]: Fix velodyne launch Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * [sensing_launch]: Fix livox launch Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * [sensing_launch]: Add arg for vehicle parameter file in lidar launch Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * [sensing_launch]: Cleanup Signed-off-by: Autoware <autoware@tier4.jp> * Add new line Signed-off-by: Autoware <autoware@tier4.jp> * [sensing_launch]: Add default config for xx1 Signed-off-by: Autoware <autoware@tier4.jp> * [sensing_launch]: Fix indentation Signed-off-by: Autoware <autoware@tier4.jp> Co-authored-by: Yukihiro Saito <yukky.saito@gmail.com> Co-authored-by: Taichi Higashide <taichi.higashide@tier4.jp> Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> Co-authored-by: hiroyuki obinata <58019445+obi-t4@users.noreply.github.com> Co-authored-by: hosokawa <hosokawa@sng-3f-ros2-eval.l.sng.tier4.jp> Co-authored-by: HOSOKAWA Ikuto <hosokawa.ikuto@gmail.com> Co-authored-by: wep21 <border_goldenmarket@yahoo.co.jp> Co-authored-by: Autoware <autoware@tier4.jp>
1222-takeshi
pushed a commit
to 1222-takeshi/autoware.universe
that referenced
this pull request
Dec 10, 2021
…efoundation#90) * Fix default value of use_concat_filter and use_radius_search Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix lint Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
taikitanaka3
added a commit
that referenced
this pull request
Dec 14, 2021
* release v0.4.0 * Feature/phased timestamped velodyne (#53) * Replace with new velodyne driver, cutting scan based on azimuth * Fix launch/dependences * Fix version name for tier4/velodyne_vls * Add velodyne_driver dependency * Nodelet tlr (#56) * temporary commit tlr_nodelet Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com> * compressed to compressed Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com> * Update traffic_light.launch Signed-off-by: Daisuke Nishimatsu <border_goldenmarket@yahoo.co.jp> * fix bug Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com> * change image_transport to relay Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com> * fix bug Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com> * fix bug Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com> * decompress as rgb8 Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com> * fix bug Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com> Co-authored-by: Yukihiro Saito <yukky.saito@gmail.com> * use env for livox id (#58) Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com> * Feature/optimize scan phase (#59) * Rename parameter name, sensor_phase -> scan_phase Signed-off-by: Akihito Ohasto <aohsato@gmail.com> * Modify aip_xx1 scan_phase for better perception * Rename parameter name, sensor_phase -> scan_phase Signed-off-by: Akihito Ohasto <aohsato@gmail.com> * Logging simulator (#65) * Add logging_simulator.launch Signed-off-by: Daisuke Nishimatsu <border_goldenmarket@yahoo.co.jp> * Don't load env when launch driver is false Signed-off-by: Daisuke Nishimatsu <border_goldenmarket@yahoo.co.jp> * removed ROS1 package Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * Revert "removed ROS1 package" This reverts commit 225276afe774a2c9d7bc28ca59accffbdc14dc8a. * add COLCON_IGNORE file to all ROS1 packages Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * rename *.launch files to *.launch.xml Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * Port sensing_launch (#14) * [sensing_launch] Initial port without actually launching * [sensing_launch] default -> value, namespace, first nodelet porting * [sensing_launch] use usb_cam, eval -> var * [sensing_launch] Fix syntax errors in pointcloud_preprocessor.launch.py * [pointcloud-preprocessor] fix ground-filter component name * [pointcloud-preprocessor] Polish aip_s1/pointcloud_preprocessor.launch.py Only one error at runtime remains when testing on dev laptop due to pointclouds that need to be available for concatenation * [sensing_launch] ublox_gps refer to config file properly * (wip) velodyne_node_container before opaque * [sensing_launch] Port aip-s1 as far as possible * [sensing_launch] remove unused pointcloud_preprocessor_nodes.py * [sensing_launch] Manage to add ComposableNode conditionally * [sensing_launch] Update camera for s1, x1 * [sensing_launch] Copy aip_s1/ content to aip_customized, aip_x1, aip_x2 because they were identical before the porting * [sensing_launch] Port livox * [sensing_launch] Port aip_xx1 * [sensing_launch] Port aip_xx2 * [sensing_launch] Remove superfluous passthrough filter, min_z, max_z * [sensing_launch] Incorporate changes from vehicle testing * [sensing_launch] Declare launch argument for base_frame * [sensing_launch] Missing fixes to launch/velodyne* * [sensing_launch] Update copied configs * Added linters (#32) * Ros2 v0.8.0 sensing launch (#57) * restore file name Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * Update livox_horizon.launch (#89) * fix pass through filter launch (#90) * fix pass through filter launch * change if statement style * update aip_x1 sensing launch (#100) * fix livox launch arg (#108) * add usb_cam depend (#118) * update aip_x1 camera.launch (#119) * update imu.launch (#120) * fix veodyne setting in aip_x1/lidar.launch (#125) * Add velodyne_monitor to velodyne_*.launch (#101) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Uupdate aip_x1 lidar.launch (#143) * Format gnss.launch (#145) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Add use_gnss arg to aip_x1 gnss.launch (#146) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * support individual params (#137) * support individual params * remove kvaser_hardware_id.txt * Launch velodyne_monitor only when launch_driver is true (#163) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * [sensing_launch] ros2 porting: use container for livox point preprocessor Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * [sensing_launch] ros2-porting: fix vehicle_info params Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * Revert "restore file name" This reverts commit 37d7ac4f6a2a617b003b4e2a5ac96c48b332ade0. * [sensing_launch] ros2-porting: fix vehicle_info for livox preprocessor launch Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * [sensing_launch] ros2-porting: fix vehicle_info for api_** points_preprocessor.launch.py Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * fix launch Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * fix livox launch Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * added suffix ".xml" to "velodyne_monitor.launch" in the launch files * added use_sim_time with AW_ROS2_USE_SIM_TIME envvar for the parameters in the *.launch.py (#61) * added use_sim_time with AW_ROS2_USE_SIM_TIME envvar for the parameters * changed to use EnvironmentVariable function for use_sim_time parameter * changed indent * removed an empty line Co-authored-by: hosokawa <hosokawa@sng-3f-ros2-eval.l.sng.tier4.jp> * fixed typo on the arg bd_code_param_path lines (#63) Co-authored-by: hosokawa <hosokawa@sng-3f-ros2-eval.l.sng.tier4.jp> * [sensing_launch]: Fix indentation in gnss launch Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * [sensing_launch]: Add missing dependency in package.xml Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * [sensing_launch]: Fix velodyne launch Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * [sensing_launch]: Fix livox launch Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * [sensing_launch]: Add arg for vehicle parameter file in lidar launch Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * [sensing_launch]: Cleanup Signed-off-by: Autoware <autoware@tier4.jp> * Add new line Signed-off-by: Autoware <autoware@tier4.jp> * [sensing_launch]: Add default config for xx1 Signed-off-by: Autoware <autoware@tier4.jp> * [sensing_launch]: Fix indentation Signed-off-by: Autoware <autoware@tier4.jp> Co-authored-by: Yukihiro Saito <yukky.saito@gmail.com> Co-authored-by: Taichi Higashide <taichi.higashide@tier4.jp> Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> Co-authored-by: hiroyuki obinata <58019445+obi-t4@users.noreply.github.com> Co-authored-by: hosokawa <hosokawa@sng-3f-ros2-eval.l.sng.tier4.jp> Co-authored-by: HOSOKAWA Ikuto <hosokawa.ikuto@gmail.com> Co-authored-by: wep21 <border_goldenmarket@yahoo.co.jp> Co-authored-by: Autoware <autoware@tier4.jp> * Rename ROS-related .yaml to .param.yaml (#65) * Rename ROS-related .yaml to .param.yaml Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Add missing '--' Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Rename vehicle_info.yaml to vehicle_info.param.yaml Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix livox param name Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Sync with Ros2 v0.8.0 beta (#71) * update sensing launch to support aip_x1 (#69) Signed-off-by: taichiH <azumade.30@gmail.com> * fix logging_simulator_bug (#68) Signed-off-by: taichiH <azumade.30@gmail.com> * fix aip_x1 param (#70) Signed-off-by: taichiH <azumade.30@gmail.com> Co-authored-by: Taichi Higashide <taichi.higashide@tier4.jp> * Fix aip_xx1's pointcloud_preprocessor.launch.py (#72) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * fix velodyne launch (#73) * fix velodyne launch * fix bug * add scan_phase arg * fix bug (#85) * Use sensor data qos for pointcloud (#82) Signed-off-by: Autoware <autoware@tier4.jp> Co-authored-by: Autoware <autoware@tier4.jp> * Remove unused remappings (#88) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Livox composable node (#87) * Fix default value of use_concat_filter and use_radius_search (#90) * Fix default value of use_concat_filter and use_radius_search Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix lint Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * [aip_x1]: Fix imu topic name (#94) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Fix various typos in launch files (#97) * Move individual params to a separate package (#100) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * add use_sim-time option (#99) * Format launch files (#178) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix bug of pointcloud_preprocessor.py (#179) Signed-off-by: autoware <autoware@example.com> Co-authored-by: autoware <autoware@example.com> * Replace doc by description (#182) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Ros2 lsim test (#186) * Add group to launch file for var scope Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Remove pointcloud relay for localization Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add use_sim_time Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Remove pointcloud relay for localization Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> Co-authored-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add multithread and intra process option (#187) * Add multithread and intra process option Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Fix velodyne node container executable Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Add option into aip_xx2 Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Add option into aip_x2 Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Add option into aip_x1 Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Add option into aip_s1 Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Add option into aip_customized Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Add option into lidar.launch.xml Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Fix invalid attribute in gnss launch (#191) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Fix parameter for scan phase (#193) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * add septentrio_gnss_driver launcher and switch(septentrio <-> ublox) (#196) * add septentrio_gnss_driver launcher and switch(septentrio <-> ublox) * rm arg(gnss_receiver) escalation and modify septentrio_gnss_driver_node option * change gnss_receiver default septentrio to ublox * remap all septentrio_gnss_driver topic names * replace septentrio gnss driver launch type 'node' to 'include' * Use set_parameter for use_sim_time (#198) * Use set_parameter for use_sim_time Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Add default parameter for scenario simulator Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Format launch files (#228) * Format launch files Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Format launch.py Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix lint Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix aip_xx1 camera launch (#242) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Fix gnss topic name (#243) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Enable intra process and mt (#204) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * add imu_corrector (#296) * add description for sensing_launch (#336) * add description * fix sentence * add README.md and svg files (#328) * add md and svg * fix typo * fix typo * fix word * fix typo * add lack of things * Update README * fix depending packages * fix word * Fix camera launch invalid type string (#344) Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * add view width direction to velodyne_node_container.launch.py etc... (#366) * add arg of view_width and view_direction * delete initial value * add args and params Co-authored-by: autoware-iv-sync-ci[bot] <87871706+autoware-iv-sync-ci[bot]@users.noreply.github.com> * Fix pre-commit (#407) * Fix pre-commit errors Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix package.xml Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix pre-commit target (#436) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Remove aip xx2 model from sensing launch (#446) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Add respawn for ublox (#449) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * delete aip and modify package settings (#434) * Change formatter to black (#488) * Update pre-commit settings * Apply Black * Replace ament_lint_common with autoware_lint_common * Update build_depends.repos * Fix build_depends * feature/use common pointcloud container (#147) * add container argument * load composable node to pointcloud_container * fix autoware_launch * enable multi-thread * improve readability * Update package.xml (#150) * feat: add default param * feat: add aip_launcher depends * fix: add vehicle_info_util as exec_depend * fix: add velodyne_vls to build_depend.repos * fix: remove api_launcher at build_depends Co-authored-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> Co-authored-by: Akihito Ohsato <aohsato@gmail.com> Co-authored-by: Daisuke Nishimatsu <42202095+wep21@users.noreply.github.com> Co-authored-by: Yukihiro Saito <yukky.saito@gmail.com> Co-authored-by: Frederik Beaujean <72439809+fred-apex-ai@users.noreply.github.com> Co-authored-by: Esteve Fernandez <esteve@apache.org> Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> Co-authored-by: Taichi Higashide <taichi.higashide@tier4.jp> Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> Co-authored-by: hiroyuki obinata <58019445+obi-t4@users.noreply.github.com> Co-authored-by: hosokawa <hosokawa@sng-3f-ros2-eval.l.sng.tier4.jp> Co-authored-by: HOSOKAWA Ikuto <hosokawa.ikuto@gmail.com> Co-authored-by: wep21 <border_goldenmarket@yahoo.co.jp> Co-authored-by: Autoware <autoware@tier4.jp> Co-authored-by: Kazuki Miyahara <kmiya@outlook.com> Co-authored-by: tkimura4 <tomoya.kimura@tier4.jp> Co-authored-by: autoware <autoware@example.com> Co-authored-by: Takagi, Isamu <isamu.takagi@tier4.jp> Co-authored-by: hiro-ya-iv <30652835+hiro-ya-iv@users.noreply.github.com> Co-authored-by: YamatoAndo <yamato.ando@gmail.com> Co-authored-by: Hiroki OTA <hiroki.ota@tier4.jp> Co-authored-by: Kosuke Takeuchi <kosuke.tnp@gmail.com> Co-authored-by: autoware-iv-sync-ci[bot] <87871706+autoware-iv-sync-ci[bot]@users.noreply.github.com> Co-authored-by: Kenji Miyake <kenji.miyake@tier4.jp> Co-authored-by: Satoshi OTA <44889564+satoshi-ota@users.noreply.github.com> Co-authored-by: taikitanaka3 <65527974+taikitanaka3@users.noreply.github.com>
badai-nguyen
pushed a commit
to badai-nguyen/autoware.universe
that referenced
this pull request
Feb 4, 2022
* release v0.4.0 * add use_object_recognition flag in dummy_perception_publisher (autowarefoundation#696) * remove ROS1 packages temporarily Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * add sample ros2 packages Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * remove ROS1 packages Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * Revert "remove ROS1 packages temporarily" This reverts commit 2e9822586a3539a32653e6bcd378715674b519ca. Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * add COLCON_IGNORE to ros1 packages Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * Rename launch files to launch.xml (autowarefoundation#28) * Port dummy_perception_publisher to ROS2 (autowarefoundation#90) * Port dummy_perception_publisher to ROS2 * Uncrustify * Lint * Copyright * Period * Further ament_cpplint fixes * Convert calls of Duration to Duration::from_seconds where appropriate (autowarefoundation#131) * Use quotes for includes where appropriate (autowarefoundation#144) * Use quotes for includes where appropriate * Fix lint tests * Make tests pass hopefully * adding linters to dummy_perception_publisher (autowarefoundation#220) * [dummy_perception_publisher] fix launch file and installation (autowarefoundation#215) * [dummy_perception_publisher] fix launch file and installation Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * Apply suggestions from code review Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> * reduce terminal ouput for better error message visibility (autowarefoundation#200) * reduce terminal ouput for better error message visibility Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * [costmap_generator] fix waiting for first transform Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * fix tests Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * fix test Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * modify launch file for making psim work (autowarefoundation#238) * modify launch file for making psim work Signed-off-by: kosuke murakami <kosuke.murakami@tier4.jp> * remove unnecesary ns Signed-off-by: kosuke murakami <kosuke.murakami@tier4.jp> * Ros2 v0.8.0 dummy perception publisher (autowarefoundation#286) * Remove "/" in frame_id (autowarefoundation#406) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix transform (autowarefoundation#420) * Replace rclcpp::Time(0) by tf2::TimePointZero() in lookupTransform Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix canTransform Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix test Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * add use_sim-time option (autowarefoundation#454) * Remove use_sim_time for set_parameter (autowarefoundation#1260) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Diable dummy_perception_publisher if argument 'scenario_simulation' i… (autowarefoundation#1275) * Diable dummy_perception_publisher if argument 'scenario_simulation' is true * Rename argument to 'disable_dummy_perception_publisher_node' from 'scenario_simulation' * change theta step for obj point cloud (autowarefoundation#1280) * Revert changes of PR autowarefoundation#1275 (autowarefoundation#1377) * Add pre-commit (autowarefoundation#1560) * add pre-commit * add pre-commit-config * add additional settings for private repository * use default pre-commit-config * update pre-commit setting * Ignore whitespace for line breaks in markdown * Update .github/workflows/pre-commit.yml Co-authored-by: Kazuki Miyahara <kmiya@outlook.com> * exclude svg * remove pretty-format-json * add double-quote-string-fixer * consider COLCON_IGNORE file when seaching modified package * format file * pre-commit fixes * Update pre-commit.yml * Update .pre-commit-config.yaml Co-authored-by: Kazuki Miyahara <kmiya@outlook.com> Co-authored-by: pre-commit <pre-commit@example.com> Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> * Fix dependency type of rosidl_default_generators (autowarefoundation#1801) * Fix dependency type of rosidl_default_generators Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Remove unnecessary depends Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Use ament_cmake_auto Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix -Wunused-parameter (autowarefoundation#1836) * Fix -Wunused-parameter Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix mistake Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * fix spell * Fix lint issues Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Ignore flake8 warnings Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> Co-authored-by: Hiroki OTA <hiroki.ota@tier4.jp> * fix topic namespace (autowarefoundation#2054) Signed-off-by: Azumi Suzuki <azumi.suzuki@tier4.jp> * add sort-package-xml hook in pre-commit (autowarefoundation#1881) * add sort xml hook in pre-commit * change retval to exit_status * rename * add prettier plugin-xml * use early return * add license note * add tier4 license * restore prettier * change license order * move local hooks to public repo * move prettier-xml to pre-commit-hooks-ros * update version for bug-fix * apply pre-commit * Feature/porting occlusion spot (autowarefoundation#1740) * Feature/occlusion_spot safety planner public road (autowarefoundation#1594) * add blind spot safety planner public road * remove duplicated procesing * remove unused private param * renaming fix typo add comments * fix spell check * velocity -> relative velocity * calc2d, To param, simplify search, To original * add the num possible collision gurd * computational cost reduction * Cosmetic change for PossibleCollisionInfo * add interpolation to possible collision value * refactor codes * fix details * invalid point gurd * To Param * refacotor to occlusion spot util * cosmetic change * clean up blindspot * To Occlusion Spot * revise readme * refactor drawing * for better explanation * fix velocity profile * clean up details * cosmetic change for debug marker * use max velocity in obstacle info instead * add gtest for Too Many Possible Collision case * change case * refactor readme * minor fix * add more occlusion spot explanation * replace svg * add gtest build path lanelet * hotfix lateral distance and searching method * update g test for lateral distance * use faster search * set more realistic param * add lanelet subtype highway * cosmetic change of reviews * add occlusion spot module in private area (autowarefoundation#1640) * add occlusion spot in private * For debugging change * add spline interpolation to path * add review changes * adding minor change * cosmetic change * Vector to retval * Blindspot To OcclusionSpot1 * To Occlusion Spot 2 * To Occlusions spot3 * update gtest with unified anchor * remove anchor * add test slice * simplify interpolation * Too Occlusion spot4 * add test buffer * To Occlusion spot * namespace gurd * correct slice and add interpolation first * handle self crossing with check for invation * to ros debug stream * removed unused interpolation * add readme to plant uml * cosmetic change * minor change * update readme * review change * change occlusion spot text color * To Offset no Throw * better debug marker * catch only inversion error * skip return in case of inversion * for better grid * simplify path lanelet at first * remove std::cout * for better path * limit ego path inside target lanelet location * remove last points * cosmetic change for markers * apply module for limited scene * fix interpolation gurd * for better params * do not includes path behind * remove dummy perception publisher * Revert "remove dummy perception publisher" This reverts commit 4acad985fe31dd9befaa21a16631495de6c3a117. * replace hard coded occupancy grid option in psim * remove respawn * add arg to params and remove redundunt launch * fix spell check * fix default value Co-authored-by: tkimura4 <tomoya.kimura@tier4.jp> * Feature/occlusion spot private slice size param (autowarefoundation#1703) * add min slice size * for a bit narrow lateral distance * Update planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner/config/occlusion_spot_param.yaml Co-authored-by: Maxime CLEMENT <78338830+maxime-clem@users.noreply.github.com> Co-authored-by: Maxime CLEMENT <78338830+maxime-clem@users.noreply.github.com> * Rename files Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Porting to ros2 Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * pre-commit fixes Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Fix typo Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Fix launch namespace Co-authored-by: tkimura4 <tomoya.kimura@tier4.jp> * Fix parameter type Co-authored-by: tkimura4 <tomoya.kimura@tier4.jp> * Update planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner/src/scene_module/occlusion_spot/scene_occlusion_spot_in_private_road.cpp Co-authored-by: tkimura4 <tomoya.kimura@tier4.jp> Co-authored-by: taikitanaka3 <65527974+taikitanaka3@users.noreply.github.com> Co-authored-by: tkimura4 <tomoya.kimura@tier4.jp> Co-authored-by: Maxime CLEMENT <78338830+maxime-clem@users.noreply.github.com> * Change formatter to clang-format and black (autowarefoundation#2332) * Revert "Temporarily comment out pre-commit hooks" This reverts commit 748e9cdb145ce12f8b520bcbd97f5ff899fc28a3. * Replace ament_lint_common with autoware_lint_common Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Remove ament_cmake_uncrustify and ament_clang_format Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Apply Black Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Apply clang-format Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix build errors Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix for cpplint * Fix include double quotes to angle brackets Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Apply clang-format Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix build errors Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Add COLCON_IGNORE (autowarefoundation#500) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * port dummy perception publisher to auto (autowarefoundation#562) * port dummy perception publisher to auto * autoware_perception_msgs/DynamicObjectWithFeatureArray convert to autoware_perception_msgs/DetectedObjectsWithFeature * change tracked objects to PREDICTED objects * separate pub type with real * Add README.md to dummy perception publisher (autowarefoundation#641) * Added readme for dummy_perception_pub * README update * README update * Fix pre-commit * fix typo * Update README.md * Update README.md * Update README.md * Modified node.cpp * Modified README.md * change parameter name * Update README.md * [shape_estimation]change type (autowarefoundation#663) * change output type of shape_estimation * remove unused function * add dynamic_object_converter * rename * fix typo * fix dummy_perception_publisher * update readme * fix copyright * rename package * add readme * fix launch name * remove unused variable * fix readme * fix convert function * change topic name of DynamicObjectsWithFeature * Fix no ground pointcloud topic name (autowarefoundation#733) Signed-off-by: j4tfwm6z <proj-jpntaxi@tier4.jp> Co-authored-by: j4tfwm6z <proj-jpntaxi@tier4.jp> * auto/fix occupancy grid name space in dummy perception publisher (autowarefoundation#739) * fix name space * change namespace: object_segmentation -> obstacle_segmentation * feat: add use_traffic_light status Co-authored-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> Co-authored-by: Taichi Higashide <taichi.higashide@tier4.jp> Co-authored-by: Nikolai Morin <nnmmgit@gmail.com> Co-authored-by: nik-tier4 <71747268+nik-tier4@users.noreply.github.com> Co-authored-by: Ryohsuke Mitsudome <43976834+mitsudome-r@users.noreply.github.com> Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> Co-authored-by: Kosuke Murakami <kosuke.murakami@tier4.jp> Co-authored-by: Daisuke Nishimatsu <42202095+wep21@users.noreply.github.com> Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> Co-authored-by: tkimura4 <tomoya.kimura@tier4.jp> Co-authored-by: Tatsuya Yamasaki <httperror@404-notfound.jp> Co-authored-by: taikitanaka3 <65527974+taikitanaka3@users.noreply.github.com> Co-authored-by: Keisuke Shima <19993104+KeisukeShima@users.noreply.github.com> Co-authored-by: Kazuki Miyahara <kmiya@outlook.com> Co-authored-by: pre-commit <pre-commit@example.com> Co-authored-by: Hiroki OTA <hiroki.ota@tier4.jp> Co-authored-by: Azumi Suzuki <38061530+s-azumi@users.noreply.github.com> Co-authored-by: Maxime CLEMENT <78338830+maxime-clem@users.noreply.github.com> Co-authored-by: Yohei Mishina <66298900+YoheiMishina@users.noreply.github.com> Co-authored-by: j4tfwm6z <proj-jpntaxi@tier4.jp> Co-authored-by: Satoshi OTA <44889564+satoshi-ota@users.noreply.github.com>
badai-nguyen
pushed a commit
to badai-nguyen/autoware.universe
that referenced
this pull request
Feb 4, 2022
* release v0.4.0 * Feature/phased timestamped velodyne (autowarefoundation#53) * Replace with new velodyne driver, cutting scan based on azimuth * Fix launch/dependences * Fix version name for tier4/velodyne_vls * Add velodyne_driver dependency * Nodelet tlr (autowarefoundation#56) * temporary commit tlr_nodelet Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com> * compressed to compressed Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com> * Update traffic_light.launch Signed-off-by: Daisuke Nishimatsu <border_goldenmarket@yahoo.co.jp> * fix bug Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com> * change image_transport to relay Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com> * fix bug Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com> * fix bug Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com> * decompress as rgb8 Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com> * fix bug Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com> Co-authored-by: Yukihiro Saito <yukky.saito@gmail.com> * use env for livox id (autowarefoundation#58) Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com> * Feature/optimize scan phase (autowarefoundation#59) * Rename parameter name, sensor_phase -> scan_phase Signed-off-by: Akihito Ohasto <aohsato@gmail.com> * Modify aip_xx1 scan_phase for better perception * Rename parameter name, sensor_phase -> scan_phase Signed-off-by: Akihito Ohasto <aohsato@gmail.com> * Logging simulator (autowarefoundation#65) * Add logging_simulator.launch Signed-off-by: Daisuke Nishimatsu <border_goldenmarket@yahoo.co.jp> * Don't load env when launch driver is false Signed-off-by: Daisuke Nishimatsu <border_goldenmarket@yahoo.co.jp> * removed ROS1 package Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * Revert "removed ROS1 package" This reverts commit 225276afe774a2c9d7bc28ca59accffbdc14dc8a. * add COLCON_IGNORE file to all ROS1 packages Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * rename *.launch files to *.launch.xml Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * Port sensing_launch (#14) * [sensing_launch] Initial port without actually launching * [sensing_launch] default -> value, namespace, first nodelet porting * [sensing_launch] use usb_cam, eval -> var * [sensing_launch] Fix syntax errors in pointcloud_preprocessor.launch.py * [pointcloud-preprocessor] fix ground-filter component name * [pointcloud-preprocessor] Polish aip_s1/pointcloud_preprocessor.launch.py Only one error at runtime remains when testing on dev laptop due to pointclouds that need to be available for concatenation * [sensing_launch] ublox_gps refer to config file properly * (wip) velodyne_node_container before opaque * [sensing_launch] Port aip-s1 as far as possible * [sensing_launch] remove unused pointcloud_preprocessor_nodes.py * [sensing_launch] Manage to add ComposableNode conditionally * [sensing_launch] Update camera for s1, x1 * [sensing_launch] Copy aip_s1/ content to aip_customized, aip_x1, aip_x2 because they were identical before the porting * [sensing_launch] Port livox * [sensing_launch] Port aip_xx1 * [sensing_launch] Port aip_xx2 * [sensing_launch] Remove superfluous passthrough filter, min_z, max_z * [sensing_launch] Incorporate changes from vehicle testing * [sensing_launch] Declare launch argument for base_frame * [sensing_launch] Missing fixes to launch/velodyne* * [sensing_launch] Update copied configs * Added linters (autowarefoundation#32) * Ros2 v0.8.0 sensing launch (autowarefoundation#57) * restore file name Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * Update livox_horizon.launch (autowarefoundation#89) * fix pass through filter launch (autowarefoundation#90) * fix pass through filter launch * change if statement style * update aip_x1 sensing launch (autowarefoundation#100) * fix livox launch arg (autowarefoundation#108) * add usb_cam depend (autowarefoundation#118) * update aip_x1 camera.launch (autowarefoundation#119) * update imu.launch (autowarefoundation#120) * fix veodyne setting in aip_x1/lidar.launch (autowarefoundation#125) * Add velodyne_monitor to velodyne_*.launch (autowarefoundation#101) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Uupdate aip_x1 lidar.launch (autowarefoundation#143) * Format gnss.launch (autowarefoundation#145) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Add use_gnss arg to aip_x1 gnss.launch (autowarefoundation#146) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * support individual params (autowarefoundation#137) * support individual params * remove kvaser_hardware_id.txt * Launch velodyne_monitor only when launch_driver is true (autowarefoundation#163) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * [sensing_launch] ros2 porting: use container for livox point preprocessor Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * [sensing_launch] ros2-porting: fix vehicle_info params Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * Revert "restore file name" This reverts commit 37d7ac4f6a2a617b003b4e2a5ac96c48b332ade0. * [sensing_launch] ros2-porting: fix vehicle_info for livox preprocessor launch Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * [sensing_launch] ros2-porting: fix vehicle_info for api_** points_preprocessor.launch.py Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * fix launch Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * fix livox launch Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * added suffix ".xml" to "velodyne_monitor.launch" in the launch files * added use_sim_time with AW_ROS2_USE_SIM_TIME envvar for the parameters in the *.launch.py (autowarefoundation#61) * added use_sim_time with AW_ROS2_USE_SIM_TIME envvar for the parameters * changed to use EnvironmentVariable function for use_sim_time parameter * changed indent * removed an empty line Co-authored-by: hosokawa <hosokawa@sng-3f-ros2-eval.l.sng.tier4.jp> * fixed typo on the arg bd_code_param_path lines (autowarefoundation#63) Co-authored-by: hosokawa <hosokawa@sng-3f-ros2-eval.l.sng.tier4.jp> * [sensing_launch]: Fix indentation in gnss launch Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * [sensing_launch]: Add missing dependency in package.xml Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * [sensing_launch]: Fix velodyne launch Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * [sensing_launch]: Fix livox launch Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * [sensing_launch]: Add arg for vehicle parameter file in lidar launch Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * [sensing_launch]: Cleanup Signed-off-by: Autoware <autoware@tier4.jp> * Add new line Signed-off-by: Autoware <autoware@tier4.jp> * [sensing_launch]: Add default config for xx1 Signed-off-by: Autoware <autoware@tier4.jp> * [sensing_launch]: Fix indentation Signed-off-by: Autoware <autoware@tier4.jp> Co-authored-by: Yukihiro Saito <yukky.saito@gmail.com> Co-authored-by: Taichi Higashide <taichi.higashide@tier4.jp> Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> Co-authored-by: hiroyuki obinata <58019445+obi-t4@users.noreply.github.com> Co-authored-by: hosokawa <hosokawa@sng-3f-ros2-eval.l.sng.tier4.jp> Co-authored-by: HOSOKAWA Ikuto <hosokawa.ikuto@gmail.com> Co-authored-by: wep21 <border_goldenmarket@yahoo.co.jp> Co-authored-by: Autoware <autoware@tier4.jp> * Rename ROS-related .yaml to .param.yaml (autowarefoundation#65) * Rename ROS-related .yaml to .param.yaml Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Add missing '--' Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Rename vehicle_info.yaml to vehicle_info.param.yaml Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix livox param name Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Sync with Ros2 v0.8.0 beta (autowarefoundation#71) * update sensing launch to support aip_x1 (autowarefoundation#69) Signed-off-by: taichiH <azumade.30@gmail.com> * fix logging_simulator_bug (autowarefoundation#68) Signed-off-by: taichiH <azumade.30@gmail.com> * fix aip_x1 param (autowarefoundation#70) Signed-off-by: taichiH <azumade.30@gmail.com> Co-authored-by: Taichi Higashide <taichi.higashide@tier4.jp> * Fix aip_xx1's pointcloud_preprocessor.launch.py (autowarefoundation#72) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * fix velodyne launch (autowarefoundation#73) * fix velodyne launch * fix bug * add scan_phase arg * fix bug (autowarefoundation#85) * Use sensor data qos for pointcloud (autowarefoundation#82) Signed-off-by: Autoware <autoware@tier4.jp> Co-authored-by: Autoware <autoware@tier4.jp> * Remove unused remappings (autowarefoundation#88) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Livox composable node (autowarefoundation#87) * Fix default value of use_concat_filter and use_radius_search (autowarefoundation#90) * Fix default value of use_concat_filter and use_radius_search Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix lint Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * [aip_x1]: Fix imu topic name (autowarefoundation#94) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Fix various typos in launch files (autowarefoundation#97) * Move individual params to a separate package (autowarefoundation#100) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * add use_sim-time option (autowarefoundation#99) * Format launch files (autowarefoundation#178) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix bug of pointcloud_preprocessor.py (autowarefoundation#179) Signed-off-by: autoware <autoware@example.com> Co-authored-by: autoware <autoware@example.com> * Replace doc by description (autowarefoundation#182) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Ros2 lsim test (autowarefoundation#186) * Add group to launch file for var scope Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Remove pointcloud relay for localization Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add use_sim_time Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Remove pointcloud relay for localization Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> Co-authored-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add multithread and intra process option (autowarefoundation#187) * Add multithread and intra process option Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Fix velodyne node container executable Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Add option into aip_xx2 Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Add option into aip_x2 Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Add option into aip_x1 Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Add option into aip_s1 Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Add option into aip_customized Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Add option into lidar.launch.xml Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Fix invalid attribute in gnss launch (autowarefoundation#191) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Fix parameter for scan phase (autowarefoundation#193) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * add septentrio_gnss_driver launcher and switch(septentrio <-> ublox) (autowarefoundation#196) * add septentrio_gnss_driver launcher and switch(septentrio <-> ublox) * rm arg(gnss_receiver) escalation and modify septentrio_gnss_driver_node option * change gnss_receiver default septentrio to ublox * remap all septentrio_gnss_driver topic names * replace septentrio gnss driver launch type 'node' to 'include' * Use set_parameter for use_sim_time (autowarefoundation#198) * Use set_parameter for use_sim_time Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Add default parameter for scenario simulator Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Format launch files (autowarefoundation#228) * Format launch files Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Format launch.py Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix lint Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix aip_xx1 camera launch (autowarefoundation#242) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Fix gnss topic name (autowarefoundation#243) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Enable intra process and mt (autowarefoundation#204) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * add imu_corrector (autowarefoundation#296) * add description for sensing_launch (autowarefoundation#336) * add description * fix sentence * 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 * Fix camera launch invalid type string (autowarefoundation#344) Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * add view width direction to velodyne_node_container.launch.py etc... (autowarefoundation#366) * add arg of view_width and view_direction * delete initial value * add args and params 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 <kenji.miyake@tier4.jp> * Fix package.xml Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix pre-commit target (autowarefoundation#436) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Remove aip xx2 model from sensing launch (autowarefoundation#446) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Add respawn for ublox (autowarefoundation#449) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * delete aip and modify package settings (autowarefoundation#434) * 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 * feature/use common pointcloud container (autowarefoundation#147) * add container argument * load composable node to pointcloud_container * fix autoware_launch * enable multi-thread * improve readability * Update package.xml (autowarefoundation#150) * feat: add default param * feat: add aip_launcher depends * fix: add vehicle_info_util as exec_depend * fix: add velodyne_vls to build_depend.repos * fix: remove api_launcher at build_depends Co-authored-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> Co-authored-by: Akihito Ohsato <aohsato@gmail.com> Co-authored-by: Daisuke Nishimatsu <42202095+wep21@users.noreply.github.com> Co-authored-by: Yukihiro Saito <yukky.saito@gmail.com> Co-authored-by: Frederik Beaujean <72439809+fred-apex-ai@users.noreply.github.com> Co-authored-by: Esteve Fernandez <esteve@apache.org> Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> Co-authored-by: Taichi Higashide <taichi.higashide@tier4.jp> Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> Co-authored-by: hiroyuki obinata <58019445+obi-t4@users.noreply.github.com> Co-authored-by: hosokawa <hosokawa@sng-3f-ros2-eval.l.sng.tier4.jp> Co-authored-by: HOSOKAWA Ikuto <hosokawa.ikuto@gmail.com> Co-authored-by: wep21 <border_goldenmarket@yahoo.co.jp> Co-authored-by: Autoware <autoware@tier4.jp> Co-authored-by: Kazuki Miyahara <kmiya@outlook.com> Co-authored-by: tkimura4 <tomoya.kimura@tier4.jp> Co-authored-by: autoware <autoware@example.com> Co-authored-by: Takagi, Isamu <isamu.takagi@tier4.jp> Co-authored-by: hiro-ya-iv <30652835+hiro-ya-iv@users.noreply.github.com> Co-authored-by: YamatoAndo <yamato.ando@gmail.com> Co-authored-by: Hiroki OTA <hiroki.ota@tier4.jp> Co-authored-by: Kosuke Takeuchi <kosuke.tnp@gmail.com> Co-authored-by: autoware-iv-sync-ci[bot] <87871706+autoware-iv-sync-ci[bot]@users.noreply.github.com> Co-authored-by: Kenji Miyake <kenji.miyake@tier4.jp> Co-authored-by: Satoshi OTA <44889564+satoshi-ota@users.noreply.github.com> Co-authored-by: taikitanaka3 <65527974+taikitanaka3@users.noreply.github.com>
badai-nguyen
pushed a commit
to badai-nguyen/autoware.universe
that referenced
this pull request
Feb 4, 2022
* release v0.4.0 * add use_object_recognition flag in dummy_perception_publisher (autowarefoundation#696) * remove ROS1 packages temporarily Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * add sample ros2 packages Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * remove ROS1 packages Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * Revert "remove ROS1 packages temporarily" This reverts commit 2e9822586a3539a32653e6bcd378715674b519ca. Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * add COLCON_IGNORE to ros1 packages Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * Rename launch files to launch.xml (autowarefoundation#28) * Port dummy_perception_publisher to ROS2 (autowarefoundation#90) * Port dummy_perception_publisher to ROS2 * Uncrustify * Lint * Copyright * Period * Further ament_cpplint fixes * Convert calls of Duration to Duration::from_seconds where appropriate (autowarefoundation#131) * Use quotes for includes where appropriate (autowarefoundation#144) * Use quotes for includes where appropriate * Fix lint tests * Make tests pass hopefully * adding linters to dummy_perception_publisher (autowarefoundation#220) * [dummy_perception_publisher] fix launch file and installation (autowarefoundation#215) * [dummy_perception_publisher] fix launch file and installation Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * Apply suggestions from code review Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> * reduce terminal ouput for better error message visibility (autowarefoundation#200) * reduce terminal ouput for better error message visibility Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * [costmap_generator] fix waiting for first transform Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * fix tests Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * fix test Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * modify launch file for making psim work (autowarefoundation#238) * modify launch file for making psim work Signed-off-by: kosuke murakami <kosuke.murakami@tier4.jp> * remove unnecesary ns Signed-off-by: kosuke murakami <kosuke.murakami@tier4.jp> * Ros2 v0.8.0 dummy perception publisher (autowarefoundation#286) * Remove "/" in frame_id (autowarefoundation#406) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix transform (autowarefoundation#420) * Replace rclcpp::Time(0) by tf2::TimePointZero() in lookupTransform Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix canTransform Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix test Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * add use_sim-time option (autowarefoundation#454) * Remove use_sim_time for set_parameter (autowarefoundation#1260) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Diable dummy_perception_publisher if argument 'scenario_simulation' i… (autowarefoundation#1275) * Diable dummy_perception_publisher if argument 'scenario_simulation' is true * Rename argument to 'disable_dummy_perception_publisher_node' from 'scenario_simulation' * change theta step for obj point cloud (autowarefoundation#1280) * Revert changes of PR autowarefoundation#1275 (autowarefoundation#1377) * Add pre-commit (autowarefoundation#1560) * add pre-commit * add pre-commit-config * add additional settings for private repository * use default pre-commit-config * update pre-commit setting * Ignore whitespace for line breaks in markdown * Update .github/workflows/pre-commit.yml Co-authored-by: Kazuki Miyahara <kmiya@outlook.com> * exclude svg * remove pretty-format-json * add double-quote-string-fixer * consider COLCON_IGNORE file when seaching modified package * format file * pre-commit fixes * Update pre-commit.yml * Update .pre-commit-config.yaml Co-authored-by: Kazuki Miyahara <kmiya@outlook.com> Co-authored-by: pre-commit <pre-commit@example.com> Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> * Fix dependency type of rosidl_default_generators (autowarefoundation#1801) * Fix dependency type of rosidl_default_generators Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Remove unnecessary depends Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Use ament_cmake_auto Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix -Wunused-parameter (autowarefoundation#1836) * Fix -Wunused-parameter Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix mistake Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * fix spell * Fix lint issues Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Ignore flake8 warnings Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> Co-authored-by: Hiroki OTA <hiroki.ota@tier4.jp> * fix topic namespace (autowarefoundation#2054) Signed-off-by: Azumi Suzuki <azumi.suzuki@tier4.jp> * add sort-package-xml hook in pre-commit (autowarefoundation#1881) * add sort xml hook in pre-commit * change retval to exit_status * rename * add prettier plugin-xml * use early return * add license note * add tier4 license * restore prettier * change license order * move local hooks to public repo * move prettier-xml to pre-commit-hooks-ros * update version for bug-fix * apply pre-commit * Feature/porting occlusion spot (autowarefoundation#1740) * Feature/occlusion_spot safety planner public road (autowarefoundation#1594) * add blind spot safety planner public road * remove duplicated procesing * remove unused private param * renaming fix typo add comments * fix spell check * velocity -> relative velocity * calc2d, To param, simplify search, To original * add the num possible collision gurd * computational cost reduction * Cosmetic change for PossibleCollisionInfo * add interpolation to possible collision value * refactor codes * fix details * invalid point gurd * To Param * refacotor to occlusion spot util * cosmetic change * clean up blindspot * To Occlusion Spot * revise readme * refactor drawing * for better explanation * fix velocity profile * clean up details * cosmetic change for debug marker * use max velocity in obstacle info instead * add gtest for Too Many Possible Collision case * change case * refactor readme * minor fix * add more occlusion spot explanation * replace svg * add gtest build path lanelet * hotfix lateral distance and searching method * update g test for lateral distance * use faster search * set more realistic param * add lanelet subtype highway * cosmetic change of reviews * add occlusion spot module in private area (autowarefoundation#1640) * add occlusion spot in private * For debugging change * add spline interpolation to path * add review changes * adding minor change * cosmetic change * Vector to retval * Blindspot To OcclusionSpot1 * To Occlusion Spot 2 * To Occlusions spot3 * update gtest with unified anchor * remove anchor * add test slice * simplify interpolation * Too Occlusion spot4 * add test buffer * To Occlusion spot * namespace gurd * correct slice and add interpolation first * handle self crossing with check for invation * to ros debug stream * removed unused interpolation * add readme to plant uml * cosmetic change * minor change * update readme * review change * change occlusion spot text color * To Offset no Throw * better debug marker * catch only inversion error * skip return in case of inversion * for better grid * simplify path lanelet at first * remove std::cout * for better path * limit ego path inside target lanelet location * remove last points * cosmetic change for markers * apply module for limited scene * fix interpolation gurd * for better params * do not includes path behind * remove dummy perception publisher * Revert "remove dummy perception publisher" This reverts commit 4acad985fe31dd9befaa21a16631495de6c3a117. * replace hard coded occupancy grid option in psim * remove respawn * add arg to params and remove redundunt launch * fix spell check * fix default value Co-authored-by: tkimura4 <tomoya.kimura@tier4.jp> * Feature/occlusion spot private slice size param (autowarefoundation#1703) * add min slice size * for a bit narrow lateral distance * Update planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner/config/occlusion_spot_param.yaml Co-authored-by: Maxime CLEMENT <78338830+maxime-clem@users.noreply.github.com> Co-authored-by: Maxime CLEMENT <78338830+maxime-clem@users.noreply.github.com> * Rename files Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Porting to ros2 Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * pre-commit fixes Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Fix typo Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Fix launch namespace Co-authored-by: tkimura4 <tomoya.kimura@tier4.jp> * Fix parameter type Co-authored-by: tkimura4 <tomoya.kimura@tier4.jp> * Update planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner/src/scene_module/occlusion_spot/scene_occlusion_spot_in_private_road.cpp Co-authored-by: tkimura4 <tomoya.kimura@tier4.jp> Co-authored-by: taikitanaka3 <65527974+taikitanaka3@users.noreply.github.com> Co-authored-by: tkimura4 <tomoya.kimura@tier4.jp> Co-authored-by: Maxime CLEMENT <78338830+maxime-clem@users.noreply.github.com> * Change formatter to clang-format and black (autowarefoundation#2332) * Revert "Temporarily comment out pre-commit hooks" This reverts commit 748e9cdb145ce12f8b520bcbd97f5ff899fc28a3. * Replace ament_lint_common with autoware_lint_common Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Remove ament_cmake_uncrustify and ament_clang_format Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Apply Black Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Apply clang-format Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix build errors Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix for cpplint * Fix include double quotes to angle brackets Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Apply clang-format Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix build errors Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Add COLCON_IGNORE (autowarefoundation#500) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * port dummy perception publisher to auto (autowarefoundation#562) * port dummy perception publisher to auto * autoware_perception_msgs/DynamicObjectWithFeatureArray convert to autoware_perception_msgs/DetectedObjectsWithFeature * change tracked objects to PREDICTED objects * separate pub type with real * Add README.md to dummy perception publisher (autowarefoundation#641) * Added readme for dummy_perception_pub * README update * README update * Fix pre-commit * fix typo * Update README.md * Update README.md * Update README.md * Modified node.cpp * Modified README.md * change parameter name * Update README.md * [shape_estimation]change type (autowarefoundation#663) * change output type of shape_estimation * remove unused function * add dynamic_object_converter * rename * fix typo * fix dummy_perception_publisher * update readme * fix copyright * rename package * add readme * fix launch name * remove unused variable * fix readme * fix convert function * change topic name of DynamicObjectsWithFeature * Fix no ground pointcloud topic name (autowarefoundation#733) Signed-off-by: j4tfwm6z <proj-jpntaxi@tier4.jp> Co-authored-by: j4tfwm6z <proj-jpntaxi@tier4.jp> * auto/fix occupancy grid name space in dummy perception publisher (autowarefoundation#739) * fix name space * change namespace: object_segmentation -> obstacle_segmentation * feat: add use_traffic_light status Co-authored-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> Co-authored-by: Taichi Higashide <taichi.higashide@tier4.jp> Co-authored-by: Nikolai Morin <nnmmgit@gmail.com> Co-authored-by: nik-tier4 <71747268+nik-tier4@users.noreply.github.com> Co-authored-by: Ryohsuke Mitsudome <43976834+mitsudome-r@users.noreply.github.com> Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> Co-authored-by: Kosuke Murakami <kosuke.murakami@tier4.jp> Co-authored-by: Daisuke Nishimatsu <42202095+wep21@users.noreply.github.com> Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> Co-authored-by: tkimura4 <tomoya.kimura@tier4.jp> Co-authored-by: Tatsuya Yamasaki <httperror@404-notfound.jp> Co-authored-by: taikitanaka3 <65527974+taikitanaka3@users.noreply.github.com> Co-authored-by: Keisuke Shima <19993104+KeisukeShima@users.noreply.github.com> Co-authored-by: Kazuki Miyahara <kmiya@outlook.com> Co-authored-by: pre-commit <pre-commit@example.com> Co-authored-by: Hiroki OTA <hiroki.ota@tier4.jp> Co-authored-by: Azumi Suzuki <38061530+s-azumi@users.noreply.github.com> Co-authored-by: Maxime CLEMENT <78338830+maxime-clem@users.noreply.github.com> Co-authored-by: Yohei Mishina <66298900+YoheiMishina@users.noreply.github.com> Co-authored-by: j4tfwm6z <proj-jpntaxi@tier4.jp> Co-authored-by: Satoshi OTA <44889564+satoshi-ota@users.noreply.github.com>
badai-nguyen
pushed a commit
to badai-nguyen/autoware.universe
that referenced
this pull request
Feb 4, 2022
* release v0.4.0 * Feature/phased timestamped velodyne (autowarefoundation#53) * Replace with new velodyne driver, cutting scan based on azimuth * Fix launch/dependences * Fix version name for tier4/velodyne_vls * Add velodyne_driver dependency * Nodelet tlr (autowarefoundation#56) * temporary commit tlr_nodelet Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com> * compressed to compressed Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com> * Update traffic_light.launch Signed-off-by: Daisuke Nishimatsu <border_goldenmarket@yahoo.co.jp> * fix bug Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com> * change image_transport to relay Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com> * fix bug Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com> * fix bug Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com> * decompress as rgb8 Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com> * fix bug Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com> Co-authored-by: Yukihiro Saito <yukky.saito@gmail.com> * use env for livox id (autowarefoundation#58) Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com> * Feature/optimize scan phase (autowarefoundation#59) * Rename parameter name, sensor_phase -> scan_phase Signed-off-by: Akihito Ohasto <aohsato@gmail.com> * Modify aip_xx1 scan_phase for better perception * Rename parameter name, sensor_phase -> scan_phase Signed-off-by: Akihito Ohasto <aohsato@gmail.com> * Logging simulator (autowarefoundation#65) * Add logging_simulator.launch Signed-off-by: Daisuke Nishimatsu <border_goldenmarket@yahoo.co.jp> * Don't load env when launch driver is false Signed-off-by: Daisuke Nishimatsu <border_goldenmarket@yahoo.co.jp> * removed ROS1 package Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * Revert "removed ROS1 package" This reverts commit 225276afe774a2c9d7bc28ca59accffbdc14dc8a. * add COLCON_IGNORE file to all ROS1 packages Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * rename *.launch files to *.launch.xml Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * Port sensing_launch (#14) * [sensing_launch] Initial port without actually launching * [sensing_launch] default -> value, namespace, first nodelet porting * [sensing_launch] use usb_cam, eval -> var * [sensing_launch] Fix syntax errors in pointcloud_preprocessor.launch.py * [pointcloud-preprocessor] fix ground-filter component name * [pointcloud-preprocessor] Polish aip_s1/pointcloud_preprocessor.launch.py Only one error at runtime remains when testing on dev laptop due to pointclouds that need to be available for concatenation * [sensing_launch] ublox_gps refer to config file properly * (wip) velodyne_node_container before opaque * [sensing_launch] Port aip-s1 as far as possible * [sensing_launch] remove unused pointcloud_preprocessor_nodes.py * [sensing_launch] Manage to add ComposableNode conditionally * [sensing_launch] Update camera for s1, x1 * [sensing_launch] Copy aip_s1/ content to aip_customized, aip_x1, aip_x2 because they were identical before the porting * [sensing_launch] Port livox * [sensing_launch] Port aip_xx1 * [sensing_launch] Port aip_xx2 * [sensing_launch] Remove superfluous passthrough filter, min_z, max_z * [sensing_launch] Incorporate changes from vehicle testing * [sensing_launch] Declare launch argument for base_frame * [sensing_launch] Missing fixes to launch/velodyne* * [sensing_launch] Update copied configs * Added linters (autowarefoundation#32) * Ros2 v0.8.0 sensing launch (autowarefoundation#57) * restore file name Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * Update livox_horizon.launch (autowarefoundation#89) * fix pass through filter launch (autowarefoundation#90) * fix pass through filter launch * change if statement style * update aip_x1 sensing launch (autowarefoundation#100) * fix livox launch arg (autowarefoundation#108) * add usb_cam depend (autowarefoundation#118) * update aip_x1 camera.launch (autowarefoundation#119) * update imu.launch (autowarefoundation#120) * fix veodyne setting in aip_x1/lidar.launch (autowarefoundation#125) * Add velodyne_monitor to velodyne_*.launch (autowarefoundation#101) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Uupdate aip_x1 lidar.launch (autowarefoundation#143) * Format gnss.launch (autowarefoundation#145) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Add use_gnss arg to aip_x1 gnss.launch (autowarefoundation#146) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * support individual params (autowarefoundation#137) * support individual params * remove kvaser_hardware_id.txt * Launch velodyne_monitor only when launch_driver is true (autowarefoundation#163) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * [sensing_launch] ros2 porting: use container for livox point preprocessor Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * [sensing_launch] ros2-porting: fix vehicle_info params Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * Revert "restore file name" This reverts commit 37d7ac4f6a2a617b003b4e2a5ac96c48b332ade0. * [sensing_launch] ros2-porting: fix vehicle_info for livox preprocessor launch Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * [sensing_launch] ros2-porting: fix vehicle_info for api_** points_preprocessor.launch.py Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * fix launch Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * fix livox launch Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * added suffix ".xml" to "velodyne_monitor.launch" in the launch files * added use_sim_time with AW_ROS2_USE_SIM_TIME envvar for the parameters in the *.launch.py (autowarefoundation#61) * added use_sim_time with AW_ROS2_USE_SIM_TIME envvar for the parameters * changed to use EnvironmentVariable function for use_sim_time parameter * changed indent * removed an empty line Co-authored-by: hosokawa <hosokawa@sng-3f-ros2-eval.l.sng.tier4.jp> * fixed typo on the arg bd_code_param_path lines (autowarefoundation#63) Co-authored-by: hosokawa <hosokawa@sng-3f-ros2-eval.l.sng.tier4.jp> * [sensing_launch]: Fix indentation in gnss launch Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * [sensing_launch]: Add missing dependency in package.xml Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * [sensing_launch]: Fix velodyne launch Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * [sensing_launch]: Fix livox launch Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * [sensing_launch]: Add arg for vehicle parameter file in lidar launch Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * [sensing_launch]: Cleanup Signed-off-by: Autoware <autoware@tier4.jp> * Add new line Signed-off-by: Autoware <autoware@tier4.jp> * [sensing_launch]: Add default config for xx1 Signed-off-by: Autoware <autoware@tier4.jp> * [sensing_launch]: Fix indentation Signed-off-by: Autoware <autoware@tier4.jp> Co-authored-by: Yukihiro Saito <yukky.saito@gmail.com> Co-authored-by: Taichi Higashide <taichi.higashide@tier4.jp> Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> Co-authored-by: hiroyuki obinata <58019445+obi-t4@users.noreply.github.com> Co-authored-by: hosokawa <hosokawa@sng-3f-ros2-eval.l.sng.tier4.jp> Co-authored-by: HOSOKAWA Ikuto <hosokawa.ikuto@gmail.com> Co-authored-by: wep21 <border_goldenmarket@yahoo.co.jp> Co-authored-by: Autoware <autoware@tier4.jp> * Rename ROS-related .yaml to .param.yaml (autowarefoundation#65) * Rename ROS-related .yaml to .param.yaml Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Add missing '--' Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Rename vehicle_info.yaml to vehicle_info.param.yaml Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix livox param name Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Sync with Ros2 v0.8.0 beta (autowarefoundation#71) * update sensing launch to support aip_x1 (autowarefoundation#69) Signed-off-by: taichiH <azumade.30@gmail.com> * fix logging_simulator_bug (autowarefoundation#68) Signed-off-by: taichiH <azumade.30@gmail.com> * fix aip_x1 param (autowarefoundation#70) Signed-off-by: taichiH <azumade.30@gmail.com> Co-authored-by: Taichi Higashide <taichi.higashide@tier4.jp> * Fix aip_xx1's pointcloud_preprocessor.launch.py (autowarefoundation#72) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * fix velodyne launch (autowarefoundation#73) * fix velodyne launch * fix bug * add scan_phase arg * fix bug (autowarefoundation#85) * Use sensor data qos for pointcloud (autowarefoundation#82) Signed-off-by: Autoware <autoware@tier4.jp> Co-authored-by: Autoware <autoware@tier4.jp> * Remove unused remappings (autowarefoundation#88) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Livox composable node (autowarefoundation#87) * Fix default value of use_concat_filter and use_radius_search (autowarefoundation#90) * Fix default value of use_concat_filter and use_radius_search Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix lint Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * [aip_x1]: Fix imu topic name (autowarefoundation#94) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Fix various typos in launch files (autowarefoundation#97) * Move individual params to a separate package (autowarefoundation#100) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * add use_sim-time option (autowarefoundation#99) * Format launch files (autowarefoundation#178) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix bug of pointcloud_preprocessor.py (autowarefoundation#179) Signed-off-by: autoware <autoware@example.com> Co-authored-by: autoware <autoware@example.com> * Replace doc by description (autowarefoundation#182) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Ros2 lsim test (autowarefoundation#186) * Add group to launch file for var scope Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Remove pointcloud relay for localization Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add use_sim_time Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Remove pointcloud relay for localization Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> Co-authored-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add multithread and intra process option (autowarefoundation#187) * Add multithread and intra process option Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Fix velodyne node container executable Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Add option into aip_xx2 Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Add option into aip_x2 Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Add option into aip_x1 Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Add option into aip_s1 Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Add option into aip_customized Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Add option into lidar.launch.xml Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Fix invalid attribute in gnss launch (autowarefoundation#191) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Fix parameter for scan phase (autowarefoundation#193) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * add septentrio_gnss_driver launcher and switch(septentrio <-> ublox) (autowarefoundation#196) * add septentrio_gnss_driver launcher and switch(septentrio <-> ublox) * rm arg(gnss_receiver) escalation and modify septentrio_gnss_driver_node option * change gnss_receiver default septentrio to ublox * remap all septentrio_gnss_driver topic names * replace septentrio gnss driver launch type 'node' to 'include' * Use set_parameter for use_sim_time (autowarefoundation#198) * Use set_parameter for use_sim_time Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Add default parameter for scenario simulator Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Format launch files (autowarefoundation#228) * Format launch files Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Format launch.py Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix lint Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix aip_xx1 camera launch (autowarefoundation#242) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Fix gnss topic name (autowarefoundation#243) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Enable intra process and mt (autowarefoundation#204) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * add imu_corrector (autowarefoundation#296) * add description for sensing_launch (autowarefoundation#336) * add description * fix sentence * 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 * Fix camera launch invalid type string (autowarefoundation#344) Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * add view width direction to velodyne_node_container.launch.py etc... (autowarefoundation#366) * add arg of view_width and view_direction * delete initial value * add args and params 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 <kenji.miyake@tier4.jp> * Fix package.xml Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix pre-commit target (autowarefoundation#436) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Remove aip xx2 model from sensing launch (autowarefoundation#446) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Add respawn for ublox (autowarefoundation#449) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * delete aip and modify package settings (autowarefoundation#434) * 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 * feature/use common pointcloud container (autowarefoundation#147) * add container argument * load composable node to pointcloud_container * fix autoware_launch * enable multi-thread * improve readability * Update package.xml (autowarefoundation#150) * feat: add default param * feat: add aip_launcher depends * fix: add vehicle_info_util as exec_depend * fix: add velodyne_vls to build_depend.repos * fix: remove api_launcher at build_depends Co-authored-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> Co-authored-by: Akihito Ohsato <aohsato@gmail.com> Co-authored-by: Daisuke Nishimatsu <42202095+wep21@users.noreply.github.com> Co-authored-by: Yukihiro Saito <yukky.saito@gmail.com> Co-authored-by: Frederik Beaujean <72439809+fred-apex-ai@users.noreply.github.com> Co-authored-by: Esteve Fernandez <esteve@apache.org> Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> Co-authored-by: Taichi Higashide <taichi.higashide@tier4.jp> Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> Co-authored-by: hiroyuki obinata <58019445+obi-t4@users.noreply.github.com> Co-authored-by: hosokawa <hosokawa@sng-3f-ros2-eval.l.sng.tier4.jp> Co-authored-by: HOSOKAWA Ikuto <hosokawa.ikuto@gmail.com> Co-authored-by: wep21 <border_goldenmarket@yahoo.co.jp> Co-authored-by: Autoware <autoware@tier4.jp> Co-authored-by: Kazuki Miyahara <kmiya@outlook.com> Co-authored-by: tkimura4 <tomoya.kimura@tier4.jp> Co-authored-by: autoware <autoware@example.com> Co-authored-by: Takagi, Isamu <isamu.takagi@tier4.jp> Co-authored-by: hiro-ya-iv <30652835+hiro-ya-iv@users.noreply.github.com> Co-authored-by: YamatoAndo <yamato.ando@gmail.com> Co-authored-by: Hiroki OTA <hiroki.ota@tier4.jp> Co-authored-by: Kosuke Takeuchi <kosuke.tnp@gmail.com> Co-authored-by: autoware-iv-sync-ci[bot] <87871706+autoware-iv-sync-ci[bot]@users.noreply.github.com> Co-authored-by: Kenji Miyake <kenji.miyake@tier4.jp> Co-authored-by: Satoshi OTA <44889564+satoshi-ota@users.noreply.github.com> Co-authored-by: taikitanaka3 <65527974+taikitanaka3@users.noreply.github.com>
taikitanaka3
pushed a commit
that referenced
this pull request
Aug 5, 2022
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
TomohitoAndo
pushed a commit
to TomohitoAndo/autoware.universe
that referenced
this pull request
Oct 5, 2022
…ation#90) * Bump streetsidesoftware/cspell-action from 1.3.5 to 1.5.0 Bumps [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action) from 1.3.5 to 1.5.0. - [Release notes](https://github.com/streetsidesoftware/cspell-action/releases) - [Changelog](https://github.com/streetsidesoftware/cspell-action/blob/main/CHANGELOG.md) - [Commits](streetsidesoftware/cspell-action@v1.3.5...v1.5.0) --- updated-dependencies: - dependency-name: streetsidesoftware/cspell-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update spell_check_pr.yml Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>
keiota
pushed a commit
to keiota/autoware.universe
that referenced
this pull request
Aug 17, 2023
Signed-off-by: GitHub <noreply@github.com> Signed-off-by: GitHub <noreply@github.com> Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com>
kyoichi-sugahara
pushed a commit
that referenced
this pull request
Sep 16, 2023
Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related Issue
#1
Related Link
This PR depends on
Description
Add dummy_perception_publisher package from https://github.com/tier4/AutowareArchitectureProposal.iv
How to review
Check the following items