-
Notifications
You must be signed in to change notification settings - Fork 683
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 localization_error_monitor package #54
Merged
tkimura4
merged 13 commits into
autowarefoundation:tier4/proposal
from
1222-takeshi:1-add-localization-diagnostics-package
Dec 3, 2021
Merged
feat: add localization_error_monitor package #54
tkimura4
merged 13 commits into
autowarefoundation:tier4/proposal
from
1222-takeshi:1-add-localization-diagnostics-package
Dec 3, 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: wep21 <[email protected]>
…refoundation#1512) * added projected-ellipse length for localization error monitor * now use tf2::getYaw, add some const, and use M_PI from cmath * format code * format code using cpplint * format code using uncrustify * format code * format code (including files order) * format code (including files order) * removed M_PI/2, added parameters in launch, added scale_, and renamed projected names * debugged * renamed some anbiguous variables * debugged * debugged * format code * renamed variables in launch file * added readme & debugged launch file * pre-commit fixes * fix typo Co-authored-by: pre-commit <[email protected]> Co-authored-by: YamatoAndo <[email protected]>
* Fix -Wunused-parameter Signed-off-by: Kenji Miyake <[email protected]> * Fix mistake Signed-off-by: Kenji Miyake <[email protected]> * fix spell * Fix lint issues Signed-off-by: Kenji Miyake <[email protected]> * Ignore flake8 warnings Signed-off-by: Kenji Miyake <[email protected]> Co-authored-by: Hiroki OTA <[email protected]>
* 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
* Revert "Temporarily comment out pre-commit hooks" This reverts commit 748e9cdb145ce12f8b520bcbd97f5ff899fc28a3. * Replace ament_lint_common with autoware_lint_common Signed-off-by: Kenji Miyake <[email protected]> * Remove ament_cmake_uncrustify and ament_clang_format Signed-off-by: Kenji Miyake <[email protected]> * Apply Black Signed-off-by: Kenji Miyake <[email protected]> * Apply clang-format Signed-off-by: Kenji Miyake <[email protected]> * Fix build errors Signed-off-by: Kenji Miyake <[email protected]> * Fix for cpplint * Fix include double quotes to angle brackets Signed-off-by: Kenji Miyake <[email protected]> * Apply clang-format Signed-off-by: Kenji Miyake <[email protected]> * Fix build errors Signed-off-by: Kenji Miyake <[email protected]>
Signed-off-by: Kenji Miyake <[email protected]>
taikitanaka3
approved these changes
Dec 1, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- readme
- sample launch
taikitanaka3
added a commit
that referenced
this pull request
Dec 1, 2021
* Initial commit * release v0.4.0 * Feature/stop reason (#712) * add stop reason msg * add mock of stop resaon publisher * change namespace of stop reason * update stop reason msg * add toRosPoint * implement stop reason publisher of blind stop * implement stop reason publisher of crosswalk * implement stop reason publisher of intersection * implement stop reason publisher of stop line * implement stop reason publisher of trafficlight * implement stop reason publisher of detection area * fix bug * remove unnecessary process * add remained stop factor * clean code * fix bug * not punlish stop reason if array size is 0 * add stop reason to stuck object in intersection * add stop factor of obstacle stop planner * add stop reason of surround_obstacle checker * Apply review Signed-off-by: Kenji Miyake <[email protected]> * fix message type * delete unused message from cmake * remove stopReasonStamped * change topic name of stop reasons Co-authored-by: Kenji Miyake <[email protected]> * Support error in autoware state (#728) * Support Error in autoware_state_monitor Signed-off-by: Kenji Miyake <[email protected]> * Refactor autoware_state_monitor Signed-off-by: Kenji Miyake <[email protected]> * Wait after planning completed Signed-off-by: Kenji Miyake <[email protected]> * Integrate FailedToArriveGoal and Error into Emergency state Signed-off-by: Kenji Miyake <[email protected]> * Publish tl states stamped (#744) * Add TrafficLightStateStamped.msg Signed-off-by: wep21 <[email protected]> * Use msg instead of struct Signed-off-by: wep21 <[email protected]> * Publish traffic light state Signed-off-by: wep21 <[email protected]> * Check if lamp state is empty Signed-off-by: Daisuke Nishimatsu <[email protected]> * Apply clang-format Signed-off-by: Daisuke Nishimatsu <[email protected]> * Cosmetic change Signed-off-by: Daisuke Nishimatsu <[email protected]> * Revert "Publish tl states stamped (#744)" (#771) This reverts commit 35a7e29e987afb29d9348b5f64866a584a65f753. * Fix/publish tl state stamped (#772) * Publish tl states stamped (#744) * Add TrafficLightStateStamped.msg Signed-off-by: wep21 <[email protected]> * Use msg instead of struct Signed-off-by: wep21 <[email protected]> * Publish traffic light state Signed-off-by: wep21 <[email protected]> * Check if lamp state is empty Signed-off-by: Daisuke Nishimatsu <[email protected]> * Apply clang-format Signed-off-by: Daisuke Nishimatsu <[email protected]> * Cosmetic change Signed-off-by: Daisuke Nishimatsu <[email protected]> * Use dynamic pointer cast Signed-off-by: Daisuke Nishimatsu <[email protected]> * Feature/add stop reason lane change (#769) * add stop reason of lane change planner * add stop factor of blocked by obstacle * delete typo * add const * delete unnecessary namespace * remove ROS1 packages temporarily Signed-off-by: mitsudome-r <[email protected]> * add sample ros2 packages Signed-off-by: mitsudome-r <[email protected]> * Add ros2 perception msgs Signed-off-by: wep21 <[email protected]> * fix dependency issue in autoware_control_msgs (#22) Signed-off-by: mitsudome-r <[email protected]> * Port vehicle_cmd_gate to ROS2 (#3) * Port vehicle_cmd_gate to ROS2 * Sim-time-respecting timer * add autoware_debug_msg (#54) * add autoware_debug_msg Signed-off-by: Takamasa Horibe <[email protected]> * rename to *stamped Signed-off-by: Takamasa Horibe <[email protected]> * Fix format version (#73) * port motion_velocity_optimizer (#77) * port motion_velocity_optimizer Signed-off-by: Takamasa Horibe <[email protected]> * fix for warning Signed-off-by: Takamasa Horibe <[email protected]> * fix blockUntilVehiclePositionAvailable() Signed-off-by: Takamasa Horibe <[email protected]> * Port of obstacle avoidance planner to ROS2 (#83) * Port to ROS2 Signed-off-by: Servando German Serrano <[email protected]> * Removed ros/console include Signed-off-by: Servando German Serrano <[email protected]> * Added THROTTLE Signed-off-by: Servando German Serrano <[email protected]> * Changed numbers to floats Signed-off-by: Servando German Serrano <[email protected]> * Removed <double> from params Signed-off-by: Servando German Serrano <[email protected]> * Added new msg Signed-off-by: Servando German Serrano <[email protected]> * Use new msg Signed-off-by: Servando German Serrano <[email protected]> * Replaced dynamic reconfigure Signed-off-by: Servando German Serrano <[email protected]> * Added EnableAvoidance.msg Signed-off-by: Servando German Serrano <[email protected]> * Fixed parameter mismatch Signed-off-by: Servando German Serrano <[email protected]> * Port behavior_velocity_planner to ROS2 (#80) * Revert "Add geometry2 to repos (#76)" This reverts commit 6d22704. * Automatic parts of the package port * Interesting part * Fix typo in package.xml * Review comments * Child logger names * Document logging duration Co-authored-by: Ryohsuke Mitsudome <[email protected]> * Ros2 v0.8.0 awapi and system msgs (#274) * Ros2 v0.8.0 engage (#342) * [autoware_vehicle_msgs]: Add engage message Signed-off-by: wep21 <[email protected]> * [as]: Update message Signed-off-by: wep21 <[email protected]> * [awapi_awiv_adapter]: Update message Signed-off-by: wep21 <[email protected]> * [web_controller]: Update message Signed-off-by: wep21 <[email protected]> * [vehicle_cmd_gate]: Update message Signed-off-by: wep21 <[email protected]> * [autoware_state_monitor]: Update message Signed-off-by: wep21 <[email protected]> * [autoware_control_msgs]: Remove EngageMode message Signed-off-by: wep21 <[email protected]> * [simple_planning_simulator]: Update message Signed-off-by: wep21 <[email protected]> * Ros2 v0.8.0 lane_change_planner (#322) * Remove lane_change_planner v0.5 Signed-off-by: Takagi, Isamu <[email protected]> * Import lane_change_planner v0.8 (ROS1) Signed-off-by: Takagi, Isamu <[email protected]> * Modify header files * Remove header disable * Modify msg namespace * Modify time type * Modify pub/sub class * Modify node handle, etc. * Modify ConstPtr * Modify entry point * Modify time and publisher * Modify parameter, timer, and subscription * Modify data manager * Modify route handler * Modify state machine * Modify utility * Fix arguments * Modify states part1 * Modify states part2 * Modify common function * Fix for lint * Fix for lint * Modify comment type * Add copyright * Use duration from_seconds * Use double quotes for non-system headers * Fix include order Signed-off-by: Takagi, Isamu <[email protected]> * Replace std_msgs Bool Signed-off-by: Takagi, Isamu <[email protected]> * Fix line length Signed-off-by: Takagi, Isamu <[email protected]> * Fix latch topic subscription Signed-off-by: Takagi, Isamu <[email protected]> * Fix stamp initialization and reference Signed-off-by: Takagi, Isamu <[email protected]> * Add super class destructor and fix waitForData Signed-off-by: Takagi, Isamu <[email protected]> * Ros2 v0.8.0 remove std msgs awapi (#348) * [autoware_vehicle_msgs] add BatteryStatus msg Signed-off-by: mitsudome-r <[email protected]> * [autoware_planning_msgs] add ExpandStopRange and StopSpeedExceeded messages Signed-off-by: mitsudome-r <[email protected]> * [autoware_api_msgs] add DoorControlCommand, StopCommand, and VelocityLimit messages Signed-off-by: mitsudome-r <[email protected]> * remove std_msgs related to autoware_awaiv_adapter node Signed-off-by: mitsudome-r <[email protected]> * apply ament_uncrustify Signed-off-by: mitsudome-r <[email protected]> * fix build failure Signed-off-by: mitsudome-r <[email protected]> * fix test failures Signed-off-by: mitsudome-r <[email protected]> * address review commends Signed-off-by: mitsudome-r <[email protected]> * Sync with Ros2 v0.8.0 beta (#393) * add nullptr check when publish concatenate data (#369) * Add warning msg when concat pointcloud is not published (#388) Signed-off-by: Kenji Miyake <[email protected]> * add timeout notification stamp msgs (#363) * add timeout notification stamp msgs * fix uncursify * delete timeout notification stamped * Revert "delete timeout notification stamped" This reverts commit 365d29209f6a7f5ec75eb80c5d8c2ef38daeae79. * fix message Co-authored-by: Taichi Higashide <[email protected]> Co-authored-by: taikitanaka3 <[email protected]> * modify pose_initialize for foa (#382) * pose_initialize for foa (#1171) * pose_initialize for foa Signed-off-by: Yamato ANDO <[email protected]> * rename topic Signed-off-by: Yamato ANDO <[email protected]> * fix topic name Signed-off-by: mitsudome-r <[email protected]> * Add autoware version node (#394) * Add autoware version node Signed-off-by: Takagi, Isamu <[email protected]> * Remove todo Signed-off-by: Takagi, Isamu <[email protected]> * Remove unused variable Signed-off-by: Takagi, Isamu <[email protected]> * Fix node name Signed-off-by: Takagi, Isamu <[email protected]> * fix typo (#427) * Fix typo in common module (#433) * Unify Apache-2.0 license name (#1242) * Porting remote cmd selector (#1286) * Feature/add remote cmd selector (#1179) * Add in/out args of remote_cmd_converter.launch Signed-off-by: Kenji Miyake <[email protected]> * Change remote input topic of vehicle_cmd_gate Signed-off-by: Kenji Miyake <[email protected]> * Add msgs for remote_cmd_selector Signed-off-by: Kenji Miyake <[email protected]> * Add remote_cmd_selector Signed-off-by: Kenji Miyake <[email protected]> * Rename remote_cmd_selector to external_cmd_selector Signed-off-by: Kenji Miyake <[email protected]> * Remove VehicleCommand support in autoware_joy_controller Signed-off-by: Kenji Miyake <[email protected]> * Support external_cmd_source in autoware_joy_controller.launch (#1194) Signed-off-by: Kenji Miyake <[email protected]> * Fix porting miss Signed-off-by: Kenji Miyake <[email protected]> * fix missing function * modify xml format * fix include guard * add callback group * modify remap name * Revert "modify remap name" This reverts commit 169cc8d28442825b1d61b0439b9892c913304527. * change topic name * use rclcpp_component * Remove autoware_debug_msgs from autoware_joy_controller Signed-off-by: Kenji Miyake <[email protected]> * Change default mode of autoware_joy_controller Signed-off-by: Kenji Miyake <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> * Add perception traffic light state output (#1302) * Add perception traffic light state output Signed-off-by: Takagi, Isamu <[email protected]> * Modify message type Signed-off-by: Takagi, Isamu <[email protected]> * Apply message type to relay Signed-off-by: Takagi, Isamu <[email protected]> * Fix msgs (#1379) * Fix msgs Signed-off-by: Kenji Miyake <[email protected]> * [autoware_planning_rviz_plugin]: Fix lint Signed-off-by: wep21 <[email protected]> Co-authored-by: wep21 <[email protected]> * Message refinement (#1381) * Message refinement * Simplify CMakeLists.txt with ament cmake auto * Add test Signed-off-by: wep21 <[email protected]> * [autoware_planning_msgs]: Fix dependency Signed-off-by: wep21 <[email protected]> * Fix package.xml Signed-off-by: wep21 <[email protected]> * Fix package.xml Signed-off-by: Kenji Miyake <[email protected]> * Fix ament_cmake_auto Signed-off-by: Kenji Miyake <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> * Ros2/create/external commands (#1299) * add remote message * add remote commands * fix topic * remove unnecessary topic * remove unused topic * add external cmd instead * ToExternalComd * fix topic in joy con * publish perception and external tl_state for mlops (#1350) (#1375) * publish perception and external tl_state for mlops * fix tl_state time stamp Co-authored-by: satoshi-ota <[email protected]> Co-authored-by: Satoshi OTA <[email protected]> Co-authored-by: satoshi-ota <[email protected]> * Add newlines Signed-off-by: Kenji Miyake <[email protected]> * Add PR template (#3) * Add PR template Signed-off-by: Kenji Miyake <[email protected]> * Update PULL_REQUEST_TEMPLATE.md * Add CI (#4) Signed-off-by: Kenji Miyake <[email protected]> * change msg type looking traffic light state (#1455) (#6) * change msg type looking traffic light state * fix msg name * using namespace * change function name * fix typo * add readme * Update awapi/awapi_awiv_adapter/Readme.md fix typo Co-authored-by: Yukihiro Saito <[email protected]> Co-authored-by: Yukihiro Saito <[email protected]> Co-authored-by: tkimura4 <[email protected]> Co-authored-by: Yukihiro Saito <[email protected]> * Fix dependency type of rosidl_default_generators (#15) Signed-off-by: Kenji Miyake <[email protected]> * Add auto-main-sync CI workflow for develop (#16) Signed-off-by: Kenji Miyake <[email protected]> * add autoware_api_msgs (#12) Signed-off-by: mitsudome-r <[email protected]> * Feature/add virtual traffic light planner (#9) * Add VIRTUAL_TRAFFIC_LIGHT to StopReason.msg Signed-off-by: Kenji Miyake <[email protected]> * Add VirtualTrafficLightState msgs to autoware_system_msgs Signed-off-by: Kenji Miyake <[email protected]> * Add InfrastructureCommand msgs to autoware_planning_msgs Signed-off-by: Kenji Miyake <[email protected]> * Fix msgs Signed-off-by: Kenji Miyake <[email protected]> * Move messages to autoware_v2x_msgs Signed-off-by: Kenji Miyake <[email protected]> * Fix dependency type of rosidl_default_generators Signed-off-by: Kenji Miyake <[email protected]> * Fix dependency type of rosidl_default_generators (#19) * Change CI docker images to setup-ros-docker (#20) * Change CI docker images to setup-ros-docker Signed-off-by: Kenji Miyake <[email protected]> * Replace foxy with galactic Signed-off-by: Kenji Miyake <[email protected]> * Add DEBIAN_FRONTEND=noninteractive to rosdep install (#21) Signed-off-by: Kenji Miyake <[email protected]> * Update colcon-package-selection in build_and_test_pr.yml (#22) Signed-off-by: Kenji Miyake <[email protected]> * add autoware_simulation_msgs (#13) * add autoware_simulation_msgs * update event name * Add autoware api (#29) * add autoware multimedia msgs Signed-off-by: tkhmy <[email protected]> * add newline Signed-off-by: tkhmy <[email protected]> * change name to autoware_hmi_msgs Signed-off-by: tkhmy <[email protected]> * Rename external select message (#8) * Rename external select message Signed-off-by: Takagi, Isamu <[email protected]> * Add selector mode to unknown Signed-off-by: Takagi, Isamu <[email protected]> * Fix selector mode constant Signed-off-by: Takagi, Isamu <[email protected]> * Fix format Signed-off-by: Takagi, Isamu <[email protected]> * Move control command messages to external api Signed-off-by: Takagi, Isamu <[email protected]> * Add build dependency Signed-off-by: Takagi, Isamu <[email protected]> * Fix CI Signed-off-by: Takagi, Isamu <[email protected]> Co-authored-by: tkhmy <[email protected]> * Fix CI for develop branch (#31) Signed-off-by: Kenji Miyake <[email protected]> * add emergency_holding flag to HazardStatus (#25) * add EmergencyState.msg (#32) * Add new workflow `sync-public.yaml` to sync with `AutowareArchitectureProposal_msgs` (#35) * Add new workflow `sync-public.yaml` to sync with `AutowareArchitectureProposal_msgs` * Remove this workflow specific comments * Remove some this workflow specific comments * Rename `oss` to `public` * Replace branch name `main` to more generic description * Add line `fetch-depth: 0` (#36) * Add EmergencyStateStamped.msg (#38) Signed-off-by: Kenji Miyake <[email protected]> * Add sync-public-develop.yaml (#42) Signed-off-by: Kenji Miyake <[email protected]> * Change proposal sync app ID (#44) Signed-off-by: Kenji Miyake <[email protected]> * add MultiArrayDimension/Layout, and update MultiArrayMsgs (#28) * add MultiArrayDimension/Layout, and update MultiArrayMsgs * add kind of license * Feature/vehicle interface improvements (#1361) (#48) * add vehicle msg * add pacmod interface * add eps controller * use each control commands instead of vehicle command * fixed details * fixed speell check * const * fixed brake status * publish cmd when recieving ctrl cmd * fix shift cmd ptr * remove unused function and set proper license * fix names * fix typo for pacmod * remove unnecessary waiting * use flags, limit, multiarray * remove accel brake dependency * fix retrun value * replace eps to steer * cosmetic change for namespace * fix segfo and retval * Use Enum instead of int * remove unused var * add const * rename to calcFFMap * prev time steer calc * add sample csv * add new line Signed-off-by: wep21 <[email protected]> Co-authored-by: taikitanaka3 <[email protected]> * remove EmergencyMode and DricingCapability (#33) * develop -> main sync (#53) * Add detected object with feature (#54) * Add detected object with feature Signed-off-by: wep21 <[email protected]> * add autoware_auto_msgs Co-authored-by: wep21 <[email protected]> * Revert "Add detected object with feature (#54)" (#57) This reverts commit 3fcfe9936361928256ed5ffa7d8a1ef4c978ca09. * Add detected object with feature (#54) (#59) (#4) * Add detected object with feature (#54) (#59) * Add detected object with feature Signed-off-by: wep21 <[email protected]> * add autoware_auto_msgs Co-authored-by: wep21 <[email protected]> Co-authored-by: wep21 <[email protected]> * update build depends Co-authored-by: wep21 <[email protected]> * Add message converter (#58) * Add message converter * Move autoware state converter * add VehicleEmergency (#55) * Add two convert method (#64) * add convert method from iv_shift to auto_gear Signed-off-by: kosuke murakami <[email protected]> * remove space Signed-off-by: kosuke murakami <[email protected]> * add convert method from for turn & hazard signal Signed-off-by: kosuke murakami <[email protected]> * fix dependency of iv_auto_msgs converter (#8) Co-authored-by: Takayuki Murooka <[email protected]> * move actuation msg (#66) * Revert "move actuation msg (#66)" This reverts commit d8e3ccdcabacab819360cf399442950cc162a648. * merge autoware_localization_srvs to autoware_localization_msgs * rename pose_with_cov to pose_with_covariance * add steering wheel status stamped * fix: remove workflow and PR_TEMPLATE * fix: remove autoware_api_msgs dependency * ci(pre-commit): autofix Co-authored-by: Takagi, Isamu <[email protected]> Co-authored-by: mitsudome-r <[email protected]> Co-authored-by: tkimura4 <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> Co-authored-by: Daisuke Nishimatsu <[email protected]> Co-authored-by: Yukihiro Saito <[email protected]> Co-authored-by: wep21 <[email protected]> Co-authored-by: Ryohsuke Mitsudome <[email protected]> Co-authored-by: Nikolai Morin <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]> Co-authored-by: Esteve Fernandez <[email protected]> Co-authored-by: Servando <[email protected]> Co-authored-by: Taichi Higashide <[email protected]> Co-authored-by: taikitanaka3 <[email protected]> Co-authored-by: Shigeki Kobayashi <[email protected]> Co-authored-by: Kazuki Miyahara <[email protected]> Co-authored-by: Keisuke Shima <[email protected]> Co-authored-by: Satoshi OTA <[email protected]> Co-authored-by: satoshi-ota <[email protected]> Co-authored-by: Keisuke Shima <[email protected]> Co-authored-by: tkhmy <[email protected]> Co-authored-by: Tatsuya Yamasaki <[email protected]> Co-authored-by: Takayuki Murooka <[email protected]> Co-authored-by: Kah Hooi Tan <[email protected]> Co-authored-by: Kosuke Murakami <[email protected]> Co-authored-by: Takayuki Murooka <[email protected]> Co-authored-by: tanaka3 <[email protected]> Co-authored-by: YamatoAndo <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
tkimura4
pushed a commit
to tkimura4/autoware.universe
that referenced
this pull request
Dec 10, 2021
* restore file name for v0.8.0 update in localization launch Signed-off-by: Takamasa Horibe <[email protected]> * add random sample (autowarefoundation#84) Signed-off-by: Yamato Ando <[email protected]> * Add ndt_scan_matcher.yaml (autowarefoundation#162) Signed-off-by: Yuma Nihei <[email protected]> * ]Revert "restore file name for v0.8.0 update in localization launch" This reverts commit f589733f7dad05989bde323baeb5c43a62cd26e1. * fix param type Signed-off-by: Takamasa Horibe <[email protected]> * fix exec name Signed-off-by: Takamasa Horibe <[email protected]> Co-authored-by: YamatoAndo <[email protected]> Co-authored-by: Yuma Nihei <[email protected]>
tkimura4
pushed a commit
to tkimura4/autoware.universe
that referenced
this pull request
Dec 13, 2021
tkimura4
pushed a commit
to tkimura4/autoware.universe
that referenced
this pull request
Dec 13, 2021
tkimura4
pushed a commit
to tkimura4/autoware.universe
that referenced
this pull request
Dec 13, 2021
* restore file name for v0.8.0 update in localization launch Signed-off-by: Takamasa Horibe <[email protected]> * add random sample (autowarefoundation#84) Signed-off-by: Yamato Ando <[email protected]> * Add ndt_scan_matcher.yaml (autowarefoundation#162) Signed-off-by: Yuma Nihei <[email protected]> * ]Revert "restore file name for v0.8.0 update in localization launch" This reverts commit f589733f7dad05989bde323baeb5c43a62cd26e1. * fix param type Signed-off-by: Takamasa Horibe <[email protected]> * fix exec name Signed-off-by: Takamasa Horibe <[email protected]> Co-authored-by: YamatoAndo <[email protected]> Co-authored-by: Yuma Nihei <[email protected]>
tkimura4
pushed a commit
to tkimura4/autoware.universe
that referenced
this pull request
Dec 13, 2021
* restore file name for v0.8.0 update in localization launch Signed-off-by: Takamasa Horibe <[email protected]> * add random sample (autowarefoundation#84) Signed-off-by: Yamato Ando <[email protected]> * Add ndt_scan_matcher.yaml (autowarefoundation#162) Signed-off-by: Yuma Nihei <[email protected]> * ]Revert "restore file name for v0.8.0 update in localization launch" This reverts commit f589733f7dad05989bde323baeb5c43a62cd26e1. * fix param type Signed-off-by: Takamasa Horibe <[email protected]> * fix exec name Signed-off-by: Takamasa Horibe <[email protected]> Co-authored-by: YamatoAndo <[email protected]> Co-authored-by: Yuma Nihei <[email protected]>
tkimura4
pushed a commit
to tkimura4/autoware.universe
that referenced
this pull request
Dec 13, 2021
tkimura4
pushed a commit
to tkimura4/autoware.universe
that referenced
this pull request
Dec 13, 2021
1222-takeshi
added a commit
that referenced
this pull request
Dec 14, 2021
* release v0.4.0 * removed ROS1 package Signed-off-by: mitsudome-r <[email protected]> * Revert "removed ROS1 package" This reverts commit efeb029d17c4fb14de1542512574742a4cb05de8. * add COLCON_IGNORE file to all ROS1 packages Signed-off-by: mitsudome-r <[email protected]> * rename *.launch files to *.launch.xml Signed-off-by: mitsudome-r <[email protected]> * Port localization_launch to ros2 * fix syntax (#33) Signed-off-by: Takamasa Horibe <[email protected]> * ROS2 Linting: localization_launch (#39) * Add linters to localization_launch package * Add new line * Fix indentation * Ros2 v0.8.0 localization launch (#54) * restore file name for v0.8.0 update in localization launch Signed-off-by: Takamasa Horibe <[email protected]> * add random sample (#84) Signed-off-by: Yamato Ando <[email protected]> * Add ndt_scan_matcher.yaml (#162) Signed-off-by: Yuma Nihei <[email protected]> * ]Revert "restore file name for v0.8.0 update in localization launch" This reverts commit f589733f7dad05989bde323baeb5c43a62cd26e1. * fix param type Signed-off-by: Takamasa Horibe <[email protected]> * fix exec name Signed-off-by: Takamasa Horibe <[email protected]> Co-authored-by: YamatoAndo <[email protected]> Co-authored-by: Yuma Nihei <[email protected]> * Rename ROS-related .yaml to .param.yaml (#65) * Rename ROS-related .yaml to .param.yaml Signed-off-by: Kenji Miyake <[email protected]> * Add missing '--' Signed-off-by: Kenji Miyake <[email protected]> * Rename vehicle_info.yaml to vehicle_info.param.yaml Signed-off-by: Kenji Miyake <[email protected]> * Fix livox param name Signed-off-by: Kenji Miyake <[email protected]> * add localization_error_monitor launch (#75) * Fix various typos in launch files (#97) * add use_sim-time option (#99) * Replace doc by description (#182) Signed-off-by: Kenji Miyake <[email protected]> * Ros2 lsim test (#186) * Add group to launch file for var scope Signed-off-by: Takagi, Isamu <[email protected]> * Remove pointcloud relay for localization Signed-off-by: Takagi, Isamu <[email protected]> * Add use_sim_time Signed-off-by: Takagi, Isamu <[email protected]> * Remove pointcloud relay for localization Signed-off-by: Takagi, Isamu <[email protected]> Co-authored-by: Takagi, Isamu <[email protected]> * Fix invalid attribute in twist estimator launch (#192) Signed-off-by: wep21 <[email protected]> * Localization util preprocessor component (#188) Signed-off-by: wep21 <[email protected]> * Use set_parameter for use_sim_time (#198) * Use set_parameter for use_sim_time Signed-off-by: wep21 <[email protected]> * Add default parameter for scenario simulator Signed-off-by: wep21 <[email protected]> * Fix depends in localization_launch to exec_depend (#223) Signed-off-by: Kenji Miyake <[email protected]> * Fix typos in launch files (#231) * Fix typos in launch files Signed-off-by: Kenji Miyake <[email protected]> * Fix lint Signed-off-by: wep21 <[email protected]> Co-authored-by: wep21 <[email protected]> * Format launch files (#228) * Format launch files Signed-off-by: Kenji Miyake <[email protected]> * Format launch.py Signed-off-by: Kenji Miyake <[email protected]> * Fix lint Signed-off-by: Kenji Miyake <[email protected]> * Enable intra process and mt (#204) Signed-off-by: wep21 <[email protected]> * Load output_measurement_range_sensor_points_topic param (#271) Signed-off-by: kosuke55 <[email protected]> * use_twist_with_covariance is false (#295) * add description for localization_launch (#332) * 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 * Feature/expand footprint launcher (#318) * Add autoware api (#376) * Add external api adaptor (#267) * Add external api adaptor * Add api adaptor to logging simulator Signed-off-by: Takagi, Isamu <[email protected]> * Add engage status output Signed-off-by: Takagi, Isamu <[email protected]> * Add internal api adaptor (#273) Signed-off-by: Takagi, Isamu <[email protected]> * Add map hash generator (#319) Signed-off-by: Takagi, Isamu <[email protected]> * Add autoware api launch (#326) * Add autoware api launch Signed-off-by: Takagi, Isamu <[email protected]> * Apply autoware api launch Signed-off-by: Takagi, Isamu <[email protected]> * Add deprecated comment Signed-off-by: Takagi, Isamu <[email protected]> * Remove unused parameter (#325) Signed-off-by: Takagi, Isamu <[email protected]> * Add api parameter (#341) Signed-off-by: Takagi, Isamu <[email protected]> * Add start request API (#321) * Add use start request option Signed-off-by: Takagi, Isamu <[email protected]> * Fix lint Signed-off-by: Takagi, Isamu <[email protected]> * Feature external cmd selector heartbeat (#356) * Rename external command topic Signed-off-by: Takagi, Isamu <[email protected]> * Modify command topic name Signed-off-by: Takagi, Isamu <[email protected]> * Fix topic name Signed-off-by: Takagi, Isamu <[email protected]> * Rename remote_cmd_converter Signed-off-by: Takagi, Isamu <[email protected]> * Remove gate mode from external command Signed-off-by: Takagi, Isamu <[email protected]> * Fix latest external command name (#361) Signed-off-by: Takagi, Isamu <[email protected]> * Fix merge conflict Signed-off-by: Takagi, Isamu <[email protected]> * change external traffic light topic name in behavior velocity planner (#310) * fix topic * change internal topic name Co-authored-by: yabuta <[email protected]> * added stop filter launch in localization_launch (#270) * Fix pre-commit (#407) * Fix pre-commit errors Signed-off-by: Kenji Miyake <[email protected]> * Fix package.xml Signed-off-by: Kenji Miyake <[email protected]> * modify util.launch in localization_launch #396 * add localization error monitor param (#431) * add environment_name parameter into localization launch (#175) (#293) * add environment_name parameter into localization launch (#175) * add environment_name parameter into localization launch change launcher parameters of crop_box_filter_mesurement_range and voxel_grid_filter to yaml file Signed-off-by: Azumi Suzuki <[email protected]> * change param file directory name Signed-off-by: Azumi Suzuki <[email protected]> * Remove redundant comments Signed-off-by: wep21 <[email protected]> Co-authored-by: s-azumi <[email protected]> * delete environment name (#428) * 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 * porting localization (#121) * porting localization * fixed odometry in ekf * fixed vehicle twist topic name Co-authored-by: mitsudome-r <[email protected]> Co-authored-by: Yunus Emre Caliskan <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]> Co-authored-by: Jilada Eccleston <[email protected]> Co-authored-by: YamatoAndo <[email protected]> Co-authored-by: Yuma Nihei <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> Co-authored-by: Taichi Higashide <[email protected]> Co-authored-by: Kazuki Miyahara <[email protected]> Co-authored-by: Daisuke Nishimatsu <[email protected]> Co-authored-by: Takagi, Isamu <[email protected]> Co-authored-by: wep21 <[email protected]> Co-authored-by: Kosuke Takeuchi <[email protected]> Co-authored-by: Hiroki OTA <[email protected]> Co-authored-by: Kosuke Murakami <[email protected]> Co-authored-by: Takagi, Isamu <[email protected]> Co-authored-by: yabuta <[email protected]> Co-authored-by: kminoda <[email protected]> Co-authored-by: s-azumi <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> Co-authored-by: RyuYamamoto <[email protected]> Co-authored-by: Takeshi Miura <[email protected]>
taikitanaka3
added a commit
that referenced
this pull request
Dec 14, 2021
* release v0.4.0 * Modify to change calib param for each vehicle (#51) * add vehicle id to change parameter of each vehicle Signed-off-by: Yukihiro Saito <[email protected]> * add vehicle id to change param for each vehicle Signed-off-by: Yukihiro Saito <[email protected]> * add some dependencies (#54) * Add some scenario-simulation specifiec parameters as arguments (#57) * Add some scenario-simulation specifiec parameters as arguments * Update arg to pass 'initial_engage_state' to simple_planning_simulator * Add new optional argument 'rviz_args' * Rename some roslaunch arguments * Remove unneeded arguments * removed ROS1 package Signed-off-by: mitsudome-r <[email protected]> * Revert "removed ROS1 package" This reverts commit 561686456a78d767c1de9e976ef451b340d65343. * add COLCON_IGNORE file to all ROS1 packages Signed-off-by: mitsudome-r <[email protected]> * rename *.launch files to *.launch.xml Signed-off-by: mitsudome-r <[email protected]> * port vehicle_launch Signed-off-by: Takamasa Horibe <[email protected]> * Add linters (#30) * Ros2 v0.8.0 vehicle launch (#55) * restore file name Signed-off-by: Takamasa Horibe <[email protected]> * Add default config of aip_x1 (#141) Signed-off-by: Kenji Miyake <[email protected]> * Pass all args to vehicle_interface.launch (#147) Signed-off-by: Kenji Miyake <[email protected]> * Revert "restore file name" This reverts commit 3e28661e8ba1a44cc570ca19b7b4759ba0bf0941. * fix vehicle_interface.launch arg Signed-off-by: Takamasa Horibe <[email protected]> * [vehicle_launch]: Remove pass_all_args Signed-off-by: wep21 <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> Co-authored-by: wep21 <[email protected]> * Ros2 v0.8.0 fix packages (#64) * add vehicle_param_file to simple planning simulator * add vehicle_param_file to lane change planner * Move individual params to a separate package (#100) Signed-off-by: Kenji Miyake <[email protected]> * add use_sim-time option (#99) * Sync public repo (#185) * add tier4 usbcam (#104) * add tier4 usbcam * change version * tier4/ros2 * Ros2 vehicle info param server (#96) * add vehicle info param server * delete vehicle param file Co-authored-by: taikitanaka <[email protected]> * Ros2 fix topic name part2 (#89) * Fix topic name for traffic_light_classifier Signed-off-by: Takagi, Isamu <[email protected]> * Fix topic name for traffic_light_visualization Signed-off-by: Takagi, Isamu <[email protected]> * Fix topic name for traffic_light_ssd_fine_detector Signed-off-by: Takagi, Isamu <[email protected]> Co-authored-by: taikitanaka3 <[email protected]> Co-authored-by: tkimura4 <[email protected]> Co-authored-by: taikitanaka <[email protected]> Co-authored-by: Takagi, Isamu <[email protected]> * add group (#195) * Use set_parameter for use_sim_time (#198) * Use set_parameter for use_sim_time Signed-off-by: wep21 <[email protected]> * Add default parameter for scenario simulator Signed-off-by: wep21 <[email protected]> * add param for psim v2 (#197) * add param for psim v2 Signed-off-by: kosuke murakami <[email protected]> * Update to pass var 'scenario_simulation' to dummy_perception_publisher * Update dummy_perception_publisher's arg-name Co-authored-by: yamacir-kit <[email protected]> * Add vehicle info launch for setting vehicle info param (#199) * Add vehicle info launch for setting vehicle info param Signed-off-by: wep21 <[email protected]> * Add comment for global parameters section Signed-off-by: wep21 <[email protected]> * Fix year and apply format Signed-off-by: Kenji Miyake <[email protected]> * Remove ready vehicle info param Signed-off-by: wep21 <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> * Fix CI build depends (#261) * Fix CI build depends Signed-off-by: Kenji Miyake <[email protected]> * Remove xacro find package Signed-off-by: Kenji Miyake <[email protected]> * Move global_params.launch.py and vehicle_info.launch.py to autoware_global_parameter_loader (#282) * Move global_params.launch.py and vehicle_info.launch.py to autoware_global_parameter_loader Signed-off-by: Kenji Miyake <[email protected]> * Add exec_depend Signed-off-by: Kenji Miyake <[email protected]> * add description for vehicle_launch (#337) * add description * delete duplicate * delete slash * 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 pre-commit (#407) * Fix pre-commit errors Signed-off-by: Kenji Miyake <[email protected]> * Fix package.xml Signed-off-by: Kenji Miyake <[email protected]> * Move simple_planning_simulator to simulator_launch (#462) * move simple_planning_simulator * add simulation arg to logging_simulator.launch * delete unused argument * add arguments for logging simulation * change default value * update README * add default value to simulator arg * restore vehicle_simulation arg * Fix/revert initial engage state (#484) * Fix args Signed-off-by: Kenji Miyake <[email protected]> * Add initial_engage_state to vehicle.launch.xml Signed-off-by: Kenji Miyake <[email protected]> * Update vehicle.launch.xml * 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 * add build depend Signed-off-by: tomoya.kimura <[email protected]> * ci(pre-commit): autofix * remove depends * update readme Co-authored-by: mitsudome-r <[email protected]> Co-authored-by: Yukihiro Saito <[email protected]> Co-authored-by: hiroyuki obinata <[email protected]> Co-authored-by: Yamasaki Tatsuya <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]> Co-authored-by: Jilada Eccleston <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> Co-authored-by: wep21 <[email protected]> Co-authored-by: Ryohsuke Mitsudome <[email protected]> Co-authored-by: taikitanaka3 <[email protected]> Co-authored-by: taikitanaka <[email protected]> Co-authored-by: Takagi, Isamu <[email protected]> Co-authored-by: Daisuke Nishimatsu <[email protected]> Co-authored-by: Kosuke Murakami <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> Co-authored-by: Hiroki OTA <[email protected]> Co-authored-by: Keisuke Shima <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Takeshi Miura <[email protected]>
1222-takeshi
added a commit
that referenced
this pull request
Dec 14, 2021
* release v0.4.0 * pointcloud_map_path form autoware_launch as optional (#45) * pointcloud_map_path form autoware_launch as optional * add lanelet2_map_path * use map_file argments under map_path * Fix unnecessary "default" tag to "value" Signed-off-by: Kenji Miyake <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> * add some dependencies (#54) * Add some scenario-simulation specifiec parameters as arguments (#57) * Add some scenario-simulation specifiec parameters as arguments * Update arg to pass 'initial_engage_state' to simple_planning_simulator * Add new optional argument 'rviz_args' * Rename some roslaunch arguments * Remove unneeded arguments * Fix typo (#63) Signed-off-by: Kenji Miyake <[email protected]> * add obstacle avoid param (#62) * Logging simulator (#65) * Add logging_simulator.launch Signed-off-by: Daisuke Nishimatsu <[email protected]> * Don't load env when launch driver is false Signed-off-by: Daisuke Nishimatsu <[email protected]> * Launch vehicle description in logging simulator (#67) Signed-off-by: Daisuke Nishimatsu <[email protected]> * add autoware api launcher (#64) * add blocked by obstacle (#68) * Fix turn signal topic name (#75) * Revert "Fix turn signal topic name (#75)" (#76) This reverts commit f384b9f7b2e59b7f048926e7eb0fe7c936f5cd3b. * Fix namespace in autoware.rviz (#78) * Fix/turn signal topic name (#77) * removed ROS1 package Signed-off-by: mitsudome-r <[email protected]> * Revert "removed ROS1 package" This reverts commit 1e33e7e3f3e839bcdf623f9e3b4b6a14dd4ec35a. * add COLCON_IGNORE file to all ROS1 packages Signed-off-by: mitsudome-r <[email protected]> * rename *.launch files to *.launch.xml Signed-off-by: mitsudome-r <[email protected]> * Ros2 port autoware launch (#35) * [autoware_launch] port CMakelists.txt and remove COLCON_IGNORE Signed-off-by: mitsudome-r <[email protected]> * [autoware_launch] fix planning_simulator.launch.xml Signed-off-by: mitsudome-r <[email protected]> * [autoware_launch] add rviz config Signed-off-by: mitsudome-r <[email protected]> * [autoware_launch] first port of autoware_launch Signed-off-by: mitsudome-r <[email protected]> * lanuch rviz with config file Signed-off-by: kosuke murakami <[email protected]> * modify launch file for making psim work Signed-off-by: kosuke murakami <[email protected]> * add vehicle model in launch Signed-off-by: kosuke murakami <[email protected]> * change from vehicle_model to vehicle_param_file Signed-off-by: kosuke murakami <[email protected]> * [autoware_launch] add autoware_web_controller and system launch Signed-off-by: mitsudome-r <[email protected]> * add rosbrdige_suite to build_depends.repos Signed-off-by: mitsudome-r <[email protected]> * Update rviz Signed-off-by: wep21 <[email protected]> * update autoware.rviz Signed-off-by: mitsudome-r <[email protected]> * remove autoware_ros2.rviz Signed-off-by: mitsudome-r <[email protected]> Co-authored-by: kosuke murakami <[email protected]> Co-authored-by: wep21 <[email protected]> * Update rviz config for vehicle rviz plugins (#41) Signed-off-by: wep21 <[email protected]> * Ros2 v0.8.0 fix packages (#64) * add vehicle_param_file to simple planning simulator * add vehicle_param_file to lane change planner * Rename ROS-related .yaml to .param.yaml (#65) * Rename ROS-related .yaml to .param.yaml Signed-off-by: Kenji Miyake <[email protected]> * Add missing '--' Signed-off-by: Kenji Miyake <[email protected]> * Rename vehicle_info.yaml to vehicle_info.param.yaml Signed-off-by: Kenji Miyake <[email protected]> * Fix livox param name Signed-off-by: Kenji Miyake <[email protected]> * Ros2 v0.8.0 autoware launch (#58) * [autoware_launch] ros2-porting: v0.5.0 to v0.8.0 Signed-off-by: Takamasa Horibe <[email protected]> * Cleanup autoware and logging simulator launch * Add .xml extention * Fix missing arguments * Fix tag * Fix web controller launch Signed-off-by: wep21 <[email protected]> * Update rviz Signed-off-by: wep21 <[email protected]> * [autoware_launch] Fix yaml name Signed-off-by: wep21 <[email protected]> * [autoware_launch] Cleanup dependencies Signed-off-by: wep21 <[email protected]> Co-authored-by: wep21 <[email protected]> * [autoware_launch]: Fix missing arguments (#66) Signed-off-by: Autoware <[email protected]> Co-authored-by: Autoware <[email protected]> * Ros2 update v0.9.0 (#67) * Add pose history into rviz config Signed-off-by: wep21 <[email protected]> * add blocked by obstacle option (#164) * fix tab name (#166) * disenable ndt visualization (#169) * disenable ndt visualization * change alpha * dont visualize position covariance Signed-off-by: wep21 <[email protected]> * change global frame to map (#171) * add param (#156) Co-authored-by: taikitanaka3 <[email protected]> Co-authored-by: Taichi Higashide <[email protected]> Co-authored-by: Yukihiro Saito <[email protected]> Co-authored-by: tkimura4 <[email protected]> * Sync with Ros2 v0.8.0 beta (#71) * update sensing launch to support aip_x1 (#69) Signed-off-by: taichiH <[email protected]> * fix logging_simulator_bug (#68) Signed-off-by: taichiH <[email protected]> * fix aip_x1 param (#70) Signed-off-by: taichiH <[email protected]> Co-authored-by: Taichi Higashide <[email protected]> * temporary disable steering angle plugin to avoid RVIZ2 to crash (#76) Signed-off-by: mitsudome-r <[email protected]> * fix rviz settings (#77) * Points -> Squares * disable road_lanelets * visualize path of dynamic object * fix durability policy of route_marker * fix topic name * fix topic name of check point * fix some options about object * add clock_publisher and autoware_version (#79) * add clock_publisher and autoware_version Signed-off-by: mitsudome-r <[email protected]> * update package.xml Signed-off-by: mitsudome-r <[email protected]> * update build_depends.repos Signed-off-by: mitsudome-r <[email protected]> * fix CI Signed-off-by: mitsudome-r <[email protected]> * Fix typo in rviz config (#80) Signed-off-by: wep21 <[email protected]> * fixed typo and added AW_ROS2_USE_SIM_TIME setting (#81) Co-authored-by: hosokawa <[email protected]> * Fix point size in rviz (#84) Signed-off-by: wep21 <[email protected]> * Use sensor data qos for pointcloud (#82) Signed-off-by: Autoware <[email protected]> Co-authored-by: Autoware <[email protected]> * Ros2 fix topic name part1 (#83) * Fix topic name for behavior_velocity_planner Signed-off-by: Takagi, Isamu <[email protected]> * Fix topic name of lane_change_planner Signed-off-by: Takagi, Isamu <[email protected]> * Fix topic name of freespace_planner Signed-off-by: Takagi, Isamu <[email protected]> * Fix topic name for freespace_planner Signed-off-by: Takagi, Isamu <[email protected]> * Fix various typos in launch files (#97) * add use_sim-time option (#99) * Format launch files (#178) Signed-off-by: Kenji Miyake <[email protected]> * Replace doc by description (#182) Signed-off-by: Kenji Miyake <[email protected]> * Sync public repo (#185) * add tier4 usbcam (#104) * add tier4 usbcam * change version * tier4/ros2 * Ros2 vehicle info param server (#96) * add vehicle info param server * delete vehicle param file Co-authored-by: taikitanaka <[email protected]> * Ros2 fix topic name part2 (#89) * Fix topic name for traffic_light_classifier Signed-off-by: Takagi, Isamu <[email protected]> * Fix topic name for traffic_light_visualization Signed-off-by: Takagi, Isamu <[email protected]> * Fix topic name for traffic_light_ssd_fine_detector Signed-off-by: Takagi, Isamu <[email protected]> Co-authored-by: taikitanaka3 <[email protected]> Co-authored-by: tkimura4 <[email protected]> Co-authored-by: taikitanaka <[email protected]> Co-authored-by: Takagi, Isamu <[email protected]> * Ros2 lsim test (#186) * Add group to launch file for var scope Signed-off-by: Takagi, Isamu <[email protected]> * Remove pointcloud relay for localization Signed-off-by: Takagi, Isamu <[email protected]> * Add use_sim_time Signed-off-by: Takagi, Isamu <[email protected]> * Remove pointcloud relay for localization Signed-off-by: Takagi, Isamu <[email protected]> Co-authored-by: Takagi, Isamu <[email protected]> * Add vehicle info param server into logging simulator (#194) Signed-off-by: wep21 <[email protected]> * Use set_parameter for use_sim_time (#198) * Use set_parameter for use_sim_time Signed-off-by: wep21 <[email protected]> * Add default parameter for scenario simulator Signed-off-by: wep21 <[email protected]> * Add control composed launch (#201) Signed-off-by: wep21 <[email protected]> * add param for psim v2 (#197) * add param for psim v2 Signed-off-by: kosuke murakami <[email protected]> * Update to pass var 'scenario_simulation' to dummy_perception_publisher * Update dummy_perception_publisher's arg-name Co-authored-by: yamacir-kit <[email protected]> * Feature/porting v0.9.1 master (#202) * add simulation arg (#174) * add simulation arg * add comment * change arg name * add parameter use_empty_dynamic_object_publisher into perception.launch (#176) Signed-off-by: Azumi Suzuki <[email protected]> Co-authored-by: Yusuke FUJII <[email protected]> Co-authored-by: s-azumi <[email protected]> * Add vehicle info launch for setting vehicle info param (#199) * Add vehicle info launch for setting vehicle info param Signed-off-by: wep21 <[email protected]> * Add comment for global parameters section Signed-off-by: wep21 <[email protected]> * Fix year and apply format Signed-off-by: Kenji Miyake <[email protected]> * Remove ready vehicle info param Signed-off-by: wep21 <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> * Remove vehicle info param server from logging simulator (#211) Signed-off-by: wep21 <[email protected]> * Add map.launch.py (#212) * Add map.launch.py Signed-off-by: wep21 <[email protected]> * Update map.launch.xml Signed-off-by: wep21 <[email protected]> * Rename parameter for lanelet2 map path Signed-off-by: wep21 <[email protected]> * Exclude dummy_perception_publisher.launch.xml if is scenario_simulation (#230) * Remove clock publisher (#217) Signed-off-by: wep21 <[email protected]> * Fixup for #217 (#254) * Fixup for #217 Signed-off-by: Kenji Miyake <[email protected]> * Fix typo Signed-off-by: Kenji Miyake <[email protected]> * Add global_params.launch.py (#260) Signed-off-by: Kenji Miyake <[email protected]> * Add time panel (#233) * Move global_params.launch.py and vehicle_info.launch.py to autoware_global_parameter_loader (#282) * Move global_params.launch.py and vehicle_info.launch.py to autoware_global_parameter_loader Signed-off-by: Kenji Miyake <[email protected]> * Add exec_depend Signed-off-by: Kenji Miyake <[email protected]> * add descriptions for autoware_launch #329 * 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 * Add autoware api (#376) * Add external api adaptor (#267) * Add external api adaptor * Add api adaptor to logging simulator Signed-off-by: Takagi, Isamu <[email protected]> * Add engage status output Signed-off-by: Takagi, Isamu <[email protected]> * Add internal api adaptor (#273) Signed-off-by: Takagi, Isamu <[email protected]> * Add map hash generator (#319) Signed-off-by: Takagi, Isamu <[email protected]> * Add autoware api launch (#326) * Add autoware api launch Signed-off-by: Takagi, Isamu <[email protected]> * Apply autoware api launch Signed-off-by: Takagi, Isamu <[email protected]> * Add deprecated comment Signed-off-by: Takagi, Isamu <[email protected]> * Remove unused parameter (#325) Signed-off-by: Takagi, Isamu <[email protected]> * Add api parameter (#341) Signed-off-by: Takagi, Isamu <[email protected]> * Add start request API (#321) * Add use start request option Signed-off-by: Takagi, Isamu <[email protected]> * Fix lint Signed-off-by: Takagi, Isamu <[email protected]> * Feature external cmd selector heartbeat (#356) * Rename external command topic Signed-off-by: Takagi, Isamu <[email protected]> * Modify command topic name Signed-off-by: Takagi, Isamu <[email protected]> * Fix topic name Signed-off-by: Takagi, Isamu <[email protected]> * Rename remote_cmd_converter Signed-off-by: Takagi, Isamu <[email protected]> * Remove gate mode from external command Signed-off-by: Takagi, Isamu <[email protected]> * Fix latest external command name (#361) Signed-off-by: Takagi, Isamu <[email protected]> * Fix merge conflict Signed-off-by: Takagi, Isamu <[email protected]> * change external traffic light topic name in behavior velocity planner (#310) * fix topic * change internal topic name Co-authored-by: yabuta <[email protected]> * Feature/add virtual traffic light planner (#317) * Move autoware api launch files (#387) * Fix misspell in rviz config (#392) Signed-off-by: Takagi, Isamu <[email protected]> * update rviz config (#399) * update rviz config * update config * Fix pre-commit (#407) * Fix pre-commit errors Signed-off-by: Kenji Miyake <[email protected]> * Fix package.xml Signed-off-by: Kenji Miyake <[email protected]> * Add polar grid into rviz config (#458) * Add simulator_launch package (#459) * Add simulator_launch package * add argument * fix depend order * add argument * move dummy_perception_publisher * add arg for dummy_perception_publisher * Update simulator_launch/launch/simulator.launch.xml Co-authored-by: Kenji Miyake <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> * add steering angle (#476) * Move simple_planning_simulator to simulator_launch (#462) * move simple_planning_simulator * add simulation arg to logging_simulator.launch * delete unused argument * add arguments for logging simulation * change default value * update README * add default value to simulator arg * restore vehicle_simulation arg * Add sensor_model to system_launch (#480) Signed-off-by: Kenji Miyake <[email protected]> * hide traffic light id by default (#286) Co-authored-by: satoshi-ota <[email protected]> * Feature/porting behavior path planner (#300) * modify behavior_planning launch for behavior_path_planner with lane_c… (#239) * modify behavior_planning launch for behavior_path_planner with lane_change_only config Signed-off-by: Takamasa Horibe <[email protected]> * remove avoidance & side_shift related code Signed-off-by: Takamasa Horibe <[email protected]> * Fix launcher and add config files and change obstacle avoid param * Add new line * Fix visualization and remove multiple args * Enable auto approve path change Co-authored-by: rej55 <[email protected]> Signed-off-by: wep21 <[email protected]> * add param in behavior_path_planner (#255) Signed-off-by: Takamasa Horibe <[email protected]> * Fix param (#251) * Fix typo Signed-off-by: wep21 <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]> Co-authored-by: rej55 <[email protected]> * update rviz config & planner params (#305) Co-authored-by: satoshi-ota <[email protected]> * Feature/porting occlusion spot (#309) * add occulusion_spot marker (#266) * add blindspot marker * to occlusion spot slow down * remove debug info from marker (#287) * remove debug info from marker * remove debug arrow * fix format * update behavior launch * apply pep8 * fix format Co-authored-by: taikitanaka3 <[email protected]> * Feature/porting camera lidar fusion (#316) * Feature/camera lidar fusion (#248) * change camera lidar fusion node * change default mode of object recognition * change spilit range parameter from 10 to 30 (#272) Co-authored-by: Yukihiro Saito <[email protected]> * add underscore to marker namespace (#323) Co-authored-by: satoshi-ota <[email protected]> * Feature/hide verbose marker (#322) * tmp : enable slow down * hide verbose markers * Revert "tmp : enable slow down" This reverts commit 5ad32c5903866d9cf946cc47b0b35cefa359d502. * update rviz tool bar Co-authored-by: satoshi-ota <[email protected]> * update rviz config ( add shoulder road lanelets ) (#420) * update rviz config * Apply suggestions from code review * Apply suggestions from code review * Apply suggestions from code review * Fix for pre-commit (437) Signed-off-by: Kenji Miyake <[email protected]> * 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 * Auto/fix launch (#110) * fix namespace * remove dynamic_object_visualization * fix rviz * change topic name for rviz plugin (#114) * Auto/launcher ground segmentation (#117) * add base line launch * add ground_segmentation launcher * run pre-commit * clean up * fix coding style * fix topic name * fix yaml params * fix loader name * rename components * improve implementation * Sync .auto branch with the latest branch in internal repository (#120) * Disbale intersection polygon marker (#483) Signed-off-by: wep21 <[email protected]> * Merge pull request #384 from tier4/feature/no_stopping_area Feature/no stopping area Signed-off-by: Kenji Miyake <[email protected]> Co-authored-by: Daisuke Nishimatsu <[email protected]> Co-authored-by: taikitanaka3 <[email protected]> * fix turn signal to indicators (#123) * fix no ground points topic name (#125) * support x1 perception config (#129) * support x1 perception config * remove product config * update launch.py * maintain some filters params in yaml file * add function to create elevation map pipeline * add param to yaml * fix/rviz perception config (#138) * fix/rename segmentation namespace (#139) * fix namespace: rviz config * fix namespace: planning stack * rename segmentatino directory * fix namespace: perception stack * fix/add arg in order to disable dummy_perception_publisher from command line (#144) * change topic name for predicted trajectory (#145) * feature/use common pointcloud container (#147) * add container argument * load composable node to pointcloud_container * fix autoware_launch * enable multi-thread * improve readability * add vehicle_info_param_file Signed-off-by: tomoya.kimura <[email protected]> * ci(pre-commit): autofix * fix launch files and remove api launch Signed-off-by: tomoya.kimura <[email protected]> * ci(pre-commit): autofix * add initial pose relay Signed-off-by: tomoya.kimura <[email protected]> Co-authored-by: mitsudome-r <[email protected]> Co-authored-by: hiroyuki obinata <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> Co-authored-by: Yamasaki Tatsuya <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> Co-authored-by: Kosuke Murakami <[email protected]> Co-authored-by: Daisuke Nishimatsu <[email protected]> Co-authored-by: Fumiya Watanabe <[email protected]> Co-authored-by: Ryohsuke Mitsudome <[email protected]> Co-authored-by: wep21 <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]> Co-authored-by: Autoware <[email protected]> Co-authored-by: taikitanaka3 <[email protected]> Co-authored-by: Taichi Higashide <[email protected]> Co-authored-by: Yukihiro Saito <[email protected]> Co-authored-by: HOSOKAWA Ikuto <[email protected]> Co-authored-by: hosokawa <[email protected]> Co-authored-by: Takagi, Isamu <[email protected]> Co-authored-by: Kazuki Miyahara <[email protected]> Co-authored-by: taikitanaka <[email protected]> Co-authored-by: Takagi, Isamu <[email protected]> Co-authored-by: Keisuke Shima <[email protected]> Co-authored-by: Yusuke FUJII <[email protected]> Co-authored-by: s-azumi <[email protected]> Co-authored-by: Hiroki OTA <[email protected]> Co-authored-by: yabuta <[email protected]> Co-authored-by: Keisuke Shima <[email protected]> Co-authored-by: Satoshi OTA <[email protected]> Co-authored-by: satoshi-ota <[email protected]> Co-authored-by: Takeshi Miura <[email protected]> Co-authored-by: Sugatyon <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
badai-nguyen
pushed a commit
to badai-nguyen/autoware.universe
that referenced
this pull request
Feb 4, 2022
* Initial commit * release v0.4.0 * Feature/stop reason (autowarefoundation#712) * add stop reason msg * add mock of stop resaon publisher * change namespace of stop reason * update stop reason msg * add toRosPoint * implement stop reason publisher of blind stop * implement stop reason publisher of crosswalk * implement stop reason publisher of intersection * implement stop reason publisher of stop line * implement stop reason publisher of trafficlight * implement stop reason publisher of detection area * fix bug * remove unnecessary process * add remained stop factor * clean code * fix bug * not punlish stop reason if array size is 0 * add stop reason to stuck object in intersection * add stop factor of obstacle stop planner * add stop reason of surround_obstacle checker * Apply review Signed-off-by: Kenji Miyake <[email protected]> * fix message type * delete unused message from cmake * remove stopReasonStamped * change topic name of stop reasons Co-authored-by: Kenji Miyake <[email protected]> * Support error in autoware state (autowarefoundation#728) * Support Error in autoware_state_monitor Signed-off-by: Kenji Miyake <[email protected]> * Refactor autoware_state_monitor Signed-off-by: Kenji Miyake <[email protected]> * Wait after planning completed Signed-off-by: Kenji Miyake <[email protected]> * Integrate FailedToArriveGoal and Error into Emergency state Signed-off-by: Kenji Miyake <[email protected]> * Publish tl states stamped (autowarefoundation#744) * Add TrafficLightStateStamped.msg Signed-off-by: wep21 <[email protected]> * Use msg instead of struct Signed-off-by: wep21 <[email protected]> * Publish traffic light state Signed-off-by: wep21 <[email protected]> * Check if lamp state is empty Signed-off-by: Daisuke Nishimatsu <[email protected]> * Apply clang-format Signed-off-by: Daisuke Nishimatsu <[email protected]> * Cosmetic change Signed-off-by: Daisuke Nishimatsu <[email protected]> * Revert "Publish tl states stamped (autowarefoundation#744)" (autowarefoundation#771) This reverts commit 35a7e29e987afb29d9348b5f64866a584a65f753. * Fix/publish tl state stamped (autowarefoundation#772) * Publish tl states stamped (autowarefoundation#744) * Add TrafficLightStateStamped.msg Signed-off-by: wep21 <[email protected]> * Use msg instead of struct Signed-off-by: wep21 <[email protected]> * Publish traffic light state Signed-off-by: wep21 <[email protected]> * Check if lamp state is empty Signed-off-by: Daisuke Nishimatsu <[email protected]> * Apply clang-format Signed-off-by: Daisuke Nishimatsu <[email protected]> * Cosmetic change Signed-off-by: Daisuke Nishimatsu <[email protected]> * Use dynamic pointer cast Signed-off-by: Daisuke Nishimatsu <[email protected]> * Feature/add stop reason lane change (autowarefoundation#769) * add stop reason of lane change planner * add stop factor of blocked by obstacle * delete typo * add const * delete unnecessary namespace * remove ROS1 packages temporarily Signed-off-by: mitsudome-r <[email protected]> * add sample ros2 packages Signed-off-by: mitsudome-r <[email protected]> * Add ros2 perception msgs Signed-off-by: wep21 <[email protected]> * fix dependency issue in autoware_control_msgs (autowarefoundation#22) Signed-off-by: mitsudome-r <[email protected]> * Port vehicle_cmd_gate to ROS2 (#3) * Port vehicle_cmd_gate to ROS2 * Sim-time-respecting timer * add autoware_debug_msg (autowarefoundation#54) * add autoware_debug_msg Signed-off-by: Takamasa Horibe <[email protected]> * rename to *stamped Signed-off-by: Takamasa Horibe <[email protected]> * Fix format version (autowarefoundation#73) * port motion_velocity_optimizer (autowarefoundation#77) * port motion_velocity_optimizer Signed-off-by: Takamasa Horibe <[email protected]> * fix for warning Signed-off-by: Takamasa Horibe <[email protected]> * fix blockUntilVehiclePositionAvailable() Signed-off-by: Takamasa Horibe <[email protected]> * Port of obstacle avoidance planner to ROS2 (autowarefoundation#83) * Port to ROS2 Signed-off-by: Servando German Serrano <[email protected]> * Removed ros/console include Signed-off-by: Servando German Serrano <[email protected]> * Added THROTTLE Signed-off-by: Servando German Serrano <[email protected]> * Changed numbers to floats Signed-off-by: Servando German Serrano <[email protected]> * Removed <double> from params Signed-off-by: Servando German Serrano <[email protected]> * Added new msg Signed-off-by: Servando German Serrano <[email protected]> * Use new msg Signed-off-by: Servando German Serrano <[email protected]> * Replaced dynamic reconfigure Signed-off-by: Servando German Serrano <[email protected]> * Added EnableAvoidance.msg Signed-off-by: Servando German Serrano <[email protected]> * Fixed parameter mismatch Signed-off-by: Servando German Serrano <[email protected]> * Port behavior_velocity_planner to ROS2 (autowarefoundation#80) * Revert "Add geometry2 to repos (autowarefoundation#76)" This reverts commit 6d22704. * Automatic parts of the package port * Interesting part * Fix typo in package.xml * Review comments * Child logger names * Document logging duration Co-authored-by: Ryohsuke Mitsudome <[email protected]> * Ros2 v0.8.0 awapi and system msgs (autowarefoundation#274) * Ros2 v0.8.0 engage (autowarefoundation#342) * [autoware_vehicle_msgs]: Add engage message Signed-off-by: wep21 <[email protected]> * [as]: Update message Signed-off-by: wep21 <[email protected]> * [awapi_awiv_adapter]: Update message Signed-off-by: wep21 <[email protected]> * [web_controller]: Update message Signed-off-by: wep21 <[email protected]> * [vehicle_cmd_gate]: Update message Signed-off-by: wep21 <[email protected]> * [autoware_state_monitor]: Update message Signed-off-by: wep21 <[email protected]> * [autoware_control_msgs]: Remove EngageMode message Signed-off-by: wep21 <[email protected]> * [simple_planning_simulator]: Update message Signed-off-by: wep21 <[email protected]> * Ros2 v0.8.0 lane_change_planner (autowarefoundation#322) * Remove lane_change_planner v0.5 Signed-off-by: Takagi, Isamu <[email protected]> * Import lane_change_planner v0.8 (ROS1) Signed-off-by: Takagi, Isamu <[email protected]> * Modify header files * Remove header disable * Modify msg namespace * Modify time type * Modify pub/sub class * Modify node handle, etc. * Modify ConstPtr * Modify entry point * Modify time and publisher * Modify parameter, timer, and subscription * Modify data manager * Modify route handler * Modify state machine * Modify utility * Fix arguments * Modify states part1 * Modify states part2 * Modify common function * Fix for lint * Fix for lint * Modify comment type * Add copyright * Use duration from_seconds * Use double quotes for non-system headers * Fix include order Signed-off-by: Takagi, Isamu <[email protected]> * Replace std_msgs Bool Signed-off-by: Takagi, Isamu <[email protected]> * Fix line length Signed-off-by: Takagi, Isamu <[email protected]> * Fix latch topic subscription Signed-off-by: Takagi, Isamu <[email protected]> * Fix stamp initialization and reference Signed-off-by: Takagi, Isamu <[email protected]> * Add super class destructor and fix waitForData Signed-off-by: Takagi, Isamu <[email protected]> * Ros2 v0.8.0 remove std msgs awapi (autowarefoundation#348) * [autoware_vehicle_msgs] add BatteryStatus msg Signed-off-by: mitsudome-r <[email protected]> * [autoware_planning_msgs] add ExpandStopRange and StopSpeedExceeded messages Signed-off-by: mitsudome-r <[email protected]> * [autoware_api_msgs] add DoorControlCommand, StopCommand, and VelocityLimit messages Signed-off-by: mitsudome-r <[email protected]> * remove std_msgs related to autoware_awaiv_adapter node Signed-off-by: mitsudome-r <[email protected]> * apply ament_uncrustify Signed-off-by: mitsudome-r <[email protected]> * fix build failure Signed-off-by: mitsudome-r <[email protected]> * fix test failures Signed-off-by: mitsudome-r <[email protected]> * address review commends Signed-off-by: mitsudome-r <[email protected]> * Sync with Ros2 v0.8.0 beta (autowarefoundation#393) * add nullptr check when publish concatenate data (autowarefoundation#369) * Add warning msg when concat pointcloud is not published (autowarefoundation#388) Signed-off-by: Kenji Miyake <[email protected]> * add timeout notification stamp msgs (autowarefoundation#363) * add timeout notification stamp msgs * fix uncursify * delete timeout notification stamped * Revert "delete timeout notification stamped" This reverts commit 365d29209f6a7f5ec75eb80c5d8c2ef38daeae79. * fix message Co-authored-by: Taichi Higashide <[email protected]> Co-authored-by: taikitanaka3 <[email protected]> * modify pose_initialize for foa (autowarefoundation#382) * pose_initialize for foa (autowarefoundation#1171) * pose_initialize for foa Signed-off-by: Yamato ANDO <[email protected]> * rename topic Signed-off-by: Yamato ANDO <[email protected]> * fix topic name Signed-off-by: mitsudome-r <[email protected]> * Add autoware version node (autowarefoundation#394) * Add autoware version node Signed-off-by: Takagi, Isamu <[email protected]> * Remove todo Signed-off-by: Takagi, Isamu <[email protected]> * Remove unused variable Signed-off-by: Takagi, Isamu <[email protected]> * Fix node name Signed-off-by: Takagi, Isamu <[email protected]> * fix typo (autowarefoundation#427) * Fix typo in common module (autowarefoundation#433) * Unify Apache-2.0 license name (autowarefoundation#1242) * Porting remote cmd selector (autowarefoundation#1286) * Feature/add remote cmd selector (autowarefoundation#1179) * Add in/out args of remote_cmd_converter.launch Signed-off-by: Kenji Miyake <[email protected]> * Change remote input topic of vehicle_cmd_gate Signed-off-by: Kenji Miyake <[email protected]> * Add msgs for remote_cmd_selector Signed-off-by: Kenji Miyake <[email protected]> * Add remote_cmd_selector Signed-off-by: Kenji Miyake <[email protected]> * Rename remote_cmd_selector to external_cmd_selector Signed-off-by: Kenji Miyake <[email protected]> * Remove VehicleCommand support in autoware_joy_controller Signed-off-by: Kenji Miyake <[email protected]> * Support external_cmd_source in autoware_joy_controller.launch (autowarefoundation#1194) Signed-off-by: Kenji Miyake <[email protected]> * Fix porting miss Signed-off-by: Kenji Miyake <[email protected]> * fix missing function * modify xml format * fix include guard * add callback group * modify remap name * Revert "modify remap name" This reverts commit 169cc8d28442825b1d61b0439b9892c913304527. * change topic name * use rclcpp_component * Remove autoware_debug_msgs from autoware_joy_controller Signed-off-by: Kenji Miyake <[email protected]> * Change default mode of autoware_joy_controller Signed-off-by: Kenji Miyake <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> * Add perception traffic light state output (autowarefoundation#1302) * Add perception traffic light state output Signed-off-by: Takagi, Isamu <[email protected]> * Modify message type Signed-off-by: Takagi, Isamu <[email protected]> * Apply message type to relay Signed-off-by: Takagi, Isamu <[email protected]> * Fix msgs (autowarefoundation#1379) * Fix msgs Signed-off-by: Kenji Miyake <[email protected]> * [autoware_planning_rviz_plugin]: Fix lint Signed-off-by: wep21 <[email protected]> Co-authored-by: wep21 <[email protected]> * Message refinement (autowarefoundation#1381) * Message refinement * Simplify CMakeLists.txt with ament cmake auto * Add test Signed-off-by: wep21 <[email protected]> * [autoware_planning_msgs]: Fix dependency Signed-off-by: wep21 <[email protected]> * Fix package.xml Signed-off-by: wep21 <[email protected]> * Fix package.xml Signed-off-by: Kenji Miyake <[email protected]> * Fix ament_cmake_auto Signed-off-by: Kenji Miyake <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> * Ros2/create/external commands (autowarefoundation#1299) * add remote message * add remote commands * fix topic * remove unnecessary topic * remove unused topic * add external cmd instead * ToExternalComd * fix topic in joy con * publish perception and external tl_state for mlops (autowarefoundation#1350) (autowarefoundation#1375) * publish perception and external tl_state for mlops * fix tl_state time stamp Co-authored-by: satoshi-ota <[email protected]> Co-authored-by: Satoshi OTA <[email protected]> Co-authored-by: satoshi-ota <[email protected]> * Add newlines Signed-off-by: Kenji Miyake <[email protected]> * Add PR template (#3) * Add PR template Signed-off-by: Kenji Miyake <[email protected]> * Update PULL_REQUEST_TEMPLATE.md * Add CI (#4) Signed-off-by: Kenji Miyake <[email protected]> * change msg type looking traffic light state (autowarefoundation#1455) (#6) * change msg type looking traffic light state * fix msg name * using namespace * change function name * fix typo * add readme * Update awapi/awapi_awiv_adapter/Readme.md fix typo Co-authored-by: Yukihiro Saito <[email protected]> Co-authored-by: Yukihiro Saito <[email protected]> Co-authored-by: tkimura4 <[email protected]> Co-authored-by: Yukihiro Saito <[email protected]> * Fix dependency type of rosidl_default_generators (autowarefoundation#15) Signed-off-by: Kenji Miyake <[email protected]> * Add auto-main-sync CI workflow for develop (autowarefoundation#16) Signed-off-by: Kenji Miyake <[email protected]> * add autoware_api_msgs (#12) Signed-off-by: mitsudome-r <[email protected]> * Feature/add virtual traffic light planner (#9) * Add VIRTUAL_TRAFFIC_LIGHT to StopReason.msg Signed-off-by: Kenji Miyake <[email protected]> * Add VirtualTrafficLightState msgs to autoware_system_msgs Signed-off-by: Kenji Miyake <[email protected]> * Add InfrastructureCommand msgs to autoware_planning_msgs Signed-off-by: Kenji Miyake <[email protected]> * Fix msgs Signed-off-by: Kenji Miyake <[email protected]> * Move messages to autoware_v2x_msgs Signed-off-by: Kenji Miyake <[email protected]> * Fix dependency type of rosidl_default_generators Signed-off-by: Kenji Miyake <[email protected]> * Fix dependency type of rosidl_default_generators (autowarefoundation#19) * Change CI docker images to setup-ros-docker (autowarefoundation#20) * Change CI docker images to setup-ros-docker Signed-off-by: Kenji Miyake <[email protected]> * Replace foxy with galactic Signed-off-by: Kenji Miyake <[email protected]> * Add DEBIAN_FRONTEND=noninteractive to rosdep install (autowarefoundation#21) Signed-off-by: Kenji Miyake <[email protected]> * Update colcon-package-selection in build_and_test_pr.yml (autowarefoundation#22) Signed-off-by: Kenji Miyake <[email protected]> * add autoware_simulation_msgs (#13) * add autoware_simulation_msgs * update event name * Add autoware api (autowarefoundation#29) * add autoware multimedia msgs Signed-off-by: tkhmy <[email protected]> * add newline Signed-off-by: tkhmy <[email protected]> * change name to autoware_hmi_msgs Signed-off-by: tkhmy <[email protected]> * Rename external select message (#8) * Rename external select message Signed-off-by: Takagi, Isamu <[email protected]> * Add selector mode to unknown Signed-off-by: Takagi, Isamu <[email protected]> * Fix selector mode constant Signed-off-by: Takagi, Isamu <[email protected]> * Fix format Signed-off-by: Takagi, Isamu <[email protected]> * Move control command messages to external api Signed-off-by: Takagi, Isamu <[email protected]> * Add build dependency Signed-off-by: Takagi, Isamu <[email protected]> * Fix CI Signed-off-by: Takagi, Isamu <[email protected]> Co-authored-by: tkhmy <[email protected]> * Fix CI for develop branch (autowarefoundation#31) Signed-off-by: Kenji Miyake <[email protected]> * add emergency_holding flag to HazardStatus (autowarefoundation#25) * add EmergencyState.msg (autowarefoundation#32) * Add new workflow `sync-public.yaml` to sync with `AutowareArchitectureProposal_msgs` (autowarefoundation#35) * Add new workflow `sync-public.yaml` to sync with `AutowareArchitectureProposal_msgs` * Remove this workflow specific comments * Remove some this workflow specific comments * Rename `oss` to `public` * Replace branch name `main` to more generic description * Add line `fetch-depth: 0` (autowarefoundation#36) * Add EmergencyStateStamped.msg (autowarefoundation#38) Signed-off-by: Kenji Miyake <[email protected]> * Add sync-public-develop.yaml (autowarefoundation#42) Signed-off-by: Kenji Miyake <[email protected]> * Change proposal sync app ID (autowarefoundation#44) Signed-off-by: Kenji Miyake <[email protected]> * add MultiArrayDimension/Layout, and update MultiArrayMsgs (autowarefoundation#28) * add MultiArrayDimension/Layout, and update MultiArrayMsgs * add kind of license * Feature/vehicle interface improvements (autowarefoundation#1361) (autowarefoundation#48) * add vehicle msg * add pacmod interface * add eps controller * use each control commands instead of vehicle command * fixed details * fixed speell check * const * fixed brake status * publish cmd when recieving ctrl cmd * fix shift cmd ptr * remove unused function and set proper license * fix names * fix typo for pacmod * remove unnecessary waiting * use flags, limit, multiarray * remove accel brake dependency * fix retrun value * replace eps to steer * cosmetic change for namespace * fix segfo and retval * Use Enum instead of int * remove unused var * add const * rename to calcFFMap * prev time steer calc * add sample csv * add new line Signed-off-by: wep21 <[email protected]> Co-authored-by: taikitanaka3 <[email protected]> * remove EmergencyMode and DricingCapability (autowarefoundation#33) * develop -> main sync (autowarefoundation#53) * Add detected object with feature (autowarefoundation#54) * Add detected object with feature Signed-off-by: wep21 <[email protected]> * add autoware_auto_msgs Co-authored-by: wep21 <[email protected]> * Revert "Add detected object with feature (autowarefoundation#54)" (autowarefoundation#57) This reverts commit 3fcfe9936361928256ed5ffa7d8a1ef4c978ca09. * Add detected object with feature (autowarefoundation#54) (autowarefoundation#59) (#4) * Add detected object with feature (autowarefoundation#54) (autowarefoundation#59) * Add detected object with feature Signed-off-by: wep21 <[email protected]> * add autoware_auto_msgs Co-authored-by: wep21 <[email protected]> Co-authored-by: wep21 <[email protected]> * update build depends Co-authored-by: wep21 <[email protected]> * Add message converter (autowarefoundation#58) * Add message converter * Move autoware state converter * add VehicleEmergency (autowarefoundation#55) * Add two convert method (autowarefoundation#64) * add convert method from iv_shift to auto_gear Signed-off-by: kosuke murakami <[email protected]> * remove space Signed-off-by: kosuke murakami <[email protected]> * add convert method from for turn & hazard signal Signed-off-by: kosuke murakami <[email protected]> * fix dependency of iv_auto_msgs converter (#8) Co-authored-by: Takayuki Murooka <[email protected]> * move actuation msg (autowarefoundation#66) * Revert "move actuation msg (autowarefoundation#66)" This reverts commit d8e3ccdcabacab819360cf399442950cc162a648. * merge autoware_localization_srvs to autoware_localization_msgs * rename pose_with_cov to pose_with_covariance * add steering wheel status stamped * fix: remove workflow and PR_TEMPLATE * fix: remove autoware_api_msgs dependency * ci(pre-commit): autofix Co-authored-by: Takagi, Isamu <[email protected]> Co-authored-by: mitsudome-r <[email protected]> Co-authored-by: tkimura4 <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> Co-authored-by: Daisuke Nishimatsu <[email protected]> Co-authored-by: Yukihiro Saito <[email protected]> Co-authored-by: wep21 <[email protected]> Co-authored-by: Ryohsuke Mitsudome <[email protected]> Co-authored-by: Nikolai Morin <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]> Co-authored-by: Esteve Fernandez <[email protected]> Co-authored-by: Servando <[email protected]> Co-authored-by: Taichi Higashide <[email protected]> Co-authored-by: taikitanaka3 <[email protected]> Co-authored-by: Shigeki Kobayashi <[email protected]> Co-authored-by: Kazuki Miyahara <[email protected]> Co-authored-by: Keisuke Shima <[email protected]> Co-authored-by: Satoshi OTA <[email protected]> Co-authored-by: satoshi-ota <[email protected]> Co-authored-by: Keisuke Shima <[email protected]> Co-authored-by: tkhmy <[email protected]> Co-authored-by: Tatsuya Yamasaki <[email protected]> Co-authored-by: Takayuki Murooka <[email protected]> Co-authored-by: Kah Hooi Tan <[email protected]> Co-authored-by: Kosuke Murakami <[email protected]> Co-authored-by: Takayuki Murooka <[email protected]> Co-authored-by: tanaka3 <[email protected]> Co-authored-by: YamatoAndo <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
badai-nguyen
pushed a commit
to badai-nguyen/autoware.universe
that referenced
this pull request
Feb 4, 2022
* Ros2 v0.8.0 localization monitor (autowarefoundation#314) * add use_sim-time option (autowarefoundation#454) * Remove use_sim_time for set_parameter (autowarefoundation#1260) Signed-off-by: wep21 <[email protected]> * added projected-ellipse length for localization error monitor (autowarefoundation#1512) * added projected-ellipse length for localization error monitor * now use tf2::getYaw, add some const, and use M_PI from cmath * format code * format code using cpplint * format code using uncrustify * format code * format code (including files order) * format code (including files order) * removed M_PI/2, added parameters in launch, added scale_, and renamed projected names * debugged * renamed some anbiguous variables * debugged * debugged * format code * renamed variables in launch file * added readme & debugged launch file * pre-commit fixes * fix typo Co-authored-by: pre-commit <[email protected]> Co-authored-by: YamatoAndo <[email protected]> * Fix -Wunused-parameter (autowarefoundation#1836) * Fix -Wunused-parameter Signed-off-by: Kenji Miyake <[email protected]> * Fix mistake Signed-off-by: Kenji Miyake <[email protected]> * fix spell * Fix lint issues Signed-off-by: Kenji Miyake <[email protected]> * Ignore flake8 warnings Signed-off-by: Kenji Miyake <[email protected]> Co-authored-by: Hiroki OTA <[email protected]> * Feature/expand footprint (autowarefoundation#1757) * 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 * 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 <[email protected]> * Remove ament_cmake_uncrustify and ament_clang_format Signed-off-by: Kenji Miyake <[email protected]> * Apply Black Signed-off-by: Kenji Miyake <[email protected]> * Apply clang-format Signed-off-by: Kenji Miyake <[email protected]> * Fix build errors Signed-off-by: Kenji Miyake <[email protected]> * Fix for cpplint * Fix include double quotes to angle brackets Signed-off-by: Kenji Miyake <[email protected]> * Apply clang-format Signed-off-by: Kenji Miyake <[email protected]> * Fix build errors Signed-off-by: Kenji Miyake <[email protected]> * Add COLCON_IGNORE (autowarefoundation#500) Signed-off-by: Kenji Miyake <[email protected]> * Remove COLCON_IGNORE under localization (autowarefoundation#553) Co-authored-by: Shinnosuke Hirakawa <[email protected]> Co-authored-by: tkimura4 <[email protected]> Co-authored-by: Daisuke Nishimatsu <[email protected]> Co-authored-by: kminoda <[email protected]> Co-authored-by: pre-commit <[email protected]> Co-authored-by: YamatoAndo <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> Co-authored-by: Hiroki OTA <[email protected]> Co-authored-by: Kosuke Murakami <[email protected]> Co-authored-by: Keisuke Shima <[email protected]> Co-authored-by: Takeshi Ishita <[email protected]>
badai-nguyen
pushed a commit
to badai-nguyen/autoware.universe
that referenced
this pull request
Feb 4, 2022
* release v0.4.0 * removed ROS1 package Signed-off-by: mitsudome-r <[email protected]> * Revert "removed ROS1 package" This reverts commit efeb029d17c4fb14de1542512574742a4cb05de8. * add COLCON_IGNORE file to all ROS1 packages Signed-off-by: mitsudome-r <[email protected]> * rename *.launch files to *.launch.xml Signed-off-by: mitsudome-r <[email protected]> * Port localization_launch to ros2 * fix syntax (autowarefoundation#33) Signed-off-by: Takamasa Horibe <[email protected]> * ROS2 Linting: localization_launch (autowarefoundation#39) * Add linters to localization_launch package * Add new line * Fix indentation * Ros2 v0.8.0 localization launch (autowarefoundation#54) * restore file name for v0.8.0 update in localization launch Signed-off-by: Takamasa Horibe <[email protected]> * add random sample (autowarefoundation#84) Signed-off-by: Yamato Ando <[email protected]> * Add ndt_scan_matcher.yaml (autowarefoundation#162) Signed-off-by: Yuma Nihei <[email protected]> * ]Revert "restore file name for v0.8.0 update in localization launch" This reverts commit f589733f7dad05989bde323baeb5c43a62cd26e1. * fix param type Signed-off-by: Takamasa Horibe <[email protected]> * fix exec name Signed-off-by: Takamasa Horibe <[email protected]> Co-authored-by: YamatoAndo <[email protected]> Co-authored-by: Yuma Nihei <[email protected]> * Rename ROS-related .yaml to .param.yaml (autowarefoundation#65) * Rename ROS-related .yaml to .param.yaml Signed-off-by: Kenji Miyake <[email protected]> * Add missing '--' Signed-off-by: Kenji Miyake <[email protected]> * Rename vehicle_info.yaml to vehicle_info.param.yaml Signed-off-by: Kenji Miyake <[email protected]> * Fix livox param name Signed-off-by: Kenji Miyake <[email protected]> * add localization_error_monitor launch (autowarefoundation#75) * Fix various typos in launch files (autowarefoundation#97) * add use_sim-time option (autowarefoundation#99) * Replace doc by description (autowarefoundation#182) Signed-off-by: Kenji Miyake <[email protected]> * Ros2 lsim test (autowarefoundation#186) * Add group to launch file for var scope Signed-off-by: Takagi, Isamu <[email protected]> * Remove pointcloud relay for localization Signed-off-by: Takagi, Isamu <[email protected]> * Add use_sim_time Signed-off-by: Takagi, Isamu <[email protected]> * Remove pointcloud relay for localization Signed-off-by: Takagi, Isamu <[email protected]> Co-authored-by: Takagi, Isamu <[email protected]> * Fix invalid attribute in twist estimator launch (autowarefoundation#192) Signed-off-by: wep21 <[email protected]> * Localization util preprocessor component (autowarefoundation#188) Signed-off-by: wep21 <[email protected]> * Use set_parameter for use_sim_time (autowarefoundation#198) * Use set_parameter for use_sim_time Signed-off-by: wep21 <[email protected]> * Add default parameter for scenario simulator Signed-off-by: wep21 <[email protected]> * Fix depends in localization_launch to exec_depend (autowarefoundation#223) Signed-off-by: Kenji Miyake <[email protected]> * Fix typos in launch files (autowarefoundation#231) * Fix typos in launch files Signed-off-by: Kenji Miyake <[email protected]> * Fix lint Signed-off-by: wep21 <[email protected]> Co-authored-by: wep21 <[email protected]> * Format launch files (autowarefoundation#228) * Format launch files Signed-off-by: Kenji Miyake <[email protected]> * Format launch.py Signed-off-by: Kenji Miyake <[email protected]> * Fix lint Signed-off-by: Kenji Miyake <[email protected]> * Enable intra process and mt (autowarefoundation#204) Signed-off-by: wep21 <[email protected]> * Load output_measurement_range_sensor_points_topic param (autowarefoundation#271) Signed-off-by: kosuke55 <[email protected]> * use_twist_with_covariance is false (autowarefoundation#295) * add description for localization_launch (autowarefoundation#332) * 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 * Feature/expand footprint launcher (autowarefoundation#318) * Add autoware api (autowarefoundation#376) * Add external api adaptor (autowarefoundation#267) * Add external api adaptor * Add api adaptor to logging simulator Signed-off-by: Takagi, Isamu <[email protected]> * Add engage status output Signed-off-by: Takagi, Isamu <[email protected]> * Add internal api adaptor (autowarefoundation#273) Signed-off-by: Takagi, Isamu <[email protected]> * Add map hash generator (autowarefoundation#319) Signed-off-by: Takagi, Isamu <[email protected]> * Add autoware api launch (autowarefoundation#326) * Add autoware api launch Signed-off-by: Takagi, Isamu <[email protected]> * Apply autoware api launch Signed-off-by: Takagi, Isamu <[email protected]> * Add deprecated comment Signed-off-by: Takagi, Isamu <[email protected]> * Remove unused parameter (autowarefoundation#325) Signed-off-by: Takagi, Isamu <[email protected]> * Add api parameter (autowarefoundation#341) Signed-off-by: Takagi, Isamu <[email protected]> * Add start request API (autowarefoundation#321) * Add use start request option Signed-off-by: Takagi, Isamu <[email protected]> * Fix lint Signed-off-by: Takagi, Isamu <[email protected]> * Feature external cmd selector heartbeat (autowarefoundation#356) * Rename external command topic Signed-off-by: Takagi, Isamu <[email protected]> * Modify command topic name Signed-off-by: Takagi, Isamu <[email protected]> * Fix topic name Signed-off-by: Takagi, Isamu <[email protected]> * Rename remote_cmd_converter Signed-off-by: Takagi, Isamu <[email protected]> * Remove gate mode from external command Signed-off-by: Takagi, Isamu <[email protected]> * Fix latest external command name (autowarefoundation#361) Signed-off-by: Takagi, Isamu <[email protected]> * Fix merge conflict Signed-off-by: Takagi, Isamu <[email protected]> * change external traffic light topic name in behavior velocity planner (autowarefoundation#310) * fix topic * change internal topic name Co-authored-by: yabuta <[email protected]> * added stop filter launch in localization_launch (autowarefoundation#270) * Fix pre-commit (autowarefoundation#407) * Fix pre-commit errors Signed-off-by: Kenji Miyake <[email protected]> * Fix package.xml Signed-off-by: Kenji Miyake <[email protected]> * modify util.launch in localization_launch autowarefoundation#396 * add localization error monitor param (autowarefoundation#431) * add environment_name parameter into localization launch (autowarefoundation#175) (autowarefoundation#293) * add environment_name parameter into localization launch (autowarefoundation#175) * add environment_name parameter into localization launch change launcher parameters of crop_box_filter_mesurement_range and voxel_grid_filter to yaml file Signed-off-by: Azumi Suzuki <[email protected]> * change param file directory name Signed-off-by: Azumi Suzuki <[email protected]> * Remove redundant comments Signed-off-by: wep21 <[email protected]> Co-authored-by: s-azumi <[email protected]> * delete environment name (autowarefoundation#428) * 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 * porting localization (autowarefoundation#121) * porting localization * fixed odometry in ekf * fixed vehicle twist topic name Co-authored-by: mitsudome-r <[email protected]> Co-authored-by: Yunus Emre Caliskan <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]> Co-authored-by: Jilada Eccleston <[email protected]> Co-authored-by: YamatoAndo <[email protected]> Co-authored-by: Yuma Nihei <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> Co-authored-by: Taichi Higashide <[email protected]> Co-authored-by: Kazuki Miyahara <[email protected]> Co-authored-by: Daisuke Nishimatsu <[email protected]> Co-authored-by: Takagi, Isamu <[email protected]> Co-authored-by: wep21 <[email protected]> Co-authored-by: Kosuke Takeuchi <[email protected]> Co-authored-by: Hiroki OTA <[email protected]> Co-authored-by: Kosuke Murakami <[email protected]> Co-authored-by: Takagi, Isamu <[email protected]> Co-authored-by: yabuta <[email protected]> Co-authored-by: kminoda <[email protected]> Co-authored-by: s-azumi <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> Co-authored-by: RyuYamamoto <[email protected]> Co-authored-by: Takeshi Miura <[email protected]>
badai-nguyen
pushed a commit
to badai-nguyen/autoware.universe
that referenced
this pull request
Feb 4, 2022
* release v0.4.0 * Modify to change calib param for each vehicle (autowarefoundation#51) * add vehicle id to change parameter of each vehicle Signed-off-by: Yukihiro Saito <[email protected]> * add vehicle id to change param for each vehicle Signed-off-by: Yukihiro Saito <[email protected]> * add some dependencies (autowarefoundation#54) * Add some scenario-simulation specifiec parameters as arguments (autowarefoundation#57) * Add some scenario-simulation specifiec parameters as arguments * Update arg to pass 'initial_engage_state' to simple_planning_simulator * Add new optional argument 'rviz_args' * Rename some roslaunch arguments * Remove unneeded arguments * removed ROS1 package Signed-off-by: mitsudome-r <[email protected]> * Revert "removed ROS1 package" This reverts commit 561686456a78d767c1de9e976ef451b340d65343. * add COLCON_IGNORE file to all ROS1 packages Signed-off-by: mitsudome-r <[email protected]> * rename *.launch files to *.launch.xml Signed-off-by: mitsudome-r <[email protected]> * port vehicle_launch Signed-off-by: Takamasa Horibe <[email protected]> * Add linters (autowarefoundation#30) * Ros2 v0.8.0 vehicle launch (autowarefoundation#55) * restore file name Signed-off-by: Takamasa Horibe <[email protected]> * Add default config of aip_x1 (autowarefoundation#141) Signed-off-by: Kenji Miyake <[email protected]> * Pass all args to vehicle_interface.launch (autowarefoundation#147) Signed-off-by: Kenji Miyake <[email protected]> * Revert "restore file name" This reverts commit 3e28661e8ba1a44cc570ca19b7b4759ba0bf0941. * fix vehicle_interface.launch arg Signed-off-by: Takamasa Horibe <[email protected]> * [vehicle_launch]: Remove pass_all_args Signed-off-by: wep21 <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> Co-authored-by: wep21 <[email protected]> * Ros2 v0.8.0 fix packages (autowarefoundation#64) * add vehicle_param_file to simple planning simulator * add vehicle_param_file to lane change planner * Move individual params to a separate package (autowarefoundation#100) Signed-off-by: Kenji Miyake <[email protected]> * add use_sim-time option (autowarefoundation#99) * Sync public repo (autowarefoundation#185) * add tier4 usbcam (autowarefoundation#104) * add tier4 usbcam * change version * tier4/ros2 * Ros2 vehicle info param server (autowarefoundation#96) * add vehicle info param server * delete vehicle param file Co-authored-by: taikitanaka <[email protected]> * Ros2 fix topic name part2 (autowarefoundation#89) * Fix topic name for traffic_light_classifier Signed-off-by: Takagi, Isamu <[email protected]> * Fix topic name for traffic_light_visualization Signed-off-by: Takagi, Isamu <[email protected]> * Fix topic name for traffic_light_ssd_fine_detector Signed-off-by: Takagi, Isamu <[email protected]> Co-authored-by: taikitanaka3 <[email protected]> Co-authored-by: tkimura4 <[email protected]> Co-authored-by: taikitanaka <[email protected]> Co-authored-by: Takagi, Isamu <[email protected]> * add group (autowarefoundation#195) * Use set_parameter for use_sim_time (autowarefoundation#198) * Use set_parameter for use_sim_time Signed-off-by: wep21 <[email protected]> * Add default parameter for scenario simulator Signed-off-by: wep21 <[email protected]> * add param for psim v2 (autowarefoundation#197) * add param for psim v2 Signed-off-by: kosuke murakami <[email protected]> * Update to pass var 'scenario_simulation' to dummy_perception_publisher * Update dummy_perception_publisher's arg-name Co-authored-by: yamacir-kit <[email protected]> * Add vehicle info launch for setting vehicle info param (autowarefoundation#199) * Add vehicle info launch for setting vehicle info param Signed-off-by: wep21 <[email protected]> * Add comment for global parameters section Signed-off-by: wep21 <[email protected]> * Fix year and apply format Signed-off-by: Kenji Miyake <[email protected]> * Remove ready vehicle info param Signed-off-by: wep21 <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> * Fix CI build depends (autowarefoundation#261) * Fix CI build depends Signed-off-by: Kenji Miyake <[email protected]> * Remove xacro find package Signed-off-by: Kenji Miyake <[email protected]> * Move global_params.launch.py and vehicle_info.launch.py to autoware_global_parameter_loader (autowarefoundation#282) * Move global_params.launch.py and vehicle_info.launch.py to autoware_global_parameter_loader Signed-off-by: Kenji Miyake <[email protected]> * Add exec_depend Signed-off-by: Kenji Miyake <[email protected]> * add description for vehicle_launch (autowarefoundation#337) * add description * delete duplicate * delete slash * 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 pre-commit (autowarefoundation#407) * Fix pre-commit errors Signed-off-by: Kenji Miyake <[email protected]> * Fix package.xml Signed-off-by: Kenji Miyake <[email protected]> * Move simple_planning_simulator to simulator_launch (autowarefoundation#462) * move simple_planning_simulator * add simulation arg to logging_simulator.launch * delete unused argument * add arguments for logging simulation * change default value * update README * add default value to simulator arg * restore vehicle_simulation arg * Fix/revert initial engage state (autowarefoundation#484) * Fix args Signed-off-by: Kenji Miyake <[email protected]> * Add initial_engage_state to vehicle.launch.xml Signed-off-by: Kenji Miyake <[email protected]> * Update vehicle.launch.xml * 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 * add build depend Signed-off-by: tomoya.kimura <[email protected]> * ci(pre-commit): autofix * remove depends * update readme Co-authored-by: mitsudome-r <[email protected]> Co-authored-by: Yukihiro Saito <[email protected]> Co-authored-by: hiroyuki obinata <[email protected]> Co-authored-by: Yamasaki Tatsuya <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]> Co-authored-by: Jilada Eccleston <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> Co-authored-by: wep21 <[email protected]> Co-authored-by: Ryohsuke Mitsudome <[email protected]> Co-authored-by: taikitanaka3 <[email protected]> Co-authored-by: taikitanaka <[email protected]> Co-authored-by: Takagi, Isamu <[email protected]> Co-authored-by: Daisuke Nishimatsu <[email protected]> Co-authored-by: Kosuke Murakami <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> Co-authored-by: Hiroki OTA <[email protected]> Co-authored-by: Keisuke Shima <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Takeshi Miura <[email protected]>
badai-nguyen
pushed a commit
to badai-nguyen/autoware.universe
that referenced
this pull request
Feb 4, 2022
* release v0.4.0 * pointcloud_map_path form autoware_launch as optional (autowarefoundation#45) * pointcloud_map_path form autoware_launch as optional * add lanelet2_map_path * use map_file argments under map_path * Fix unnecessary "default" tag to "value" Signed-off-by: Kenji Miyake <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> * add some dependencies (autowarefoundation#54) * Add some scenario-simulation specifiec parameters as arguments (autowarefoundation#57) * Add some scenario-simulation specifiec parameters as arguments * Update arg to pass 'initial_engage_state' to simple_planning_simulator * Add new optional argument 'rviz_args' * Rename some roslaunch arguments * Remove unneeded arguments * Fix typo (autowarefoundation#63) Signed-off-by: Kenji Miyake <[email protected]> * add obstacle avoid param (autowarefoundation#62) * Logging simulator (autowarefoundation#65) * Add logging_simulator.launch Signed-off-by: Daisuke Nishimatsu <[email protected]> * Don't load env when launch driver is false Signed-off-by: Daisuke Nishimatsu <[email protected]> * Launch vehicle description in logging simulator (autowarefoundation#67) Signed-off-by: Daisuke Nishimatsu <[email protected]> * add autoware api launcher (autowarefoundation#64) * add blocked by obstacle (autowarefoundation#68) * Fix turn signal topic name (autowarefoundation#75) * Revert "Fix turn signal topic name (autowarefoundation#75)" (autowarefoundation#76) This reverts commit f384b9f7b2e59b7f048926e7eb0fe7c936f5cd3b. * Fix namespace in autoware.rviz (autowarefoundation#78) * Fix/turn signal topic name (autowarefoundation#77) * removed ROS1 package Signed-off-by: mitsudome-r <[email protected]> * Revert "removed ROS1 package" This reverts commit 1e33e7e3f3e839bcdf623f9e3b4b6a14dd4ec35a. * add COLCON_IGNORE file to all ROS1 packages Signed-off-by: mitsudome-r <[email protected]> * rename *.launch files to *.launch.xml Signed-off-by: mitsudome-r <[email protected]> * Ros2 port autoware launch (autowarefoundation#35) * [autoware_launch] port CMakelists.txt and remove COLCON_IGNORE Signed-off-by: mitsudome-r <[email protected]> * [autoware_launch] fix planning_simulator.launch.xml Signed-off-by: mitsudome-r <[email protected]> * [autoware_launch] add rviz config Signed-off-by: mitsudome-r <[email protected]> * [autoware_launch] first port of autoware_launch Signed-off-by: mitsudome-r <[email protected]> * lanuch rviz with config file Signed-off-by: kosuke murakami <[email protected]> * modify launch file for making psim work Signed-off-by: kosuke murakami <[email protected]> * add vehicle model in launch Signed-off-by: kosuke murakami <[email protected]> * change from vehicle_model to vehicle_param_file Signed-off-by: kosuke murakami <[email protected]> * [autoware_launch] add autoware_web_controller and system launch Signed-off-by: mitsudome-r <[email protected]> * add rosbrdige_suite to build_depends.repos Signed-off-by: mitsudome-r <[email protected]> * Update rviz Signed-off-by: wep21 <[email protected]> * update autoware.rviz Signed-off-by: mitsudome-r <[email protected]> * remove autoware_ros2.rviz Signed-off-by: mitsudome-r <[email protected]> Co-authored-by: kosuke murakami <[email protected]> Co-authored-by: wep21 <[email protected]> * Update rviz config for vehicle rviz plugins (autowarefoundation#41) Signed-off-by: wep21 <[email protected]> * Ros2 v0.8.0 fix packages (autowarefoundation#64) * add vehicle_param_file to simple planning simulator * add vehicle_param_file to lane change planner * Rename ROS-related .yaml to .param.yaml (autowarefoundation#65) * Rename ROS-related .yaml to .param.yaml Signed-off-by: Kenji Miyake <[email protected]> * Add missing '--' Signed-off-by: Kenji Miyake <[email protected]> * Rename vehicle_info.yaml to vehicle_info.param.yaml Signed-off-by: Kenji Miyake <[email protected]> * Fix livox param name Signed-off-by: Kenji Miyake <[email protected]> * Ros2 v0.8.0 autoware launch (autowarefoundation#58) * [autoware_launch] ros2-porting: v0.5.0 to v0.8.0 Signed-off-by: Takamasa Horibe <[email protected]> * Cleanup autoware and logging simulator launch * Add .xml extention * Fix missing arguments * Fix tag * Fix web controller launch Signed-off-by: wep21 <[email protected]> * Update rviz Signed-off-by: wep21 <[email protected]> * [autoware_launch] Fix yaml name Signed-off-by: wep21 <[email protected]> * [autoware_launch] Cleanup dependencies Signed-off-by: wep21 <[email protected]> Co-authored-by: wep21 <[email protected]> * [autoware_launch]: Fix missing arguments (autowarefoundation#66) Signed-off-by: Autoware <[email protected]> Co-authored-by: Autoware <[email protected]> * Ros2 update v0.9.0 (autowarefoundation#67) * Add pose history into rviz config Signed-off-by: wep21 <[email protected]> * add blocked by obstacle option (autowarefoundation#164) * fix tab name (autowarefoundation#166) * disenable ndt visualization (autowarefoundation#169) * disenable ndt visualization * change alpha * dont visualize position covariance Signed-off-by: wep21 <[email protected]> * change global frame to map (autowarefoundation#171) * add param (autowarefoundation#156) Co-authored-by: taikitanaka3 <[email protected]> Co-authored-by: Taichi Higashide <[email protected]> Co-authored-by: Yukihiro Saito <[email protected]> Co-authored-by: tkimura4 <[email protected]> * Sync with Ros2 v0.8.0 beta (autowarefoundation#71) * update sensing launch to support aip_x1 (autowarefoundation#69) Signed-off-by: taichiH <[email protected]> * fix logging_simulator_bug (autowarefoundation#68) Signed-off-by: taichiH <[email protected]> * fix aip_x1 param (autowarefoundation#70) Signed-off-by: taichiH <[email protected]> Co-authored-by: Taichi Higashide <[email protected]> * temporary disable steering angle plugin to avoid RVIZ2 to crash (autowarefoundation#76) Signed-off-by: mitsudome-r <[email protected]> * fix rviz settings (autowarefoundation#77) * Points -> Squares * disable road_lanelets * visualize path of dynamic object * fix durability policy of route_marker * fix topic name * fix topic name of check point * fix some options about object * add clock_publisher and autoware_version (autowarefoundation#79) * add clock_publisher and autoware_version Signed-off-by: mitsudome-r <[email protected]> * update package.xml Signed-off-by: mitsudome-r <[email protected]> * update build_depends.repos Signed-off-by: mitsudome-r <[email protected]> * fix CI Signed-off-by: mitsudome-r <[email protected]> * Fix typo in rviz config (autowarefoundation#80) Signed-off-by: wep21 <[email protected]> * fixed typo and added AW_ROS2_USE_SIM_TIME setting (autowarefoundation#81) Co-authored-by: hosokawa <[email protected]> * Fix point size in rviz (autowarefoundation#84) Signed-off-by: wep21 <[email protected]> * Use sensor data qos for pointcloud (autowarefoundation#82) Signed-off-by: Autoware <[email protected]> Co-authored-by: Autoware <[email protected]> * Ros2 fix topic name part1 (autowarefoundation#83) * Fix topic name for behavior_velocity_planner Signed-off-by: Takagi, Isamu <[email protected]> * Fix topic name of lane_change_planner Signed-off-by: Takagi, Isamu <[email protected]> * Fix topic name of freespace_planner Signed-off-by: Takagi, Isamu <[email protected]> * Fix topic name for freespace_planner Signed-off-by: Takagi, Isamu <[email protected]> * Fix various typos in launch files (autowarefoundation#97) * add use_sim-time option (autowarefoundation#99) * Format launch files (autowarefoundation#178) Signed-off-by: Kenji Miyake <[email protected]> * Replace doc by description (autowarefoundation#182) Signed-off-by: Kenji Miyake <[email protected]> * Sync public repo (autowarefoundation#185) * add tier4 usbcam (autowarefoundation#104) * add tier4 usbcam * change version * tier4/ros2 * Ros2 vehicle info param server (autowarefoundation#96) * add vehicle info param server * delete vehicle param file Co-authored-by: taikitanaka <[email protected]> * Ros2 fix topic name part2 (autowarefoundation#89) * Fix topic name for traffic_light_classifier Signed-off-by: Takagi, Isamu <[email protected]> * Fix topic name for traffic_light_visualization Signed-off-by: Takagi, Isamu <[email protected]> * Fix topic name for traffic_light_ssd_fine_detector Signed-off-by: Takagi, Isamu <[email protected]> Co-authored-by: taikitanaka3 <[email protected]> Co-authored-by: tkimura4 <[email protected]> Co-authored-by: taikitanaka <[email protected]> Co-authored-by: Takagi, Isamu <[email protected]> * Ros2 lsim test (autowarefoundation#186) * Add group to launch file for var scope Signed-off-by: Takagi, Isamu <[email protected]> * Remove pointcloud relay for localization Signed-off-by: Takagi, Isamu <[email protected]> * Add use_sim_time Signed-off-by: Takagi, Isamu <[email protected]> * Remove pointcloud relay for localization Signed-off-by: Takagi, Isamu <[email protected]> Co-authored-by: Takagi, Isamu <[email protected]> * Add vehicle info param server into logging simulator (autowarefoundation#194) Signed-off-by: wep21 <[email protected]> * Use set_parameter for use_sim_time (autowarefoundation#198) * Use set_parameter for use_sim_time Signed-off-by: wep21 <[email protected]> * Add default parameter for scenario simulator Signed-off-by: wep21 <[email protected]> * Add control composed launch (autowarefoundation#201) Signed-off-by: wep21 <[email protected]> * add param for psim v2 (autowarefoundation#197) * add param for psim v2 Signed-off-by: kosuke murakami <[email protected]> * Update to pass var 'scenario_simulation' to dummy_perception_publisher * Update dummy_perception_publisher's arg-name Co-authored-by: yamacir-kit <[email protected]> * Feature/porting v0.9.1 master (autowarefoundation#202) * add simulation arg (autowarefoundation#174) * add simulation arg * add comment * change arg name * add parameter use_empty_dynamic_object_publisher into perception.launch (autowarefoundation#176) Signed-off-by: Azumi Suzuki <[email protected]> Co-authored-by: Yusuke FUJII <[email protected]> Co-authored-by: s-azumi <[email protected]> * Add vehicle info launch for setting vehicle info param (autowarefoundation#199) * Add vehicle info launch for setting vehicle info param Signed-off-by: wep21 <[email protected]> * Add comment for global parameters section Signed-off-by: wep21 <[email protected]> * Fix year and apply format Signed-off-by: Kenji Miyake <[email protected]> * Remove ready vehicle info param Signed-off-by: wep21 <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> * Remove vehicle info param server from logging simulator (autowarefoundation#211) Signed-off-by: wep21 <[email protected]> * Add map.launch.py (autowarefoundation#212) * Add map.launch.py Signed-off-by: wep21 <[email protected]> * Update map.launch.xml Signed-off-by: wep21 <[email protected]> * Rename parameter for lanelet2 map path Signed-off-by: wep21 <[email protected]> * Exclude dummy_perception_publisher.launch.xml if is scenario_simulation (autowarefoundation#230) * Remove clock publisher (autowarefoundation#217) Signed-off-by: wep21 <[email protected]> * Fixup for autowarefoundation#217 (autowarefoundation#254) * Fixup for autowarefoundation#217 Signed-off-by: Kenji Miyake <[email protected]> * Fix typo Signed-off-by: Kenji Miyake <[email protected]> * Add global_params.launch.py (autowarefoundation#260) Signed-off-by: Kenji Miyake <[email protected]> * Add time panel (autowarefoundation#233) * Move global_params.launch.py and vehicle_info.launch.py to autoware_global_parameter_loader (autowarefoundation#282) * Move global_params.launch.py and vehicle_info.launch.py to autoware_global_parameter_loader Signed-off-by: Kenji Miyake <[email protected]> * Add exec_depend Signed-off-by: Kenji Miyake <[email protected]> * add descriptions for autoware_launch autowarefoundation#329 * add README.md and svg files (autowarefoundation#328) * add md and svg * fix typo * fix typo * fix word * fix typo * add lack of things * Update README * fix depending packages * fix word * Add autoware api (autowarefoundation#376) * Add external api adaptor (autowarefoundation#267) * Add external api adaptor * Add api adaptor to logging simulator Signed-off-by: Takagi, Isamu <[email protected]> * Add engage status output Signed-off-by: Takagi, Isamu <[email protected]> * Add internal api adaptor (autowarefoundation#273) Signed-off-by: Takagi, Isamu <[email protected]> * Add map hash generator (autowarefoundation#319) Signed-off-by: Takagi, Isamu <[email protected]> * Add autoware api launch (autowarefoundation#326) * Add autoware api launch Signed-off-by: Takagi, Isamu <[email protected]> * Apply autoware api launch Signed-off-by: Takagi, Isamu <[email protected]> * Add deprecated comment Signed-off-by: Takagi, Isamu <[email protected]> * Remove unused parameter (autowarefoundation#325) Signed-off-by: Takagi, Isamu <[email protected]> * Add api parameter (autowarefoundation#341) Signed-off-by: Takagi, Isamu <[email protected]> * Add start request API (autowarefoundation#321) * Add use start request option Signed-off-by: Takagi, Isamu <[email protected]> * Fix lint Signed-off-by: Takagi, Isamu <[email protected]> * Feature external cmd selector heartbeat (autowarefoundation#356) * Rename external command topic Signed-off-by: Takagi, Isamu <[email protected]> * Modify command topic name Signed-off-by: Takagi, Isamu <[email protected]> * Fix topic name Signed-off-by: Takagi, Isamu <[email protected]> * Rename remote_cmd_converter Signed-off-by: Takagi, Isamu <[email protected]> * Remove gate mode from external command Signed-off-by: Takagi, Isamu <[email protected]> * Fix latest external command name (autowarefoundation#361) Signed-off-by: Takagi, Isamu <[email protected]> * Fix merge conflict Signed-off-by: Takagi, Isamu <[email protected]> * change external traffic light topic name in behavior velocity planner (autowarefoundation#310) * fix topic * change internal topic name Co-authored-by: yabuta <[email protected]> * Feature/add virtual traffic light planner (autowarefoundation#317) * Move autoware api launch files (autowarefoundation#387) * Fix misspell in rviz config (autowarefoundation#392) Signed-off-by: Takagi, Isamu <[email protected]> * update rviz config (autowarefoundation#399) * update rviz config * update config * Fix pre-commit (autowarefoundation#407) * Fix pre-commit errors Signed-off-by: Kenji Miyake <[email protected]> * Fix package.xml Signed-off-by: Kenji Miyake <[email protected]> * Add polar grid into rviz config (autowarefoundation#458) * Add simulator_launch package (autowarefoundation#459) * Add simulator_launch package * add argument * fix depend order * add argument * move dummy_perception_publisher * add arg for dummy_perception_publisher * Update simulator_launch/launch/simulator.launch.xml Co-authored-by: Kenji Miyake <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> * add steering angle (autowarefoundation#476) * Move simple_planning_simulator to simulator_launch (autowarefoundation#462) * move simple_planning_simulator * add simulation arg to logging_simulator.launch * delete unused argument * add arguments for logging simulation * change default value * update README * add default value to simulator arg * restore vehicle_simulation arg * Add sensor_model to system_launch (autowarefoundation#480) Signed-off-by: Kenji Miyake <[email protected]> * hide traffic light id by default (autowarefoundation#286) Co-authored-by: satoshi-ota <[email protected]> * Feature/porting behavior path planner (autowarefoundation#300) * modify behavior_planning launch for behavior_path_planner with lane_c… (autowarefoundation#239) * modify behavior_planning launch for behavior_path_planner with lane_change_only config Signed-off-by: Takamasa Horibe <[email protected]> * remove avoidance & side_shift related code Signed-off-by: Takamasa Horibe <[email protected]> * Fix launcher and add config files and change obstacle avoid param * Add new line * Fix visualization and remove multiple args * Enable auto approve path change Co-authored-by: rej55 <[email protected]> Signed-off-by: wep21 <[email protected]> * add param in behavior_path_planner (autowarefoundation#255) Signed-off-by: Takamasa Horibe <[email protected]> * Fix param (autowarefoundation#251) * Fix typo Signed-off-by: wep21 <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]> Co-authored-by: rej55 <[email protected]> * update rviz config & planner params (autowarefoundation#305) Co-authored-by: satoshi-ota <[email protected]> * Feature/porting occlusion spot (autowarefoundation#309) * add occulusion_spot marker (autowarefoundation#266) * add blindspot marker * to occlusion spot slow down * remove debug info from marker (autowarefoundation#287) * remove debug info from marker * remove debug arrow * fix format * update behavior launch * apply pep8 * fix format Co-authored-by: taikitanaka3 <[email protected]> * Feature/porting camera lidar fusion (autowarefoundation#316) * Feature/camera lidar fusion (autowarefoundation#248) * change camera lidar fusion node * change default mode of object recognition * change spilit range parameter from 10 to 30 (autowarefoundation#272) Co-authored-by: Yukihiro Saito <[email protected]> * add underscore to marker namespace (autowarefoundation#323) Co-authored-by: satoshi-ota <[email protected]> * Feature/hide verbose marker (autowarefoundation#322) * tmp : enable slow down * hide verbose markers * Revert "tmp : enable slow down" This reverts commit 5ad32c5903866d9cf946cc47b0b35cefa359d502. * update rviz tool bar Co-authored-by: satoshi-ota <[email protected]> * update rviz config ( add shoulder road lanelets ) (autowarefoundation#420) * update rviz config * Apply suggestions from code review * Apply suggestions from code review * Apply suggestions from code review * Fix for pre-commit (437) Signed-off-by: Kenji Miyake <[email protected]> * Change formatter to black (autowarefoundation#488) * Update pre-commit settings * Apply Black * Replace ament_lint_common with autoware_lint_common * Update build_depends.repos * Fix build_depends * Auto/fix launch (autowarefoundation#110) * fix namespace * remove dynamic_object_visualization * fix rviz * change topic name for rviz plugin (autowarefoundation#114) * Auto/launcher ground segmentation (autowarefoundation#117) * add base line launch * add ground_segmentation launcher * run pre-commit * clean up * fix coding style * fix topic name * fix yaml params * fix loader name * rename components * improve implementation * Sync .auto branch with the latest branch in internal repository (autowarefoundation#120) * Disbale intersection polygon marker (autowarefoundation#483) Signed-off-by: wep21 <[email protected]> * Merge pull request autowarefoundation#384 from tier4/feature/no_stopping_area Feature/no stopping area Signed-off-by: Kenji Miyake <[email protected]> Co-authored-by: Daisuke Nishimatsu <[email protected]> Co-authored-by: taikitanaka3 <[email protected]> * fix turn signal to indicators (autowarefoundation#123) * fix no ground points topic name (autowarefoundation#125) * support x1 perception config (autowarefoundation#129) * support x1 perception config * remove product config * update launch.py * maintain some filters params in yaml file * add function to create elevation map pipeline * add param to yaml * fix/rviz perception config (autowarefoundation#138) * fix/rename segmentation namespace (autowarefoundation#139) * fix namespace: rviz config * fix namespace: planning stack * rename segmentatino directory * fix namespace: perception stack * fix/add arg in order to disable dummy_perception_publisher from command line (autowarefoundation#144) * change topic name for predicted trajectory (autowarefoundation#145) * feature/use common pointcloud container (autowarefoundation#147) * add container argument * load composable node to pointcloud_container * fix autoware_launch * enable multi-thread * improve readability * add vehicle_info_param_file Signed-off-by: tomoya.kimura <[email protected]> * ci(pre-commit): autofix * fix launch files and remove api launch Signed-off-by: tomoya.kimura <[email protected]> * ci(pre-commit): autofix * add initial pose relay Signed-off-by: tomoya.kimura <[email protected]> Co-authored-by: mitsudome-r <[email protected]> Co-authored-by: hiroyuki obinata <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> Co-authored-by: Yamasaki Tatsuya <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> Co-authored-by: Kosuke Murakami <[email protected]> Co-authored-by: Daisuke Nishimatsu <[email protected]> Co-authored-by: Fumiya Watanabe <[email protected]> Co-authored-by: Ryohsuke Mitsudome <[email protected]> Co-authored-by: wep21 <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]> Co-authored-by: Autoware <[email protected]> Co-authored-by: taikitanaka3 <[email protected]> Co-authored-by: Taichi Higashide <[email protected]> Co-authored-by: Yukihiro Saito <[email protected]> Co-authored-by: HOSOKAWA Ikuto <[email protected]> Co-authored-by: hosokawa <[email protected]> Co-authored-by: Takagi, Isamu <[email protected]> Co-authored-by: Kazuki Miyahara <[email protected]> Co-authored-by: taikitanaka <[email protected]> Co-authored-by: Takagi, Isamu <[email protected]> Co-authored-by: Keisuke Shima <[email protected]> Co-authored-by: Yusuke FUJII <[email protected]> Co-authored-by: s-azumi <[email protected]> Co-authored-by: Hiroki OTA <[email protected]> Co-authored-by: yabuta <[email protected]> Co-authored-by: Keisuke Shima <[email protected]> Co-authored-by: Satoshi OTA <[email protected]> Co-authored-by: satoshi-ota <[email protected]> Co-authored-by: Takeshi Miura <[email protected]> Co-authored-by: Sugatyon <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
badai-nguyen
pushed a commit
to badai-nguyen/autoware.universe
that referenced
this pull request
Feb 4, 2022
* Initial commit * release v0.4.0 * Feature/stop reason (autowarefoundation#712) * add stop reason msg * add mock of stop resaon publisher * change namespace of stop reason * update stop reason msg * add toRosPoint * implement stop reason publisher of blind stop * implement stop reason publisher of crosswalk * implement stop reason publisher of intersection * implement stop reason publisher of stop line * implement stop reason publisher of trafficlight * implement stop reason publisher of detection area * fix bug * remove unnecessary process * add remained stop factor * clean code * fix bug * not punlish stop reason if array size is 0 * add stop reason to stuck object in intersection * add stop factor of obstacle stop planner * add stop reason of surround_obstacle checker * Apply review Signed-off-by: Kenji Miyake <[email protected]> * fix message type * delete unused message from cmake * remove stopReasonStamped * change topic name of stop reasons Co-authored-by: Kenji Miyake <[email protected]> * Support error in autoware state (autowarefoundation#728) * Support Error in autoware_state_monitor Signed-off-by: Kenji Miyake <[email protected]> * Refactor autoware_state_monitor Signed-off-by: Kenji Miyake <[email protected]> * Wait after planning completed Signed-off-by: Kenji Miyake <[email protected]> * Integrate FailedToArriveGoal and Error into Emergency state Signed-off-by: Kenji Miyake <[email protected]> * Publish tl states stamped (autowarefoundation#744) * Add TrafficLightStateStamped.msg Signed-off-by: wep21 <[email protected]> * Use msg instead of struct Signed-off-by: wep21 <[email protected]> * Publish traffic light state Signed-off-by: wep21 <[email protected]> * Check if lamp state is empty Signed-off-by: Daisuke Nishimatsu <[email protected]> * Apply clang-format Signed-off-by: Daisuke Nishimatsu <[email protected]> * Cosmetic change Signed-off-by: Daisuke Nishimatsu <[email protected]> * Revert "Publish tl states stamped (autowarefoundation#744)" (autowarefoundation#771) This reverts commit 35a7e29e987afb29d9348b5f64866a584a65f753. * Fix/publish tl state stamped (autowarefoundation#772) * Publish tl states stamped (autowarefoundation#744) * Add TrafficLightStateStamped.msg Signed-off-by: wep21 <[email protected]> * Use msg instead of struct Signed-off-by: wep21 <[email protected]> * Publish traffic light state Signed-off-by: wep21 <[email protected]> * Check if lamp state is empty Signed-off-by: Daisuke Nishimatsu <[email protected]> * Apply clang-format Signed-off-by: Daisuke Nishimatsu <[email protected]> * Cosmetic change Signed-off-by: Daisuke Nishimatsu <[email protected]> * Use dynamic pointer cast Signed-off-by: Daisuke Nishimatsu <[email protected]> * Feature/add stop reason lane change (autowarefoundation#769) * add stop reason of lane change planner * add stop factor of blocked by obstacle * delete typo * add const * delete unnecessary namespace * remove ROS1 packages temporarily Signed-off-by: mitsudome-r <[email protected]> * add sample ros2 packages Signed-off-by: mitsudome-r <[email protected]> * Add ros2 perception msgs Signed-off-by: wep21 <[email protected]> * fix dependency issue in autoware_control_msgs (autowarefoundation#22) Signed-off-by: mitsudome-r <[email protected]> * Port vehicle_cmd_gate to ROS2 (#3) * Port vehicle_cmd_gate to ROS2 * Sim-time-respecting timer * add autoware_debug_msg (autowarefoundation#54) * add autoware_debug_msg Signed-off-by: Takamasa Horibe <[email protected]> * rename to *stamped Signed-off-by: Takamasa Horibe <[email protected]> * Fix format version (autowarefoundation#73) * port motion_velocity_optimizer (autowarefoundation#77) * port motion_velocity_optimizer Signed-off-by: Takamasa Horibe <[email protected]> * fix for warning Signed-off-by: Takamasa Horibe <[email protected]> * fix blockUntilVehiclePositionAvailable() Signed-off-by: Takamasa Horibe <[email protected]> * Port of obstacle avoidance planner to ROS2 (autowarefoundation#83) * Port to ROS2 Signed-off-by: Servando German Serrano <[email protected]> * Removed ros/console include Signed-off-by: Servando German Serrano <[email protected]> * Added THROTTLE Signed-off-by: Servando German Serrano <[email protected]> * Changed numbers to floats Signed-off-by: Servando German Serrano <[email protected]> * Removed <double> from params Signed-off-by: Servando German Serrano <[email protected]> * Added new msg Signed-off-by: Servando German Serrano <[email protected]> * Use new msg Signed-off-by: Servando German Serrano <[email protected]> * Replaced dynamic reconfigure Signed-off-by: Servando German Serrano <[email protected]> * Added EnableAvoidance.msg Signed-off-by: Servando German Serrano <[email protected]> * Fixed parameter mismatch Signed-off-by: Servando German Serrano <[email protected]> * Port behavior_velocity_planner to ROS2 (autowarefoundation#80) * Revert "Add geometry2 to repos (autowarefoundation#76)" This reverts commit 6d22704. * Automatic parts of the package port * Interesting part * Fix typo in package.xml * Review comments * Child logger names * Document logging duration Co-authored-by: Ryohsuke Mitsudome <[email protected]> * Ros2 v0.8.0 awapi and system msgs (autowarefoundation#274) * Ros2 v0.8.0 engage (autowarefoundation#342) * [autoware_vehicle_msgs]: Add engage message Signed-off-by: wep21 <[email protected]> * [as]: Update message Signed-off-by: wep21 <[email protected]> * [awapi_awiv_adapter]: Update message Signed-off-by: wep21 <[email protected]> * [web_controller]: Update message Signed-off-by: wep21 <[email protected]> * [vehicle_cmd_gate]: Update message Signed-off-by: wep21 <[email protected]> * [autoware_state_monitor]: Update message Signed-off-by: wep21 <[email protected]> * [autoware_control_msgs]: Remove EngageMode message Signed-off-by: wep21 <[email protected]> * [simple_planning_simulator]: Update message Signed-off-by: wep21 <[email protected]> * Ros2 v0.8.0 lane_change_planner (autowarefoundation#322) * Remove lane_change_planner v0.5 Signed-off-by: Takagi, Isamu <[email protected]> * Import lane_change_planner v0.8 (ROS1) Signed-off-by: Takagi, Isamu <[email protected]> * Modify header files * Remove header disable * Modify msg namespace * Modify time type * Modify pub/sub class * Modify node handle, etc. * Modify ConstPtr * Modify entry point * Modify time and publisher * Modify parameter, timer, and subscription * Modify data manager * Modify route handler * Modify state machine * Modify utility * Fix arguments * Modify states part1 * Modify states part2 * Modify common function * Fix for lint * Fix for lint * Modify comment type * Add copyright * Use duration from_seconds * Use double quotes for non-system headers * Fix include order Signed-off-by: Takagi, Isamu <[email protected]> * Replace std_msgs Bool Signed-off-by: Takagi, Isamu <[email protected]> * Fix line length Signed-off-by: Takagi, Isamu <[email protected]> * Fix latch topic subscription Signed-off-by: Takagi, Isamu <[email protected]> * Fix stamp initialization and reference Signed-off-by: Takagi, Isamu <[email protected]> * Add super class destructor and fix waitForData Signed-off-by: Takagi, Isamu <[email protected]> * Ros2 v0.8.0 remove std msgs awapi (autowarefoundation#348) * [autoware_vehicle_msgs] add BatteryStatus msg Signed-off-by: mitsudome-r <[email protected]> * [autoware_planning_msgs] add ExpandStopRange and StopSpeedExceeded messages Signed-off-by: mitsudome-r <[email protected]> * [autoware_api_msgs] add DoorControlCommand, StopCommand, and VelocityLimit messages Signed-off-by: mitsudome-r <[email protected]> * remove std_msgs related to autoware_awaiv_adapter node Signed-off-by: mitsudome-r <[email protected]> * apply ament_uncrustify Signed-off-by: mitsudome-r <[email protected]> * fix build failure Signed-off-by: mitsudome-r <[email protected]> * fix test failures Signed-off-by: mitsudome-r <[email protected]> * address review commends Signed-off-by: mitsudome-r <[email protected]> * Sync with Ros2 v0.8.0 beta (autowarefoundation#393) * add nullptr check when publish concatenate data (autowarefoundation#369) * Add warning msg when concat pointcloud is not published (autowarefoundation#388) Signed-off-by: Kenji Miyake <[email protected]> * add timeout notification stamp msgs (autowarefoundation#363) * add timeout notification stamp msgs * fix uncursify * delete timeout notification stamped * Revert "delete timeout notification stamped" This reverts commit 365d29209f6a7f5ec75eb80c5d8c2ef38daeae79. * fix message Co-authored-by: Taichi Higashide <[email protected]> Co-authored-by: taikitanaka3 <[email protected]> * modify pose_initialize for foa (autowarefoundation#382) * pose_initialize for foa (autowarefoundation#1171) * pose_initialize for foa Signed-off-by: Yamato ANDO <[email protected]> * rename topic Signed-off-by: Yamato ANDO <[email protected]> * fix topic name Signed-off-by: mitsudome-r <[email protected]> * Add autoware version node (autowarefoundation#394) * Add autoware version node Signed-off-by: Takagi, Isamu <[email protected]> * Remove todo Signed-off-by: Takagi, Isamu <[email protected]> * Remove unused variable Signed-off-by: Takagi, Isamu <[email protected]> * Fix node name Signed-off-by: Takagi, Isamu <[email protected]> * fix typo (autowarefoundation#427) * Fix typo in common module (autowarefoundation#433) * Unify Apache-2.0 license name (autowarefoundation#1242) * Porting remote cmd selector (autowarefoundation#1286) * Feature/add remote cmd selector (autowarefoundation#1179) * Add in/out args of remote_cmd_converter.launch Signed-off-by: Kenji Miyake <[email protected]> * Change remote input topic of vehicle_cmd_gate Signed-off-by: Kenji Miyake <[email protected]> * Add msgs for remote_cmd_selector Signed-off-by: Kenji Miyake <[email protected]> * Add remote_cmd_selector Signed-off-by: Kenji Miyake <[email protected]> * Rename remote_cmd_selector to external_cmd_selector Signed-off-by: Kenji Miyake <[email protected]> * Remove VehicleCommand support in autoware_joy_controller Signed-off-by: Kenji Miyake <[email protected]> * Support external_cmd_source in autoware_joy_controller.launch (autowarefoundation#1194) Signed-off-by: Kenji Miyake <[email protected]> * Fix porting miss Signed-off-by: Kenji Miyake <[email protected]> * fix missing function * modify xml format * fix include guard * add callback group * modify remap name * Revert "modify remap name" This reverts commit 169cc8d28442825b1d61b0439b9892c913304527. * change topic name * use rclcpp_component * Remove autoware_debug_msgs from autoware_joy_controller Signed-off-by: Kenji Miyake <[email protected]> * Change default mode of autoware_joy_controller Signed-off-by: Kenji Miyake <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> * Add perception traffic light state output (autowarefoundation#1302) * Add perception traffic light state output Signed-off-by: Takagi, Isamu <[email protected]> * Modify message type Signed-off-by: Takagi, Isamu <[email protected]> * Apply message type to relay Signed-off-by: Takagi, Isamu <[email protected]> * Fix msgs (autowarefoundation#1379) * Fix msgs Signed-off-by: Kenji Miyake <[email protected]> * [autoware_planning_rviz_plugin]: Fix lint Signed-off-by: wep21 <[email protected]> Co-authored-by: wep21 <[email protected]> * Message refinement (autowarefoundation#1381) * Message refinement * Simplify CMakeLists.txt with ament cmake auto * Add test Signed-off-by: wep21 <[email protected]> * [autoware_planning_msgs]: Fix dependency Signed-off-by: wep21 <[email protected]> * Fix package.xml Signed-off-by: wep21 <[email protected]> * Fix package.xml Signed-off-by: Kenji Miyake <[email protected]> * Fix ament_cmake_auto Signed-off-by: Kenji Miyake <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> * Ros2/create/external commands (autowarefoundation#1299) * add remote message * add remote commands * fix topic * remove unnecessary topic * remove unused topic * add external cmd instead * ToExternalComd * fix topic in joy con * publish perception and external tl_state for mlops (autowarefoundation#1350) (autowarefoundation#1375) * publish perception and external tl_state for mlops * fix tl_state time stamp Co-authored-by: satoshi-ota <[email protected]> Co-authored-by: Satoshi OTA <[email protected]> Co-authored-by: satoshi-ota <[email protected]> * Add newlines Signed-off-by: Kenji Miyake <[email protected]> * Add PR template (#3) * Add PR template Signed-off-by: Kenji Miyake <[email protected]> * Update PULL_REQUEST_TEMPLATE.md * Add CI (#4) Signed-off-by: Kenji Miyake <[email protected]> * change msg type looking traffic light state (autowarefoundation#1455) (#6) * change msg type looking traffic light state * fix msg name * using namespace * change function name * fix typo * add readme * Update awapi/awapi_awiv_adapter/Readme.md fix typo Co-authored-by: Yukihiro Saito <[email protected]> Co-authored-by: Yukihiro Saito <[email protected]> Co-authored-by: tkimura4 <[email protected]> Co-authored-by: Yukihiro Saito <[email protected]> * Fix dependency type of rosidl_default_generators (autowarefoundation#15) Signed-off-by: Kenji Miyake <[email protected]> * Add auto-main-sync CI workflow for develop (autowarefoundation#16) Signed-off-by: Kenji Miyake <[email protected]> * add autoware_api_msgs (#12) Signed-off-by: mitsudome-r <[email protected]> * Feature/add virtual traffic light planner (#9) * Add VIRTUAL_TRAFFIC_LIGHT to StopReason.msg Signed-off-by: Kenji Miyake <[email protected]> * Add VirtualTrafficLightState msgs to autoware_system_msgs Signed-off-by: Kenji Miyake <[email protected]> * Add InfrastructureCommand msgs to autoware_planning_msgs Signed-off-by: Kenji Miyake <[email protected]> * Fix msgs Signed-off-by: Kenji Miyake <[email protected]> * Move messages to autoware_v2x_msgs Signed-off-by: Kenji Miyake <[email protected]> * Fix dependency type of rosidl_default_generators Signed-off-by: Kenji Miyake <[email protected]> * Fix dependency type of rosidl_default_generators (autowarefoundation#19) * Change CI docker images to setup-ros-docker (autowarefoundation#20) * Change CI docker images to setup-ros-docker Signed-off-by: Kenji Miyake <[email protected]> * Replace foxy with galactic Signed-off-by: Kenji Miyake <[email protected]> * Add DEBIAN_FRONTEND=noninteractive to rosdep install (autowarefoundation#21) Signed-off-by: Kenji Miyake <[email protected]> * Update colcon-package-selection in build_and_test_pr.yml (autowarefoundation#22) Signed-off-by: Kenji Miyake <[email protected]> * add autoware_simulation_msgs (#13) * add autoware_simulation_msgs * update event name * Add autoware api (autowarefoundation#29) * add autoware multimedia msgs Signed-off-by: tkhmy <[email protected]> * add newline Signed-off-by: tkhmy <[email protected]> * change name to autoware_hmi_msgs Signed-off-by: tkhmy <[email protected]> * Rename external select message (#8) * Rename external select message Signed-off-by: Takagi, Isamu <[email protected]> * Add selector mode to unknown Signed-off-by: Takagi, Isamu <[email protected]> * Fix selector mode constant Signed-off-by: Takagi, Isamu <[email protected]> * Fix format Signed-off-by: Takagi, Isamu <[email protected]> * Move control command messages to external api Signed-off-by: Takagi, Isamu <[email protected]> * Add build dependency Signed-off-by: Takagi, Isamu <[email protected]> * Fix CI Signed-off-by: Takagi, Isamu <[email protected]> Co-authored-by: tkhmy <[email protected]> * Fix CI for develop branch (autowarefoundation#31) Signed-off-by: Kenji Miyake <[email protected]> * add emergency_holding flag to HazardStatus (autowarefoundation#25) * add EmergencyState.msg (autowarefoundation#32) * Add new workflow `sync-public.yaml` to sync with `AutowareArchitectureProposal_msgs` (autowarefoundation#35) * Add new workflow `sync-public.yaml` to sync with `AutowareArchitectureProposal_msgs` * Remove this workflow specific comments * Remove some this workflow specific comments * Rename `oss` to `public` * Replace branch name `main` to more generic description * Add line `fetch-depth: 0` (autowarefoundation#36) * Add EmergencyStateStamped.msg (autowarefoundation#38) Signed-off-by: Kenji Miyake <[email protected]> * Add sync-public-develop.yaml (autowarefoundation#42) Signed-off-by: Kenji Miyake <[email protected]> * Change proposal sync app ID (autowarefoundation#44) Signed-off-by: Kenji Miyake <[email protected]> * add MultiArrayDimension/Layout, and update MultiArrayMsgs (autowarefoundation#28) * add MultiArrayDimension/Layout, and update MultiArrayMsgs * add kind of license * Feature/vehicle interface improvements (autowarefoundation#1361) (autowarefoundation#48) * add vehicle msg * add pacmod interface * add eps controller * use each control commands instead of vehicle command * fixed details * fixed speell check * const * fixed brake status * publish cmd when recieving ctrl cmd * fix shift cmd ptr * remove unused function and set proper license * fix names * fix typo for pacmod * remove unnecessary waiting * use flags, limit, multiarray * remove accel brake dependency * fix retrun value * replace eps to steer * cosmetic change for namespace * fix segfo and retval * Use Enum instead of int * remove unused var * add const * rename to calcFFMap * prev time steer calc * add sample csv * add new line Signed-off-by: wep21 <[email protected]> Co-authored-by: taikitanaka3 <[email protected]> * remove EmergencyMode and DricingCapability (autowarefoundation#33) * develop -> main sync (autowarefoundation#53) * Add detected object with feature (autowarefoundation#54) * Add detected object with feature Signed-off-by: wep21 <[email protected]> * add autoware_auto_msgs Co-authored-by: wep21 <[email protected]> * Revert "Add detected object with feature (autowarefoundation#54)" (autowarefoundation#57) This reverts commit 3fcfe9936361928256ed5ffa7d8a1ef4c978ca09. * Add detected object with feature (autowarefoundation#54) (autowarefoundation#59) (#4) * Add detected object with feature (autowarefoundation#54) (autowarefoundation#59) * Add detected object with feature Signed-off-by: wep21 <[email protected]> * add autoware_auto_msgs Co-authored-by: wep21 <[email protected]> Co-authored-by: wep21 <[email protected]> * update build depends Co-authored-by: wep21 <[email protected]> * Add message converter (autowarefoundation#58) * Add message converter * Move autoware state converter * add VehicleEmergency (autowarefoundation#55) * Add two convert method (autowarefoundation#64) * add convert method from iv_shift to auto_gear Signed-off-by: kosuke murakami <[email protected]> * remove space Signed-off-by: kosuke murakami <[email protected]> * add convert method from for turn & hazard signal Signed-off-by: kosuke murakami <[email protected]> * fix dependency of iv_auto_msgs converter (#8) Co-authored-by: Takayuki Murooka <[email protected]> * move actuation msg (autowarefoundation#66) * Revert "move actuation msg (autowarefoundation#66)" This reverts commit d8e3ccdcabacab819360cf399442950cc162a648. * merge autoware_localization_srvs to autoware_localization_msgs * rename pose_with_cov to pose_with_covariance * add steering wheel status stamped * fix: remove workflow and PR_TEMPLATE * fix: remove autoware_api_msgs dependency * ci(pre-commit): autofix Co-authored-by: Takagi, Isamu <[email protected]> Co-authored-by: mitsudome-r <[email protected]> Co-authored-by: tkimura4 <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> Co-authored-by: Daisuke Nishimatsu <[email protected]> Co-authored-by: Yukihiro Saito <[email protected]> Co-authored-by: wep21 <[email protected]> Co-authored-by: Ryohsuke Mitsudome <[email protected]> Co-authored-by: Nikolai Morin <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]> Co-authored-by: Esteve Fernandez <[email protected]> Co-authored-by: Servando <[email protected]> Co-authored-by: Taichi Higashide <[email protected]> Co-authored-by: taikitanaka3 <[email protected]> Co-authored-by: Shigeki Kobayashi <[email protected]> Co-authored-by: Kazuki Miyahara <[email protected]> Co-authored-by: Keisuke Shima <[email protected]> Co-authored-by: Satoshi OTA <[email protected]> Co-authored-by: satoshi-ota <[email protected]> Co-authored-by: Keisuke Shima <[email protected]> Co-authored-by: tkhmy <[email protected]> Co-authored-by: Tatsuya Yamasaki <[email protected]> Co-authored-by: Takayuki Murooka <[email protected]> Co-authored-by: Kah Hooi Tan <[email protected]> Co-authored-by: Kosuke Murakami <[email protected]> Co-authored-by: Takayuki Murooka <[email protected]> Co-authored-by: tanaka3 <[email protected]> Co-authored-by: YamatoAndo <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
badai-nguyen
pushed a commit
to badai-nguyen/autoware.universe
that referenced
this pull request
Feb 4, 2022
* Ros2 v0.8.0 localization monitor (autowarefoundation#314) * add use_sim-time option (autowarefoundation#454) * Remove use_sim_time for set_parameter (autowarefoundation#1260) Signed-off-by: wep21 <[email protected]> * added projected-ellipse length for localization error monitor (autowarefoundation#1512) * added projected-ellipse length for localization error monitor * now use tf2::getYaw, add some const, and use M_PI from cmath * format code * format code using cpplint * format code using uncrustify * format code * format code (including files order) * format code (including files order) * removed M_PI/2, added parameters in launch, added scale_, and renamed projected names * debugged * renamed some anbiguous variables * debugged * debugged * format code * renamed variables in launch file * added readme & debugged launch file * pre-commit fixes * fix typo Co-authored-by: pre-commit <[email protected]> Co-authored-by: YamatoAndo <[email protected]> * Fix -Wunused-parameter (autowarefoundation#1836) * Fix -Wunused-parameter Signed-off-by: Kenji Miyake <[email protected]> * Fix mistake Signed-off-by: Kenji Miyake <[email protected]> * fix spell * Fix lint issues Signed-off-by: Kenji Miyake <[email protected]> * Ignore flake8 warnings Signed-off-by: Kenji Miyake <[email protected]> Co-authored-by: Hiroki OTA <[email protected]> * Feature/expand footprint (autowarefoundation#1757) * 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 * 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 <[email protected]> * Remove ament_cmake_uncrustify and ament_clang_format Signed-off-by: Kenji Miyake <[email protected]> * Apply Black Signed-off-by: Kenji Miyake <[email protected]> * Apply clang-format Signed-off-by: Kenji Miyake <[email protected]> * Fix build errors Signed-off-by: Kenji Miyake <[email protected]> * Fix for cpplint * Fix include double quotes to angle brackets Signed-off-by: Kenji Miyake <[email protected]> * Apply clang-format Signed-off-by: Kenji Miyake <[email protected]> * Fix build errors Signed-off-by: Kenji Miyake <[email protected]> * Add COLCON_IGNORE (autowarefoundation#500) Signed-off-by: Kenji Miyake <[email protected]> * Remove COLCON_IGNORE under localization (autowarefoundation#553) Co-authored-by: Shinnosuke Hirakawa <[email protected]> Co-authored-by: tkimura4 <[email protected]> Co-authored-by: Daisuke Nishimatsu <[email protected]> Co-authored-by: kminoda <[email protected]> Co-authored-by: pre-commit <[email protected]> Co-authored-by: YamatoAndo <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> Co-authored-by: Hiroki OTA <[email protected]> Co-authored-by: Kosuke Murakami <[email protected]> Co-authored-by: Keisuke Shima <[email protected]> Co-authored-by: Takeshi Ishita <[email protected]>
badai-nguyen
pushed a commit
to badai-nguyen/autoware.universe
that referenced
this pull request
Feb 4, 2022
* release v0.4.0 * removed ROS1 package Signed-off-by: mitsudome-r <[email protected]> * Revert "removed ROS1 package" This reverts commit efeb029d17c4fb14de1542512574742a4cb05de8. * add COLCON_IGNORE file to all ROS1 packages Signed-off-by: mitsudome-r <[email protected]> * rename *.launch files to *.launch.xml Signed-off-by: mitsudome-r <[email protected]> * Port localization_launch to ros2 * fix syntax (autowarefoundation#33) Signed-off-by: Takamasa Horibe <[email protected]> * ROS2 Linting: localization_launch (autowarefoundation#39) * Add linters to localization_launch package * Add new line * Fix indentation * Ros2 v0.8.0 localization launch (autowarefoundation#54) * restore file name for v0.8.0 update in localization launch Signed-off-by: Takamasa Horibe <[email protected]> * add random sample (autowarefoundation#84) Signed-off-by: Yamato Ando <[email protected]> * Add ndt_scan_matcher.yaml (autowarefoundation#162) Signed-off-by: Yuma Nihei <[email protected]> * ]Revert "restore file name for v0.8.0 update in localization launch" This reverts commit f589733f7dad05989bde323baeb5c43a62cd26e1. * fix param type Signed-off-by: Takamasa Horibe <[email protected]> * fix exec name Signed-off-by: Takamasa Horibe <[email protected]> Co-authored-by: YamatoAndo <[email protected]> Co-authored-by: Yuma Nihei <[email protected]> * Rename ROS-related .yaml to .param.yaml (autowarefoundation#65) * Rename ROS-related .yaml to .param.yaml Signed-off-by: Kenji Miyake <[email protected]> * Add missing '--' Signed-off-by: Kenji Miyake <[email protected]> * Rename vehicle_info.yaml to vehicle_info.param.yaml Signed-off-by: Kenji Miyake <[email protected]> * Fix livox param name Signed-off-by: Kenji Miyake <[email protected]> * add localization_error_monitor launch (autowarefoundation#75) * Fix various typos in launch files (autowarefoundation#97) * add use_sim-time option (autowarefoundation#99) * Replace doc by description (autowarefoundation#182) Signed-off-by: Kenji Miyake <[email protected]> * Ros2 lsim test (autowarefoundation#186) * Add group to launch file for var scope Signed-off-by: Takagi, Isamu <[email protected]> * Remove pointcloud relay for localization Signed-off-by: Takagi, Isamu <[email protected]> * Add use_sim_time Signed-off-by: Takagi, Isamu <[email protected]> * Remove pointcloud relay for localization Signed-off-by: Takagi, Isamu <[email protected]> Co-authored-by: Takagi, Isamu <[email protected]> * Fix invalid attribute in twist estimator launch (autowarefoundation#192) Signed-off-by: wep21 <[email protected]> * Localization util preprocessor component (autowarefoundation#188) Signed-off-by: wep21 <[email protected]> * Use set_parameter for use_sim_time (autowarefoundation#198) * Use set_parameter for use_sim_time Signed-off-by: wep21 <[email protected]> * Add default parameter for scenario simulator Signed-off-by: wep21 <[email protected]> * Fix depends in localization_launch to exec_depend (autowarefoundation#223) Signed-off-by: Kenji Miyake <[email protected]> * Fix typos in launch files (autowarefoundation#231) * Fix typos in launch files Signed-off-by: Kenji Miyake <[email protected]> * Fix lint Signed-off-by: wep21 <[email protected]> Co-authored-by: wep21 <[email protected]> * Format launch files (autowarefoundation#228) * Format launch files Signed-off-by: Kenji Miyake <[email protected]> * Format launch.py Signed-off-by: Kenji Miyake <[email protected]> * Fix lint Signed-off-by: Kenji Miyake <[email protected]> * Enable intra process and mt (autowarefoundation#204) Signed-off-by: wep21 <[email protected]> * Load output_measurement_range_sensor_points_topic param (autowarefoundation#271) Signed-off-by: kosuke55 <[email protected]> * use_twist_with_covariance is false (autowarefoundation#295) * add description for localization_launch (autowarefoundation#332) * 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 * Feature/expand footprint launcher (autowarefoundation#318) * Add autoware api (autowarefoundation#376) * Add external api adaptor (autowarefoundation#267) * Add external api adaptor * Add api adaptor to logging simulator Signed-off-by: Takagi, Isamu <[email protected]> * Add engage status output Signed-off-by: Takagi, Isamu <[email protected]> * Add internal api adaptor (autowarefoundation#273) Signed-off-by: Takagi, Isamu <[email protected]> * Add map hash generator (autowarefoundation#319) Signed-off-by: Takagi, Isamu <[email protected]> * Add autoware api launch (autowarefoundation#326) * Add autoware api launch Signed-off-by: Takagi, Isamu <[email protected]> * Apply autoware api launch Signed-off-by: Takagi, Isamu <[email protected]> * Add deprecated comment Signed-off-by: Takagi, Isamu <[email protected]> * Remove unused parameter (autowarefoundation#325) Signed-off-by: Takagi, Isamu <[email protected]> * Add api parameter (autowarefoundation#341) Signed-off-by: Takagi, Isamu <[email protected]> * Add start request API (autowarefoundation#321) * Add use start request option Signed-off-by: Takagi, Isamu <[email protected]> * Fix lint Signed-off-by: Takagi, Isamu <[email protected]> * Feature external cmd selector heartbeat (autowarefoundation#356) * Rename external command topic Signed-off-by: Takagi, Isamu <[email protected]> * Modify command topic name Signed-off-by: Takagi, Isamu <[email protected]> * Fix topic name Signed-off-by: Takagi, Isamu <[email protected]> * Rename remote_cmd_converter Signed-off-by: Takagi, Isamu <[email protected]> * Remove gate mode from external command Signed-off-by: Takagi, Isamu <[email protected]> * Fix latest external command name (autowarefoundation#361) Signed-off-by: Takagi, Isamu <[email protected]> * Fix merge conflict Signed-off-by: Takagi, Isamu <[email protected]> * change external traffic light topic name in behavior velocity planner (autowarefoundation#310) * fix topic * change internal topic name Co-authored-by: yabuta <[email protected]> * added stop filter launch in localization_launch (autowarefoundation#270) * Fix pre-commit (autowarefoundation#407) * Fix pre-commit errors Signed-off-by: Kenji Miyake <[email protected]> * Fix package.xml Signed-off-by: Kenji Miyake <[email protected]> * modify util.launch in localization_launch autowarefoundation#396 * add localization error monitor param (autowarefoundation#431) * add environment_name parameter into localization launch (autowarefoundation#175) (autowarefoundation#293) * add environment_name parameter into localization launch (autowarefoundation#175) * add environment_name parameter into localization launch change launcher parameters of crop_box_filter_mesurement_range and voxel_grid_filter to yaml file Signed-off-by: Azumi Suzuki <[email protected]> * change param file directory name Signed-off-by: Azumi Suzuki <[email protected]> * Remove redundant comments Signed-off-by: wep21 <[email protected]> Co-authored-by: s-azumi <[email protected]> * delete environment name (autowarefoundation#428) * 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 * porting localization (autowarefoundation#121) * porting localization * fixed odometry in ekf * fixed vehicle twist topic name Co-authored-by: mitsudome-r <[email protected]> Co-authored-by: Yunus Emre Caliskan <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]> Co-authored-by: Jilada Eccleston <[email protected]> Co-authored-by: YamatoAndo <[email protected]> Co-authored-by: Yuma Nihei <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> Co-authored-by: Taichi Higashide <[email protected]> Co-authored-by: Kazuki Miyahara <[email protected]> Co-authored-by: Daisuke Nishimatsu <[email protected]> Co-authored-by: Takagi, Isamu <[email protected]> Co-authored-by: wep21 <[email protected]> Co-authored-by: Kosuke Takeuchi <[email protected]> Co-authored-by: Hiroki OTA <[email protected]> Co-authored-by: Kosuke Murakami <[email protected]> Co-authored-by: Takagi, Isamu <[email protected]> Co-authored-by: yabuta <[email protected]> Co-authored-by: kminoda <[email protected]> Co-authored-by: s-azumi <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> Co-authored-by: RyuYamamoto <[email protected]> Co-authored-by: Takeshi Miura <[email protected]>
badai-nguyen
pushed a commit
to badai-nguyen/autoware.universe
that referenced
this pull request
Feb 4, 2022
* release v0.4.0 * Modify to change calib param for each vehicle (autowarefoundation#51) * add vehicle id to change parameter of each vehicle Signed-off-by: Yukihiro Saito <[email protected]> * add vehicle id to change param for each vehicle Signed-off-by: Yukihiro Saito <[email protected]> * add some dependencies (autowarefoundation#54) * Add some scenario-simulation specifiec parameters as arguments (autowarefoundation#57) * Add some scenario-simulation specifiec parameters as arguments * Update arg to pass 'initial_engage_state' to simple_planning_simulator * Add new optional argument 'rviz_args' * Rename some roslaunch arguments * Remove unneeded arguments * removed ROS1 package Signed-off-by: mitsudome-r <[email protected]> * Revert "removed ROS1 package" This reverts commit 561686456a78d767c1de9e976ef451b340d65343. * add COLCON_IGNORE file to all ROS1 packages Signed-off-by: mitsudome-r <[email protected]> * rename *.launch files to *.launch.xml Signed-off-by: mitsudome-r <[email protected]> * port vehicle_launch Signed-off-by: Takamasa Horibe <[email protected]> * Add linters (autowarefoundation#30) * Ros2 v0.8.0 vehicle launch (autowarefoundation#55) * restore file name Signed-off-by: Takamasa Horibe <[email protected]> * Add default config of aip_x1 (autowarefoundation#141) Signed-off-by: Kenji Miyake <[email protected]> * Pass all args to vehicle_interface.launch (autowarefoundation#147) Signed-off-by: Kenji Miyake <[email protected]> * Revert "restore file name" This reverts commit 3e28661e8ba1a44cc570ca19b7b4759ba0bf0941. * fix vehicle_interface.launch arg Signed-off-by: Takamasa Horibe <[email protected]> * [vehicle_launch]: Remove pass_all_args Signed-off-by: wep21 <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> Co-authored-by: wep21 <[email protected]> * Ros2 v0.8.0 fix packages (autowarefoundation#64) * add vehicle_param_file to simple planning simulator * add vehicle_param_file to lane change planner * Move individual params to a separate package (autowarefoundation#100) Signed-off-by: Kenji Miyake <[email protected]> * add use_sim-time option (autowarefoundation#99) * Sync public repo (autowarefoundation#185) * add tier4 usbcam (autowarefoundation#104) * add tier4 usbcam * change version * tier4/ros2 * Ros2 vehicle info param server (autowarefoundation#96) * add vehicle info param server * delete vehicle param file Co-authored-by: taikitanaka <[email protected]> * Ros2 fix topic name part2 (autowarefoundation#89) * Fix topic name for traffic_light_classifier Signed-off-by: Takagi, Isamu <[email protected]> * Fix topic name for traffic_light_visualization Signed-off-by: Takagi, Isamu <[email protected]> * Fix topic name for traffic_light_ssd_fine_detector Signed-off-by: Takagi, Isamu <[email protected]> Co-authored-by: taikitanaka3 <[email protected]> Co-authored-by: tkimura4 <[email protected]> Co-authored-by: taikitanaka <[email protected]> Co-authored-by: Takagi, Isamu <[email protected]> * add group (autowarefoundation#195) * Use set_parameter for use_sim_time (autowarefoundation#198) * Use set_parameter for use_sim_time Signed-off-by: wep21 <[email protected]> * Add default parameter for scenario simulator Signed-off-by: wep21 <[email protected]> * add param for psim v2 (autowarefoundation#197) * add param for psim v2 Signed-off-by: kosuke murakami <[email protected]> * Update to pass var 'scenario_simulation' to dummy_perception_publisher * Update dummy_perception_publisher's arg-name Co-authored-by: yamacir-kit <[email protected]> * Add vehicle info launch for setting vehicle info param (autowarefoundation#199) * Add vehicle info launch for setting vehicle info param Signed-off-by: wep21 <[email protected]> * Add comment for global parameters section Signed-off-by: wep21 <[email protected]> * Fix year and apply format Signed-off-by: Kenji Miyake <[email protected]> * Remove ready vehicle info param Signed-off-by: wep21 <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> * Fix CI build depends (autowarefoundation#261) * Fix CI build depends Signed-off-by: Kenji Miyake <[email protected]> * Remove xacro find package Signed-off-by: Kenji Miyake <[email protected]> * Move global_params.launch.py and vehicle_info.launch.py to autoware_global_parameter_loader (autowarefoundation#282) * Move global_params.launch.py and vehicle_info.launch.py to autoware_global_parameter_loader Signed-off-by: Kenji Miyake <[email protected]> * Add exec_depend Signed-off-by: Kenji Miyake <[email protected]> * add description for vehicle_launch (autowarefoundation#337) * add description * delete duplicate * delete slash * 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 pre-commit (autowarefoundation#407) * Fix pre-commit errors Signed-off-by: Kenji Miyake <[email protected]> * Fix package.xml Signed-off-by: Kenji Miyake <[email protected]> * Move simple_planning_simulator to simulator_launch (autowarefoundation#462) * move simple_planning_simulator * add simulation arg to logging_simulator.launch * delete unused argument * add arguments for logging simulation * change default value * update README * add default value to simulator arg * restore vehicle_simulation arg * Fix/revert initial engage state (autowarefoundation#484) * Fix args Signed-off-by: Kenji Miyake <[email protected]> * Add initial_engage_state to vehicle.launch.xml Signed-off-by: Kenji Miyake <[email protected]> * Update vehicle.launch.xml * 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 * add build depend Signed-off-by: tomoya.kimura <[email protected]> * ci(pre-commit): autofix * remove depends * update readme Co-authored-by: mitsudome-r <[email protected]> Co-authored-by: Yukihiro Saito <[email protected]> Co-authored-by: hiroyuki obinata <[email protected]> Co-authored-by: Yamasaki Tatsuya <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]> Co-authored-by: Jilada Eccleston <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> Co-authored-by: wep21 <[email protected]> Co-authored-by: Ryohsuke Mitsudome <[email protected]> Co-authored-by: taikitanaka3 <[email protected]> Co-authored-by: taikitanaka <[email protected]> Co-authored-by: Takagi, Isamu <[email protected]> Co-authored-by: Daisuke Nishimatsu <[email protected]> Co-authored-by: Kosuke Murakami <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> Co-authored-by: Hiroki OTA <[email protected]> Co-authored-by: Keisuke Shima <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Takeshi Miura <[email protected]>
badai-nguyen
pushed a commit
to badai-nguyen/autoware.universe
that referenced
this pull request
Feb 4, 2022
* release v0.4.0 * pointcloud_map_path form autoware_launch as optional (autowarefoundation#45) * pointcloud_map_path form autoware_launch as optional * add lanelet2_map_path * use map_file argments under map_path * Fix unnecessary "default" tag to "value" Signed-off-by: Kenji Miyake <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> * add some dependencies (autowarefoundation#54) * Add some scenario-simulation specifiec parameters as arguments (autowarefoundation#57) * Add some scenario-simulation specifiec parameters as arguments * Update arg to pass 'initial_engage_state' to simple_planning_simulator * Add new optional argument 'rviz_args' * Rename some roslaunch arguments * Remove unneeded arguments * Fix typo (autowarefoundation#63) Signed-off-by: Kenji Miyake <[email protected]> * add obstacle avoid param (autowarefoundation#62) * Logging simulator (autowarefoundation#65) * Add logging_simulator.launch Signed-off-by: Daisuke Nishimatsu <[email protected]> * Don't load env when launch driver is false Signed-off-by: Daisuke Nishimatsu <[email protected]> * Launch vehicle description in logging simulator (autowarefoundation#67) Signed-off-by: Daisuke Nishimatsu <[email protected]> * add autoware api launcher (autowarefoundation#64) * add blocked by obstacle (autowarefoundation#68) * Fix turn signal topic name (autowarefoundation#75) * Revert "Fix turn signal topic name (autowarefoundation#75)" (autowarefoundation#76) This reverts commit f384b9f7b2e59b7f048926e7eb0fe7c936f5cd3b. * Fix namespace in autoware.rviz (autowarefoundation#78) * Fix/turn signal topic name (autowarefoundation#77) * removed ROS1 package Signed-off-by: mitsudome-r <[email protected]> * Revert "removed ROS1 package" This reverts commit 1e33e7e3f3e839bcdf623f9e3b4b6a14dd4ec35a. * add COLCON_IGNORE file to all ROS1 packages Signed-off-by: mitsudome-r <[email protected]> * rename *.launch files to *.launch.xml Signed-off-by: mitsudome-r <[email protected]> * Ros2 port autoware launch (autowarefoundation#35) * [autoware_launch] port CMakelists.txt and remove COLCON_IGNORE Signed-off-by: mitsudome-r <[email protected]> * [autoware_launch] fix planning_simulator.launch.xml Signed-off-by: mitsudome-r <[email protected]> * [autoware_launch] add rviz config Signed-off-by: mitsudome-r <[email protected]> * [autoware_launch] first port of autoware_launch Signed-off-by: mitsudome-r <[email protected]> * lanuch rviz with config file Signed-off-by: kosuke murakami <[email protected]> * modify launch file for making psim work Signed-off-by: kosuke murakami <[email protected]> * add vehicle model in launch Signed-off-by: kosuke murakami <[email protected]> * change from vehicle_model to vehicle_param_file Signed-off-by: kosuke murakami <[email protected]> * [autoware_launch] add autoware_web_controller and system launch Signed-off-by: mitsudome-r <[email protected]> * add rosbrdige_suite to build_depends.repos Signed-off-by: mitsudome-r <[email protected]> * Update rviz Signed-off-by: wep21 <[email protected]> * update autoware.rviz Signed-off-by: mitsudome-r <[email protected]> * remove autoware_ros2.rviz Signed-off-by: mitsudome-r <[email protected]> Co-authored-by: kosuke murakami <[email protected]> Co-authored-by: wep21 <[email protected]> * Update rviz config for vehicle rviz plugins (autowarefoundation#41) Signed-off-by: wep21 <[email protected]> * Ros2 v0.8.0 fix packages (autowarefoundation#64) * add vehicle_param_file to simple planning simulator * add vehicle_param_file to lane change planner * Rename ROS-related .yaml to .param.yaml (autowarefoundation#65) * Rename ROS-related .yaml to .param.yaml Signed-off-by: Kenji Miyake <[email protected]> * Add missing '--' Signed-off-by: Kenji Miyake <[email protected]> * Rename vehicle_info.yaml to vehicle_info.param.yaml Signed-off-by: Kenji Miyake <[email protected]> * Fix livox param name Signed-off-by: Kenji Miyake <[email protected]> * Ros2 v0.8.0 autoware launch (autowarefoundation#58) * [autoware_launch] ros2-porting: v0.5.0 to v0.8.0 Signed-off-by: Takamasa Horibe <[email protected]> * Cleanup autoware and logging simulator launch * Add .xml extention * Fix missing arguments * Fix tag * Fix web controller launch Signed-off-by: wep21 <[email protected]> * Update rviz Signed-off-by: wep21 <[email protected]> * [autoware_launch] Fix yaml name Signed-off-by: wep21 <[email protected]> * [autoware_launch] Cleanup dependencies Signed-off-by: wep21 <[email protected]> Co-authored-by: wep21 <[email protected]> * [autoware_launch]: Fix missing arguments (autowarefoundation#66) Signed-off-by: Autoware <[email protected]> Co-authored-by: Autoware <[email protected]> * Ros2 update v0.9.0 (autowarefoundation#67) * Add pose history into rviz config Signed-off-by: wep21 <[email protected]> * add blocked by obstacle option (autowarefoundation#164) * fix tab name (autowarefoundation#166) * disenable ndt visualization (autowarefoundation#169) * disenable ndt visualization * change alpha * dont visualize position covariance Signed-off-by: wep21 <[email protected]> * change global frame to map (autowarefoundation#171) * add param (autowarefoundation#156) Co-authored-by: taikitanaka3 <[email protected]> Co-authored-by: Taichi Higashide <[email protected]> Co-authored-by: Yukihiro Saito <[email protected]> Co-authored-by: tkimura4 <[email protected]> * Sync with Ros2 v0.8.0 beta (autowarefoundation#71) * update sensing launch to support aip_x1 (autowarefoundation#69) Signed-off-by: taichiH <[email protected]> * fix logging_simulator_bug (autowarefoundation#68) Signed-off-by: taichiH <[email protected]> * fix aip_x1 param (autowarefoundation#70) Signed-off-by: taichiH <[email protected]> Co-authored-by: Taichi Higashide <[email protected]> * temporary disable steering angle plugin to avoid RVIZ2 to crash (autowarefoundation#76) Signed-off-by: mitsudome-r <[email protected]> * fix rviz settings (autowarefoundation#77) * Points -> Squares * disable road_lanelets * visualize path of dynamic object * fix durability policy of route_marker * fix topic name * fix topic name of check point * fix some options about object * add clock_publisher and autoware_version (autowarefoundation#79) * add clock_publisher and autoware_version Signed-off-by: mitsudome-r <[email protected]> * update package.xml Signed-off-by: mitsudome-r <[email protected]> * update build_depends.repos Signed-off-by: mitsudome-r <[email protected]> * fix CI Signed-off-by: mitsudome-r <[email protected]> * Fix typo in rviz config (autowarefoundation#80) Signed-off-by: wep21 <[email protected]> * fixed typo and added AW_ROS2_USE_SIM_TIME setting (autowarefoundation#81) Co-authored-by: hosokawa <[email protected]> * Fix point size in rviz (autowarefoundation#84) Signed-off-by: wep21 <[email protected]> * Use sensor data qos for pointcloud (autowarefoundation#82) Signed-off-by: Autoware <[email protected]> Co-authored-by: Autoware <[email protected]> * Ros2 fix topic name part1 (autowarefoundation#83) * Fix topic name for behavior_velocity_planner Signed-off-by: Takagi, Isamu <[email protected]> * Fix topic name of lane_change_planner Signed-off-by: Takagi, Isamu <[email protected]> * Fix topic name of freespace_planner Signed-off-by: Takagi, Isamu <[email protected]> * Fix topic name for freespace_planner Signed-off-by: Takagi, Isamu <[email protected]> * Fix various typos in launch files (autowarefoundation#97) * add use_sim-time option (autowarefoundation#99) * Format launch files (autowarefoundation#178) Signed-off-by: Kenji Miyake <[email protected]> * Replace doc by description (autowarefoundation#182) Signed-off-by: Kenji Miyake <[email protected]> * Sync public repo (autowarefoundation#185) * add tier4 usbcam (autowarefoundation#104) * add tier4 usbcam * change version * tier4/ros2 * Ros2 vehicle info param server (autowarefoundation#96) * add vehicle info param server * delete vehicle param file Co-authored-by: taikitanaka <[email protected]> * Ros2 fix topic name part2 (autowarefoundation#89) * Fix topic name for traffic_light_classifier Signed-off-by: Takagi, Isamu <[email protected]> * Fix topic name for traffic_light_visualization Signed-off-by: Takagi, Isamu <[email protected]> * Fix topic name for traffic_light_ssd_fine_detector Signed-off-by: Takagi, Isamu <[email protected]> Co-authored-by: taikitanaka3 <[email protected]> Co-authored-by: tkimura4 <[email protected]> Co-authored-by: taikitanaka <[email protected]> Co-authored-by: Takagi, Isamu <[email protected]> * Ros2 lsim test (autowarefoundation#186) * Add group to launch file for var scope Signed-off-by: Takagi, Isamu <[email protected]> * Remove pointcloud relay for localization Signed-off-by: Takagi, Isamu <[email protected]> * Add use_sim_time Signed-off-by: Takagi, Isamu <[email protected]> * Remove pointcloud relay for localization Signed-off-by: Takagi, Isamu <[email protected]> Co-authored-by: Takagi, Isamu <[email protected]> * Add vehicle info param server into logging simulator (autowarefoundation#194) Signed-off-by: wep21 <[email protected]> * Use set_parameter for use_sim_time (autowarefoundation#198) * Use set_parameter for use_sim_time Signed-off-by: wep21 <[email protected]> * Add default parameter for scenario simulator Signed-off-by: wep21 <[email protected]> * Add control composed launch (autowarefoundation#201) Signed-off-by: wep21 <[email protected]> * add param for psim v2 (autowarefoundation#197) * add param for psim v2 Signed-off-by: kosuke murakami <[email protected]> * Update to pass var 'scenario_simulation' to dummy_perception_publisher * Update dummy_perception_publisher's arg-name Co-authored-by: yamacir-kit <[email protected]> * Feature/porting v0.9.1 master (autowarefoundation#202) * add simulation arg (autowarefoundation#174) * add simulation arg * add comment * change arg name * add parameter use_empty_dynamic_object_publisher into perception.launch (autowarefoundation#176) Signed-off-by: Azumi Suzuki <[email protected]> Co-authored-by: Yusuke FUJII <[email protected]> Co-authored-by: s-azumi <[email protected]> * Add vehicle info launch for setting vehicle info param (autowarefoundation#199) * Add vehicle info launch for setting vehicle info param Signed-off-by: wep21 <[email protected]> * Add comment for global parameters section Signed-off-by: wep21 <[email protected]> * Fix year and apply format Signed-off-by: Kenji Miyake <[email protected]> * Remove ready vehicle info param Signed-off-by: wep21 <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> * Remove vehicle info param server from logging simulator (autowarefoundation#211) Signed-off-by: wep21 <[email protected]> * Add map.launch.py (autowarefoundation#212) * Add map.launch.py Signed-off-by: wep21 <[email protected]> * Update map.launch.xml Signed-off-by: wep21 <[email protected]> * Rename parameter for lanelet2 map path Signed-off-by: wep21 <[email protected]> * Exclude dummy_perception_publisher.launch.xml if is scenario_simulation (autowarefoundation#230) * Remove clock publisher (autowarefoundation#217) Signed-off-by: wep21 <[email protected]> * Fixup for autowarefoundation#217 (autowarefoundation#254) * Fixup for autowarefoundation#217 Signed-off-by: Kenji Miyake <[email protected]> * Fix typo Signed-off-by: Kenji Miyake <[email protected]> * Add global_params.launch.py (autowarefoundation#260) Signed-off-by: Kenji Miyake <[email protected]> * Add time panel (autowarefoundation#233) * Move global_params.launch.py and vehicle_info.launch.py to autoware_global_parameter_loader (autowarefoundation#282) * Move global_params.launch.py and vehicle_info.launch.py to autoware_global_parameter_loader Signed-off-by: Kenji Miyake <[email protected]> * Add exec_depend Signed-off-by: Kenji Miyake <[email protected]> * add descriptions for autoware_launch autowarefoundation#329 * add README.md and svg files (autowarefoundation#328) * add md and svg * fix typo * fix typo * fix word * fix typo * add lack of things * Update README * fix depending packages * fix word * Add autoware api (autowarefoundation#376) * Add external api adaptor (autowarefoundation#267) * Add external api adaptor * Add api adaptor to logging simulator Signed-off-by: Takagi, Isamu <[email protected]> * Add engage status output Signed-off-by: Takagi, Isamu <[email protected]> * Add internal api adaptor (autowarefoundation#273) Signed-off-by: Takagi, Isamu <[email protected]> * Add map hash generator (autowarefoundation#319) Signed-off-by: Takagi, Isamu <[email protected]> * Add autoware api launch (autowarefoundation#326) * Add autoware api launch Signed-off-by: Takagi, Isamu <[email protected]> * Apply autoware api launch Signed-off-by: Takagi, Isamu <[email protected]> * Add deprecated comment Signed-off-by: Takagi, Isamu <[email protected]> * Remove unused parameter (autowarefoundation#325) Signed-off-by: Takagi, Isamu <[email protected]> * Add api parameter (autowarefoundation#341) Signed-off-by: Takagi, Isamu <[email protected]> * Add start request API (autowarefoundation#321) * Add use start request option Signed-off-by: Takagi, Isamu <[email protected]> * Fix lint Signed-off-by: Takagi, Isamu <[email protected]> * Feature external cmd selector heartbeat (autowarefoundation#356) * Rename external command topic Signed-off-by: Takagi, Isamu <[email protected]> * Modify command topic name Signed-off-by: Takagi, Isamu <[email protected]> * Fix topic name Signed-off-by: Takagi, Isamu <[email protected]> * Rename remote_cmd_converter Signed-off-by: Takagi, Isamu <[email protected]> * Remove gate mode from external command Signed-off-by: Takagi, Isamu <[email protected]> * Fix latest external command name (autowarefoundation#361) Signed-off-by: Takagi, Isamu <[email protected]> * Fix merge conflict Signed-off-by: Takagi, Isamu <[email protected]> * change external traffic light topic name in behavior velocity planner (autowarefoundation#310) * fix topic * change internal topic name Co-authored-by: yabuta <[email protected]> * Feature/add virtual traffic light planner (autowarefoundation#317) * Move autoware api launch files (autowarefoundation#387) * Fix misspell in rviz config (autowarefoundation#392) Signed-off-by: Takagi, Isamu <[email protected]> * update rviz config (autowarefoundation#399) * update rviz config * update config * Fix pre-commit (autowarefoundation#407) * Fix pre-commit errors Signed-off-by: Kenji Miyake <[email protected]> * Fix package.xml Signed-off-by: Kenji Miyake <[email protected]> * Add polar grid into rviz config (autowarefoundation#458) * Add simulator_launch package (autowarefoundation#459) * Add simulator_launch package * add argument * fix depend order * add argument * move dummy_perception_publisher * add arg for dummy_perception_publisher * Update simulator_launch/launch/simulator.launch.xml Co-authored-by: Kenji Miyake <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> * add steering angle (autowarefoundation#476) * Move simple_planning_simulator to simulator_launch (autowarefoundation#462) * move simple_planning_simulator * add simulation arg to logging_simulator.launch * delete unused argument * add arguments for logging simulation * change default value * update README * add default value to simulator arg * restore vehicle_simulation arg * Add sensor_model to system_launch (autowarefoundation#480) Signed-off-by: Kenji Miyake <[email protected]> * hide traffic light id by default (autowarefoundation#286) Co-authored-by: satoshi-ota <[email protected]> * Feature/porting behavior path planner (autowarefoundation#300) * modify behavior_planning launch for behavior_path_planner with lane_c… (autowarefoundation#239) * modify behavior_planning launch for behavior_path_planner with lane_change_only config Signed-off-by: Takamasa Horibe <[email protected]> * remove avoidance & side_shift related code Signed-off-by: Takamasa Horibe <[email protected]> * Fix launcher and add config files and change obstacle avoid param * Add new line * Fix visualization and remove multiple args * Enable auto approve path change Co-authored-by: rej55 <[email protected]> Signed-off-by: wep21 <[email protected]> * add param in behavior_path_planner (autowarefoundation#255) Signed-off-by: Takamasa Horibe <[email protected]> * Fix param (autowarefoundation#251) * Fix typo Signed-off-by: wep21 <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]> Co-authored-by: rej55 <[email protected]> * update rviz config & planner params (autowarefoundation#305) Co-authored-by: satoshi-ota <[email protected]> * Feature/porting occlusion spot (autowarefoundation#309) * add occulusion_spot marker (autowarefoundation#266) * add blindspot marker * to occlusion spot slow down * remove debug info from marker (autowarefoundation#287) * remove debug info from marker * remove debug arrow * fix format * update behavior launch * apply pep8 * fix format Co-authored-by: taikitanaka3 <[email protected]> * Feature/porting camera lidar fusion (autowarefoundation#316) * Feature/camera lidar fusion (autowarefoundation#248) * change camera lidar fusion node * change default mode of object recognition * change spilit range parameter from 10 to 30 (autowarefoundation#272) Co-authored-by: Yukihiro Saito <[email protected]> * add underscore to marker namespace (autowarefoundation#323) Co-authored-by: satoshi-ota <[email protected]> * Feature/hide verbose marker (autowarefoundation#322) * tmp : enable slow down * hide verbose markers * Revert "tmp : enable slow down" This reverts commit 5ad32c5903866d9cf946cc47b0b35cefa359d502. * update rviz tool bar Co-authored-by: satoshi-ota <[email protected]> * update rviz config ( add shoulder road lanelets ) (autowarefoundation#420) * update rviz config * Apply suggestions from code review * Apply suggestions from code review * Apply suggestions from code review * Fix for pre-commit (437) Signed-off-by: Kenji Miyake <[email protected]> * Change formatter to black (autowarefoundation#488) * Update pre-commit settings * Apply Black * Replace ament_lint_common with autoware_lint_common * Update build_depends.repos * Fix build_depends * Auto/fix launch (autowarefoundation#110) * fix namespace * remove dynamic_object_visualization * fix rviz * change topic name for rviz plugin (autowarefoundation#114) * Auto/launcher ground segmentation (autowarefoundation#117) * add base line launch * add ground_segmentation launcher * run pre-commit * clean up * fix coding style * fix topic name * fix yaml params * fix loader name * rename components * improve implementation * Sync .auto branch with the latest branch in internal repository (autowarefoundation#120) * Disbale intersection polygon marker (autowarefoundation#483) Signed-off-by: wep21 <[email protected]> * Merge pull request autowarefoundation#384 from tier4/feature/no_stopping_area Feature/no stopping area Signed-off-by: Kenji Miyake <[email protected]> Co-authored-by: Daisuke Nishimatsu <[email protected]> Co-authored-by: taikitanaka3 <[email protected]> * fix turn signal to indicators (autowarefoundation#123) * fix no ground points topic name (autowarefoundation#125) * support x1 perception config (autowarefoundation#129) * support x1 perception config * remove product config * update launch.py * maintain some filters params in yaml file * add function to create elevation map pipeline * add param to yaml * fix/rviz perception config (autowarefoundation#138) * fix/rename segmentation namespace (autowarefoundation#139) * fix namespace: rviz config * fix namespace: planning stack * rename segmentatino directory * fix namespace: perception stack * fix/add arg in order to disable dummy_perception_publisher from command line (autowarefoundation#144) * change topic name for predicted trajectory (autowarefoundation#145) * feature/use common pointcloud container (autowarefoundation#147) * add container argument * load composable node to pointcloud_container * fix autoware_launch * enable multi-thread * improve readability * add vehicle_info_param_file Signed-off-by: tomoya.kimura <[email protected]> * ci(pre-commit): autofix * fix launch files and remove api launch Signed-off-by: tomoya.kimura <[email protected]> * ci(pre-commit): autofix * add initial pose relay Signed-off-by: tomoya.kimura <[email protected]> Co-authored-by: mitsudome-r <[email protected]> Co-authored-by: hiroyuki obinata <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> Co-authored-by: Yamasaki Tatsuya <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> Co-authored-by: Kosuke Murakami <[email protected]> Co-authored-by: Daisuke Nishimatsu <[email protected]> Co-authored-by: Fumiya Watanabe <[email protected]> Co-authored-by: Ryohsuke Mitsudome <[email protected]> Co-authored-by: wep21 <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]> Co-authored-by: Autoware <[email protected]> Co-authored-by: taikitanaka3 <[email protected]> Co-authored-by: Taichi Higashide <[email protected]> Co-authored-by: Yukihiro Saito <[email protected]> Co-authored-by: HOSOKAWA Ikuto <[email protected]> Co-authored-by: hosokawa <[email protected]> Co-authored-by: Takagi, Isamu <[email protected]> Co-authored-by: Kazuki Miyahara <[email protected]> Co-authored-by: taikitanaka <[email protected]> Co-authored-by: Takagi, Isamu <[email protected]> Co-authored-by: Keisuke Shima <[email protected]> Co-authored-by: Yusuke FUJII <[email protected]> Co-authored-by: s-azumi <[email protected]> Co-authored-by: Hiroki OTA <[email protected]> Co-authored-by: yabuta <[email protected]> Co-authored-by: Keisuke Shima <[email protected]> Co-authored-by: Satoshi OTA <[email protected]> Co-authored-by: satoshi-ota <[email protected]> Co-authored-by: Takeshi Miura <[email protected]> Co-authored-by: Sugatyon <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
TomohitoAndo
pushed a commit
to TomohitoAndo/autoware.universe
that referenced
this pull request
Jun 2, 2022
chore: sync upstream
TomohitoAndo
pushed a commit
to TomohitoAndo/autoware.universe
that referenced
this pull request
Oct 5, 2022
KYabuuchi
pushed a commit
to KYabuuchi/autoware.universe
that referenced
this pull request
Feb 16, 2023
…ion#54) Signed-off-by: Kenji Miyake <[email protected]>
KYabuuchi
pushed a commit
to KYabuuchi/autoware.universe
that referenced
this pull request
May 31, 2023
Signed-off-by: kminoda <[email protected]>
KYabuuchi
pushed a commit
to KYabuuchi/autoware.universe
that referenced
this pull request
Jun 6, 2023
Signed-off-by: kminoda <[email protected]>
KYabuuchi
pushed a commit
to KYabuuchi/autoware.universe
that referenced
this pull request
Jun 12, 2023
Signed-off-by: kminoda <[email protected]>
KYabuuchi
added a commit
that referenced
this pull request
Jun 22, 2023
* adopt scane_case to undistort, segment_filter Signed-off-by: Kento Yabuuchi <[email protected]> * adopt scane_case to ground_server, ll2_decomposer Signed-off-by: Kento Yabuuchi <[email protected]> * adopt scane_case to twist_converter, twist_estimator Signed-off-by: Kento Yabuuchi <[email protected]> * adopt scane_case to validation packages Signed-off-by: Kento Yabuuchi <[email protected]> * adopt scane_case tomodularized_particle_filter Signed-off-by: Kento Yabuuchi <[email protected]> * adopt scane_case to gnss_particle_corrector Signed-off-by: Kento Yabuuchi <[email protected]> * adopt scane_case to camera_particle_corrector Signed-off-by: Kento Yabuuchi <[email protected]> * adopt scane_case to antishadow_corrector Signed-off-by: Kento Yabuuchi <[email protected]> * adopt scane_case to particle_initializer Signed-off-by: Kento Yabuuchi <[email protected]> * organize launch files Signed-off-by: Kento Yabuuchi <[email protected]> * add twist_visualizer to validate odometry performance Signed-off-by: Kento Yabuuchi <[email protected]> * use SE3::exp() to predict particles & modify linear noise model Signed-off-by: Kento Yabuuchi <[email protected]> * stop to use LL2 to rectify initialpose2d Signed-off-by: Kento Yabuuchi <[email protected]> * fix redundant computation in segment_accumulator Signed-off-by: Kento Yabuuchi <[email protected]> * improve gnss_particle_corrector Signed-off-by: Kento Yabuuchi <[email protected]> * fix segment_accumulator's bug Signed-off-by: Kento Yabuuchi <[email protected]> * add doppler_converter Signed-off-by: Kento Yabuuchi <[email protected]> * add xx2.launch.xml Signed-off-by: Kento Yabuuchi <[email protected]> * add hsv_extractor Signed-off-by: Kento Yabuuchi <[email protected]> * pickup other regions which have same color histogram Signed-off-by: Kento Yabuuchi <[email protected]> * use additional region to filt line-segments Signed-off-by: Kento Yabuuchi <[email protected]> * improve graph-segmentation Signed-off-by: Kento Yabuuchi <[email protected]> * remove `truncate_pixel_threshold` Signed-off-by: Kento Yabuuchi <[email protected]> * refactor graph_segmentator & segment_filter Signed-off-by: Kento Yabuuchi <[email protected]> * add mahalanobis_distance_threshold in GNSS particle corrector Signed-off-by: Kento Yabuuchi <[email protected]> * add extract_line_segments.hpp Signed-off-by: Kento Yabuuchi <[email protected]> * use pcl::transformCloudWithNormals instead of transform_cloud Signed-off-by: Kento Yabuuchi <[email protected]> * filt accumulating segments by LL2 Signed-off-by: Kento Yabuuchi <[email protected]> * move herarchical_cost_map to common Signed-off-by: Kento Yabuuchi <[email protected]> * apply positive feedback for accumulation Signed-off-by: Kento Yabuuchi <[email protected]> * move transform_linesegments() to common pkg Signed-off-by: Kento Yabuuchi <[email protected]> * refactor Signed-off-by: Kento Yabuuchi <[email protected]> * use all projected lines for camera corrector Signed-off-by: Kento Yabuuchi <[email protected]> * evaluate iffy linesegments Signed-off-by: Kento Yabuuchi <[email protected]> * complete to unify ll2-assisted lsd clasification Signed-off-by: Kento Yabuuchi <[email protected]> * add abs_cos2() which is more strict direction constraint Signed-off-by: Kento Yabuuchi <[email protected]> * fix orientation initialization bug Signed-off-by: Kento Yabuuchi <[email protected]> * publish doppler direction Signed-off-by: Kento Yabuuchi <[email protected]> * TMP: add disable/enable switch for camera corrector Signed-off-by: Kento Yabuuchi <[email protected]> * implement doppler orientation correction but it's disabled by default Signed-off-by: Kento Yabuuchi <[email protected]> * speed up camera corrector Signed-off-by: Kento Yabuuchi <[email protected]> * update ros params Signed-off-by: Kento Yabuuchi <[email protected]> * implement kalman filter for ground tilt estimation Signed-off-by: Kento Yabuuchi <[email protected]> * continuous height estimation works well? Signed-off-by: Kento Yabuuchi <[email protected]> * estimate height cotiniously Signed-off-by: Kento Yabuuchi <[email protected]> * use only linesegments which are at same height Signed-off-by: Kento Yabuuchi <[email protected]> * add static_gyro_bias parameter Signed-off-by: Kento Yabuuchi <[email protected]> * fix bug about overlay varidation Signed-off-by: Kento Yabuuchi <[email protected]> * increse ll2 height marging in cost map generation Signed-off-by: Kento Yabuuchi <[email protected]> * add static_gyro_bias in twist.launch.xml Signed-off-by: Kento Yabuuchi <[email protected]> * load pcdless_init_area from ll2 Signed-off-by: Kento Yabuuchi <[email protected]> * add specified initialization area Signed-off-by: Kento Yabuuchi <[email protected]> * add corrector_manager node to disable/enable camera_corrector Signed-off-by: Kento Yabuuchi <[email protected]> * call service to disable camer_corrector from manager Signed-off-by: Kento Yabuuchi <[email protected]> * load corrector disable area Signed-off-by: Kento Yabuuchi <[email protected]> * overlay even if pose is not estiamted Signed-off-by: Kento Yabuuchi <[email protected]> * publish camera corrector's status as string Signed-off-by: Kento Yabuuchi <[email protected]> * add set_booL_panel for camera_corrector enable/disable Signed-off-by: Kento Yabuuchi <[email protected]> * load bounding box from lanelet2 Signed-off-by: Kento Yabuuchi <[email protected]> * draw bounding box on cost map Signed-off-by: Kento Yabuuchi <[email protected]> * remove at2,at1 from cost map Signed-off-by: Kento Yabuuchi <[email protected]> * use cost_map::at() instread pf at2() Signed-off-by: Kento Yabuuchi <[email protected]> * move cost map library from common to camera corrector Signed-off-by: Kento Yabuuchi <[email protected]> * use logit for particle weighting but it does not work well Signed-off-by: Kento Yabuuchi <[email protected]> * prob_to_logit() requires non-intuitive parameters Signed-off-by: Kento Yabuuchi <[email protected]> * goodbye stupid parameters (max_raw_score & score_offset) Signed-off-by: Kento Yabuuchi <[email protected]> * publish two scored pointclouds as debug Signed-off-by: Kento Yabuuchi <[email protected]> * can handle unmapped areas Signed-off-by: Kento Yabuuchi <[email protected]> * remove obsolete packages Signed-off-by: Kento Yabuuchi <[email protected]> * update README.md Signed-off-by: Kento Yabuuchi <[email protected]> * Update README.md * add image of how_to_launch Signed-off-by: Kento Yabuuchi <[email protected]> * add node diagram in readme Signed-off-by: Kento Yabuuchi <[email protected]> * add rviz_description.png in README Signed-off-by: Kento Yabuuchi <[email protected]> * subscribe pose_with_cov & disconnect base_link <-> particle_pose Signed-off-by: Kento Yabuuchi <[email protected]> * remove segment_accumulator & launch ekf_localizer from this project Signed-off-by: Kento Yabuuchi <[email protected]> * add gnss_ekf_corrector Signed-off-by: Kento Yabuuchi <[email protected]> * add camera_ekf_corrector package Signed-off-by: Kento Yabuuchi <[email protected]> * subscribe ekf prediction & synch pose data Signed-off-by: Kento Yabuuchi <[email protected]> * WIP: ready to implement UKF? Signed-off-by: Kento Yabuuchi <[email protected]> * estimate weighted averaging as pose_estimator Signed-off-by: Kento Yabuuchi <[email protected]> * basic algorithm is implemented but it does not work proparly Signed-off-by: Kento Yabuuchi <[email protected]> * apply after_cov_gain_ Signed-off-by: Kento Yabuuchi <[email protected]> * ekf corrector works a little bit appropriately Signed-off-by: Kento Yabuuchi <[email protected]> * increase twist covariance for ekf Signed-off-by: Kento Yabuuchi <[email protected]> * test probability theory Signed-off-by: Kento Yabuuchi <[email protected]> * updat prob.py Signed-off-by: Kento Yabuuchi <[email protected]> * implement de-bayesing but it loooks ugly Signed-off-by: Kento Yabuuchi <[email protected]> * remove obsolete parameters Signed-off-by: Kento Yabuuchi <[email protected]> * skip measurement publishing if travel distance is so short Signed-off-by: Kento Yabuuchi <[email protected]> * use constant covariance because i dont understand what is correct Signed-off-by: Kento Yabuuchi <[email protected]> * add submodule sample_vehicle_launch Signed-off-by: Kento Yabuuchi <[email protected]> * TMP but it works Signed-off-by: Kento Yabuuchi <[email protected]> * add ekf_trigger in particle_initializer.hpp Signed-off-by: Kento Yabuuchi <[email protected]> * publish gnss markers & camera_est pubishes constant cov Signed-off-by: Kento Yabuuchi <[email protected]> * back to pcd-less only launcher Signed-off-by: Kento Yabuuchi <[email protected]> * add bayes_util package Signed-off-by: Kento Yabuuchi <[email protected]> * apply de-bayesing for camera_ekf Signed-off-by: Kento Yabuuchi <[email protected]> * some launch file update Signed-off-by: Kento Yabuuchi <[email protected]> * organize launch files. we can choice mode from ekf/pekf/pf Signed-off-by: Kento Yabuuchi <[email protected]> * organize particle_initializer Signed-off-by: Kento Yabuuchi <[email protected]> * add swap_mode_adaptor WIP Signed-off-by: Kento Yabuuchi <[email protected]> * use latest ekf in autoware & sample_vehicle Signed-off-by: Kento Yabuuchi <[email protected]> * fix bug of swap_adalptor Signed-off-by: Kento Yabuuchi <[email protected]> * fix FIX & FLOAT converter Signed-off-by: Kento Yabuuchi <[email protected]> * fix septentrio doppler converter Signed-off-by: Kento Yabuuchi <[email protected]> * move ekf packages to ekf directory Signed-off-by: Kento Yabuuchi <[email protected]> * ignore corrector_manager Signed-off-by: Kento Yabuuchi <[email protected]> * add standalone arg in launch files Signed-off-by: Kento Yabuuchi <[email protected]> * update semseg_node Signed-off-by: Kento Yabuuchi <[email protected]> * add camera_pose_initializer pkg Signed-off-by: Kento Yabuuchi <[email protected]> * subscribe camera_info&tf and prepare semantic projection Signed-off-by: Kento Yabuuchi <[email protected]> * project semantic image Signed-off-by: Kento Yabuuchi <[email protected]> * create vector map image from ll2 Signed-off-by: Kento Yabuuchi <[email protected]> * create lane image from vector map Signed-off-by: Kento Yabuuchi <[email protected]> * search the most match angle by non-zero pixels Signed-off-by: Kento Yabuuchi <[email protected]> * camera based pose_initializer Signed-off-by: Kento Yabuuchi <[email protected]> * move ekf packages into unstable Signed-off-by: Kento Yabuuchi <[email protected]> * move ekf theory debugger Signed-off-by: Kento Yabuuchi <[email protected]> * add tier4_autoware_msgs as submodule Signed-off-by: Kento Yabuuchi <[email protected]> * move pose_initializer into initializer dir Signed-off-by: Kento Yabuuchi <[email protected]> * add semse_msgs pkg Signed-off-by: Kento Yabuuchi <[email protected]> * separate marker pub function Signed-off-by: Kento Yabuuchi <[email protected]> * separate projection functions Signed-off-by: Kento Yabuuchi <[email protected]> * add semseg_srv client Signed-off-by: Kento Yabuuchi <[email protected]> * move sem-seg directory Signed-off-by: Kento Yabuuchi <[email protected]> * camera pose initilizer works successfully Signed-off-by: Kento Yabuuchi <[email protected]> * rectify covariance along the orientation Signed-off-by: Kento Yabuuchi <[email protected]> * improve initialization parameters Signed-off-by: Kento Yabuuchi <[email protected]> * take into account covariance of request Signed-off-by: Kento Yabuuchi <[email protected]> * use lanelet direciton to compute init pose scores Signed-off-by: Kento Yabuuchi <[email protected]> * semseg download model automatically Signed-off-by: Kento Yabuuchi <[email protected]> * remove sample_vehicle_launch Signed-off-by: Kento Yabuuchi <[email protected]> * add autoware_msgs Signed-off-by: Kento Yabuuchi <[email protected]> * remove obsolete launch files Signed-off-by: Kento Yabuuchi <[email protected]> * add standalone mode for direct initialization Signed-off-by: Kento Yabuuchi <[email protected]> * fix fix_to_pose Signed-off-by: Kento Yabuuchi <[email protected]> * update launch files Signed-off-by: Kento Yabuuchi <[email protected]> * update rviz config Signed-off-by: Kento Yabuuchi <[email protected]> * remove lidar_particle_corrector Signed-off-by: Kento Yabuuchi <[email protected]> * remove Sophus from sunbmodule Signed-off-by: Kento Yabuuchi <[email protected]> * rename submodule directory Signed-off-by: Kento Yabuuchi <[email protected]> * update README and some sample images Signed-off-by: Kento Yabuuchi <[email protected]> * update README.md Signed-off-by: Kento Yabuuchi <[email protected]> * fix override_camera_frame_id bahaviors Signed-off-by: Kento Yabuuchi <[email protected]> * fix some bugs (#4) Signed-off-by: kminoda <[email protected]> * fix: use initialpose from Rviz (#6) * use initialpose from Rviz to init Signed-off-by: Kento Yabuuchi <[email protected]> * add description about how-to-set-initialpose Signed-off-by: Kento Yabuuchi <[email protected]> --------- Signed-off-by: Kento Yabuuchi <[email protected]> * misc: add license (#7) * WIP: add license description Signed-off-by: Kento Yabuuchi <[email protected]> * add license description Signed-off-by: Kento Yabuuchi <[email protected]> * add description about license in README Signed-off-by: Kento Yabuuchi <[email protected]> --------- Signed-off-by: Kento Yabuuchi <[email protected]> * add quick start demo (#8) Signed-off-by: Kento Yabuuchi <[email protected]> * refactor(launch) remove & update obsolete launch files (#9) * delete obsolete launch files Signed-off-by: Kento Yabuuchi <[email protected]> * update documents Signed-off-by: Kento Yabuuchi <[email protected]> --------- Signed-off-by: Kento Yabuuchi <[email protected]> * docs(readme): update architecture image (#10) * replace architecture image in README Signed-off-by: Kento Yabuuchi <[email protected]> * update some images Signed-off-by: Kento Yabuuchi <[email protected]> --------- Signed-off-by: Kento Yabuuchi <[email protected]> * refactor(pcdless_launc/scripts): remove unnecessary scripts (#11) * remove not useful scripts Signed-off-by: Kento Yabuuchi <[email protected]> * rename scripts & add descriptions Signed-off-by: Kento Yabuuchi <[email protected]> * little change Signed-off-by: Kento Yabuuchi <[email protected]> * remove odaiba.rviz Signed-off-by: Kento Yabuuchi <[email protected]> * grammer fix Signed-off-by: Kento Yabuuchi <[email protected]> --------- Signed-off-by: Kento Yabuuchi <[email protected]> * fix(pcdless_launch): fix a build bug Signed-off-by: kminoda <[email protected]> * fix(twist_estimator): use velocity_report by default Signed-off-by: kminoda <[email protected]> * fix bug Signed-off-by: kminoda <[email protected]> * debugged, now works Signed-off-by: kminoda <[email protected]> * update sample rosbag link (#14) Signed-off-by: Kento Yabuuchi <[email protected]> * feature(graph_segment, gnss_particle_corrector): make some features switchable (#17) * make additional-graph-segment-pickup disablable Signed-off-by: Kento Yabuuchi <[email protected]> * enlarge gnss_mahalanobis_distance_threshold in expressway.launch Signed-off-by: Kento Yabuuchi <[email protected]> --------- Signed-off-by: Kento Yabuuchi <[email protected]> * fix: minor fix for multi camera support (#18) * fix: minor fix for multi camera support Signed-off-by: kminoda <[email protected]> * update Signed-off-by: kminoda <[email protected]> * update Signed-off-by: kminoda <[email protected]> * fix typo Signed-off-by: kminoda <[email protected]> --------- Signed-off-by: kminoda <[email protected]> * refactor(retroactive_resampler): more readable (#19) * make Hisotry class Signed-off-by: Kento Yabuuchi <[email protected]> * use boost:adaptors::indexed() Signed-off-by: Kento Yabuuchi <[email protected]> * add many comment in resampling() Signed-off-by: Kento Yabuuchi <[email protected]> * does not use ConstSharedPtr Signed-off-by: Kento Yabuuchi <[email protected]> * rename interface of resampler Signed-off-by: Kento Yabuuchi <[email protected]> * circular_buffer is unnecessary Signed-off-by: Kento Yabuuchi <[email protected]> --------- Signed-off-by: Kento Yabuuchi <[email protected]> * refactor(mpf::predictor) resampling interval control in out of resampler (#20) * resampling interval management should be done out of resample() Signed-off-by: Kento Yabuuchi <[email protected]> * resampler class throw exeption rather than optional Signed-off-by: Kento Yabuuchi <[email protected]> * split files for resampling_history Signed-off-by: Kento Yabuuchi <[email protected]> * split files for experimental/suspention_adaptor Signed-off-by: Kento Yabuuchi <[email protected]> --------- Signed-off-by: Kento Yabuuchi <[email protected]> * refactor(mpf::predictor): just refactoring (#21) * remove obsolete functions Signed-off-by: Kento Yabuuchi <[email protected]> * remove test of predictor Signed-off-by: Kento Yabuuchi <[email protected]> * remove remapping in pf.launch.xml for suspension_adapator Signed-off-by: Kento Yabuuchi <[email protected]> * add some comments Signed-off-by: Kento Yabuuchi <[email protected]> --------- Signed-off-by: Kento Yabuuchi <[email protected]> * fix(twist_estimator): remove stop filter for velocity (#23) Signed-off-by: kminoda <[email protected]> * feat(pcdless_launch): add multi camera launcher (#22) * feat(pcdless_launch): add multi camera launcher Signed-off-by: kminoda <[email protected]> * minor fix Signed-off-by: kminoda <[email protected]> --------- Signed-off-by: kminoda <[email protected]> * refactor(CMakeListx.txt): just refactoring (#24) * refactor imgproc/*/CMakeListx.txt Signed-off-by: Kento Yabuuchi <[email protected]> * refactor initializer/*/CMakeListx.txt & add gnss_pose_initializer pkg Signed-off-by: Kento Yabuuchi <[email protected]> * rename some files in twist/ & refactor pf/*/cmakelist Signed-off-by: Kento Yabuuchi <[email protected]> * refactor validation/*/CMakeListx.txt Signed-off-by: Kento Yabuuchi <[email protected]> * fix some obsolete executor name Signed-off-by: Kento Yabuuchi <[email protected]> --------- Signed-off-by: Kento Yabuuchi <[email protected]> * fix: rename lsd variables and files (#26) Signed-off-by: kminoda <[email protected]> * misc: reame pcdless to yabloc (#25) * rename pcdless to yabloc Signed-off-by: Kento Yabuuchi <[email protected]> * fix conflict miss Signed-off-by: Kento Yabuuchi <[email protected]> --------- Signed-off-by: Kento Yabuuchi <[email protected]> * visualize path (#28) Signed-off-by: Kento Yabuuchi <[email protected]> * docs: update readme about particle filter (#30) * update mpf/README.md Signed-off-by: Kento Yabuuchi <[email protected]> * update gnss_corrector/README.md Signed-off-by: Kento Yabuuchi <[email protected]> * update camera_corrector/README.md Signed-off-by: Kento Yabuuchi <[email protected]> --------- Signed-off-by: Kento Yabuuchi <[email protected]> * feat(segment_filter): publish images with lines and refactor (#29) * feat(segment_filter): publish images with lines Signed-off-by: kminoda <[email protected]> * update validation Signed-off-by: kminoda <[email protected]> * update imgproc (reverted) Signed-off-by: kminoda <[email protected]> * large change inclding refactoring Signed-off-by: kminoda <[email protected]> * major update Signed-off-by: kminoda <[email protected]> * revert rviz config Signed-off-by: kminoda <[email protected]> * minor fix in name Signed-off-by: kminoda <[email protected]> * add validation option Signed-off-by: kminoda <[email protected]> * update architecture svg Signed-off-by: kminoda <[email protected]> * rename validation.launch to overlay.launch Signed-off-by: Kento Yabuuchi <[email protected]> * no throw runtime_error (unintentionaly applying format) Signed-off-by: Kento Yabuuchi <[email protected]> --------- Signed-off-by: kminoda <[email protected]> Signed-off-by: Kento Yabuuchi <[email protected]> Co-authored-by: Kento Yabuuchi <[email protected]> * catch runtime_error when particle id is invalid (#31) Signed-off-by: Kento Yabuuchi <[email protected]> * return if info is nullopt (#32) Signed-off-by: Kento Yabuuchi <[email protected]> * pose_buffer is sometimes empty (#33) Signed-off-by: Kento Yabuuchi <[email protected]> * use_yaw_of_initialpose (#34) Signed-off-by: Kento Yabuuchi <[email protected]> * feat(interface): remove incompatible interface (#35) * not use ublox_msg when run as autoware Signed-off-by: Kento Yabuuchi <[email protected]> * remove twist/kalman/twist & use twist_estimator/twist_with_covariance Signed-off-by: Kento Yabuuchi <[email protected]> * update particle_array stamp even if the time stamp seems wrong Signed-off-by: Kento Yabuuchi <[email protected]> --------- Signed-off-by: Kento Yabuuchi <[email protected]> * fix: suppress info/warn_stream (#37) * does not stream undistortion time Signed-off-by: Kento Yabuuchi <[email protected]> * improve warn stream when skip particle weighting Signed-off-by: Kento Yabuuchi <[email protected]> * surpress frequency of warnings during synchronized particle searching Signed-off-by: Kento Yabuuchi <[email protected]> * fix camera_pose_initializer Signed-off-by: Kento Yabuuchi <[email protected]> --------- Signed-off-by: Kento Yabuuchi <[email protected]> * /switch must not be nice name (#39) Signed-off-by: Kento Yabuuchi <[email protected]> * misc(readme): update readme (#41) * add youtube link and change thumbnail Signed-off-by: Kento Yabuuchi <[email protected]> * improve input/output topics Signed-off-by: Kento Yabuuchi <[email protected]> * quick start demo screen image Signed-off-by: Kento Yabuuchi <[email protected]> * add abstruct architecture and detail architecture Signed-off-by: Kento Yabuuchi <[email protected]> --------- Signed-off-by: Kento Yabuuchi <[email protected]> * docs(rosdep): fix package.xml to ensure build success (#44) * fix package.xml to success build Signed-off-by: Kento Yabuuchi <[email protected]> * add 'rosdep install' in how-to-build Signed-off-by: Kento Yabuuchi <[email protected]> --------- Signed-off-by: Kento Yabuuchi <[email protected]> * add geographiclib in package.xml (#46) Signed-off-by: Kento Yabuuchi <[email protected]> * fix path search error in build stage (#45) * fix path search error in build stage * fix tier4/YabLoc#45 (comment) * Feature/remove submodule (#47) * remove submodules Signed-off-by: Kento Yabuuchi <[email protected]> * remove doppler converter Signed-off-by: Kento Yabuuchi <[email protected]> --------- Signed-off-by: Kento Yabuuchi <[email protected]> * feature: change node namespace to /localization/yabloc/** from /localization/** (#48) * change node namespace Signed-off-by: Kento Yabuuchi <[email protected]> * update namespace for autoware-mode Signed-off-by: Kento Yabuuchi <[email protected]> * update namespace in multi_camera.launch Signed-off-by: Kento Yabuuchi <[email protected]> --------- Signed-off-by: Kento Yabuuchi <[email protected]> * removed unstable packages (#49) Signed-off-by: Kento Yabuuchi <[email protected]> * feature: add *.param.yaml to manage parameters (#50) * make *.param.yaml in imgproc packages Signed-off-by: Kento Yabuuchi <[email protected]> * make *.param.yaml in initializer packages Signed-off-by: Kento Yabuuchi <[email protected]> * make *.param.yaml in map packages Signed-off-by: Kento Yabuuchi <[email protected]> * make *.param.yaml in pf packages Signed-off-by: Kento Yabuuchi <[email protected]> * make *.param.yaml in twist packages Signed-off-by: Kento Yabuuchi <[email protected]> * fix expressway parameter Signed-off-by: Kento Yabuuchi <[email protected]> * fix override_frame_id Signed-off-by: Kento Yabuuchi <[email protected]> * remove default parameters Signed-off-by: Kento Yabuuchi <[email protected]> * fix some remaining invalida parameters Signed-off-by: Kento Yabuuchi <[email protected]> --------- Signed-off-by: Kento Yabuuchi <[email protected]> * does not estimate twist (#51) Signed-off-by: Kento Yabuuchi <[email protected]> * feat(particle_initializer): merge particle_initializer into mpf (#52) * feat(particle_initializer): merge particle_initializer to modulalized_particle_filter Signed-off-by: kminoda <[email protected]> * remove particle_initializer * remove debug message Signed-off-by: kminoda <[email protected]> * remove related parts Signed-off-by: kminoda <[email protected]> * update readme Signed-off-by: kminoda <[email protected]> * rename publishing topic Signed-off-by: Kento Yabuuchi <[email protected]> --------- Signed-off-by: kminoda <[email protected]> Signed-off-by: Kento Yabuuchi <[email protected]> Co-authored-by: Kento Yabuuchi <[email protected]> * fix: remove ll2_transition_area (#54) Signed-off-by: kminoda <[email protected]> * feature(initializer): combine some initializer packages (#56) * combine some package about initializer Signed-off-by: Kento Yabuuchi <[email protected]> * yabloc_pose_initializer works well Signed-off-by: Kento Yabuuchi <[email protected]> * remove old initializer packages Signed-off-by: Kento Yabuuchi <[email protected]> * semseg node can launch Signed-off-by: Kento Yabuuchi <[email protected]> * fix bug Signed-off-by: Kento Yabuuchi <[email protected]> * revert initializer mode Signed-off-by: Kento Yabuuchi <[email protected]> --------- Signed-off-by: Kento Yabuuchi <[email protected]> * feature(imgproc): reudce imgproc packages (#57) * combine some imgproc packages Signed-off-by: Kento Yabuuchi <[email protected]> * combine overlay monitors into imgproc Signed-off-by: Kento Yabuuchi <[email protected]> --------- Signed-off-by: Kento Yabuuchi <[email protected]> * feature(validation): remove validation packages (#58) * remove validation packages Signed-off-by: Kento Yabuuchi <[email protected]> * remove path visualization Signed-off-by: Kento Yabuuchi <[email protected]> --------- Signed-off-by: Kento Yabuuchi <[email protected]> * feature(pf): combine some packages related to particle filter (#59) * create yabloc_particle_filter Signed-off-by: Kento Yabuuchi <[email protected]> * combine gnss_particle_corrector Signed-off-by: Kento Yabuuchi <[email protected]> * combine ll2_cost_map Signed-off-by: Kento Yabuuchi <[email protected]> * combine camera_particle_corrector Signed-off-by: Kento Yabuuchi <[email protected]> * fix launch files Signed-off-by: Kento Yabuuchi <[email protected]> * split README & remove obsolete scripts Signed-off-by: Kento Yabuuchi <[email protected]> * fix config path of multi_camera mode Signed-off-by: Kento Yabuuchi <[email protected]> --------- Signed-off-by: Kento Yabuuchi <[email protected]> * feature: combine map and twist packages (#60) * removed some twist nodes & rename remains to yabloc_twist Signed-off-by: Kento Yabuuchi <[email protected]> * fix launch files for yabloc_twist Signed-off-by: Kento Yabuuchi <[email protected]> * move map packages to yabloc_common Signed-off-by: Kento Yabuuchi <[email protected]> * WIP: I think its impossible Signed-off-by: Kento Yabuuchi <[email protected]> * Revert "WIP: I think its impossible" This reverts commit 49da507bbf9abe8fcebed4d4df44ea5f4075f6d1. * remove map packages & fix some launch files Signed-off-by: Kento Yabuuchi <[email protected]> --------- Signed-off-by: Kento Yabuuchi <[email protected]> * removed obsolete packages Signed-off-by: Kento Yabuuchi <[email protected]> * remove obsolete dot files Signed-off-by: Kento Yabuuchi <[email protected]> * use tier4_loc_launch instead of yabloc_loc_launch Signed-off-by: Kento Yabuuchi <[email protected]> * move launch files to each packages Signed-off-by: Kento Yabuuchi <[email protected]> * remove yabloc_localization_launch Signed-off-by: Kento Yabuuchi <[email protected]> * remove yabloc_launch Signed-off-by: Kento Yabuuchi <[email protected]> * modify yabloc/README.md Signed-off-by: Kento Yabuuchi <[email protected]> * update yabloc_common/README.md Signed-off-by: Kento Yabuuchi <[email protected]> * update yabloc_imgproc README Signed-off-by: Kento Yabuuchi <[email protected]> * update yabloc_particle_filter/README Signed-off-by: Kento Yabuuchi <[email protected]> * update yabloc_pose_initializer/README Signed-off-by: Kento Yabuuchi <[email protected]> * update README Signed-off-by: Kento Yabuuchi <[email protected]> * use native from_bin_msg Signed-off-by: Kento Yabuuchi <[email protected]> * use ifndef instead of pragma once in yabloc_common Signed-off-by: Kento Yabuuchi <[email protected]> * use ifndef instead of pragma once in yabloc_imgproc & yabloc_pf Signed-off-by: Kento Yabuuchi <[email protected]> * use ifndef instead of pragma once in yabloc_pose_initializer Signed-off-by: Kento Yabuuchi <[email protected]> * style(pre-commit): autofix * use autoware_cmake & suppress build warning Signed-off-by: Kento Yabuuchi <[email protected]> * repalce yabloc::Timer with tier4_autoware_utils::StopWatch Signed-off-by: Kento Yabuuchi <[email protected]> * replace 1.414 with std::sqrt(2) Signed-off-by: Kento Yabuuchi <[email protected]> * style(pre-commit): autofix * removed redundant ament_cmake_auto Signed-off-by: Kento Yabuuchi <[email protected]> * removed yabloc_common/timer.hpp Signed-off-by: Kento Yabuuchi <[email protected]> * replaced low_pass_filter with autoware's lowpass_filter_1d Signed-off-by: Kento Yabuuchi <[email protected]> * style(pre-commit): autofix * Squashed commit of the following: Signed-off-by: Kento Yabuuchi <[email protected]> commit cb08e290cca5c00315a58a973ec068e559c9e0a9 Author: Kento Yabuuchi <[email protected]> Date: Tue Jun 13 14:30:09 2023 +0900 removed ublox_msgs in gnss_particle_corrector Signed-off-by: Kento Yabuuchi <[email protected]> commit c158133f184a43914ec5f929645a7869ef8d03be Author: Kento Yabuuchi <[email protected]> Date: Tue Jun 13 14:24:19 2023 +0900 removed obsolete yabloc_multi_camera.launch Signed-off-by: Kento Yabuuchi <[email protected]> commit 10f578945dc257ece936ede097544bf008e5f48d Author: Kento Yabuuchi <[email protected]> Date: Tue Jun 13 14:22:14 2023 +0900 removed ublox_msgs in yabloc_pose_initializer Signed-off-by: Kento Yabuuchi <[email protected]> Signed-off-by: Kento Yabuuchi <[email protected]> * style(pre-commit): autofix * removed fix2mgrs & ublox_stamp Signed-off-by: Kento Yabuuchi <[email protected]> * added ~/ at the top of topic name Signed-off-by: Kento Yabuuchi <[email protected]> * removed use_sim_time in yabloc launch files Signed-off-by: Kento Yabuuchi <[email protected]> * add architecture diagram in README Signed-off-by: Kento Yabuuchi <[email protected]> * rename lsd_node to line_segment_detector Signed-off-by: Kento Yabuuchi <[email protected]> * style(pre-commit): autofix * Update localization/yabloc/README.md fix typo Co-authored-by: Takagi, Isamu <[email protected]> * removed obsolete debug code in similar_area_searcher Signed-off-by: Kento Yabuuchi <[email protected]> * removed suspension_adaptor which manages lifecycle of particle predictor Signed-off-by: Kento Yabuuchi <[email protected]> * style(pre-commit): autofix * renamed semseg to SemanticSegmentation Signed-off-by: Kento Yabuuchi <[email protected]> * style(pre-commit): autofix * fixed README.md to solve markdownlint Signed-off-by: Kento Yabuuchi <[email protected]> * WIP: reflected cpplint's suggestion Signed-off-by: Kento Yabuuchi <[email protected]> * reflected cpplint's suggestion Signed-off-by: Kento Yabuuchi <[email protected]> * rename AbstParaticleFilter in config files Signed-off-by: Kento Yabuuchi <[email protected]> * fixed typo Signed-off-by: Kento Yabuuchi <[email protected]> * used autoware_lint_common Signed-off-by: Kento Yabuuchi <[email protected]> * fixed miss git add Signed-off-by: Kento Yabuuchi <[email protected]> * style(pre-commit): autofix * replaced lanelet_util by lanelet2_extension Signed-off-by: Kento Yabuuchi <[email protected]> * replaced fast_math by tie4_autoware_utils Signed-off-by: Kento Yabuuchi <[email protected]> * sort package.xml Signed-off-by: Kento Yabuuchi <[email protected]> * renamed yabloc_imgproc with yabloc_image_processing Signed-off-by: Kento Yabuuchi <[email protected]> * reflected some review comments Signed-off-by: Kento Yabuuchi <[email protected]> * resolved some TODO Signed-off-by: Kento Yabuuchi <[email protected]> * prioritize NDT if both NDT and YabLoc initializer enabled Signed-off-by: Kento Yabuuchi <[email protected]> * changed localization_mode option names Signed-off-by: Kento Yabuuchi <[email protected]> --------- Signed-off-by: Kento Yabuuchi <[email protected]> Signed-off-by: kminoda <[email protected]> Co-authored-by: kminoda <[email protected]> Co-authored-by: kminoda <[email protected]> Co-authored-by: Akihiro Komori <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Takagi, Isamu <[email protected]>
keiota
pushed a commit
to keiota/autoware.universe
that referenced
this pull request
Aug 17, 2023
Signed-off-by: GitHub <[email protected]> Co-authored-by: kenji-miyake <[email protected]>
ryuichi-maeda
pushed a commit
to sensefield/autoware.universe
that referenced
this pull request
Jan 10, 2025
Update dependabot.yml
NorahXiong
pushed a commit
to NorahXiong/autoware.universe
that referenced
this pull request
Jan 24, 2025
Signed-off-by: GitHub <[email protected]> Signed-off-by: GitHub <[email protected]> Co-authored-by: kenji-miyake <[email protected]>
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
Description
Add localization diagnostics package from https://github.com/tier4/AutowareArchitectureProposal.iv
How to review
Check the following item