-
Notifications
You must be signed in to change notification settings - Fork 650
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add scenario selector package #41
Merged
1222-takeshi
merged 34 commits into
autowarefoundation:tier4/proposal
from
taikitanaka3:1-add-scenario-selector
Dec 6, 2021
Merged
feat: add scenario selector package #41
1222-takeshi
merged 34 commits into
autowarefoundation:tier4/proposal
from
taikitanaka3:1-add-scenario-selector
Dec 6, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp>
This reverts commit 7f877f288151212d5ee578f070fc7e11bd15ad9f. Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp>
Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp>
* Add cmake and package.xml - Remove colcon ignore * First pass: - Remove pubs and subs - Remove lane esoteric lanelet method calls * Add parameter fetching and setting * Add publishers, logging and transforms - Fix createCallback * Remove duration field from lookuptransform * Add topic_tools dependency - launching of rostopic in ROS1 hasn't been ported? * Remove comments from cmake * Remove boost dependency * Remove test parameters * Address PR comments: - Add const reference back - Use initializer list for parameter fetching - Fix fromBinMap reference - Launch publishing from executable tag in launch file * Address PR comment: - Fix launch file launching of ros2 topic publisher
* Change includes * Rename files * Adjustments to make things compile * Other packages
* Use quotes for includes where appropriate * Fix lint tests * Make tests pass hopefully
Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp>
* Added linters to scenario_selector * Removed duplicate dependencies * Add linters to CMake * Only add cppcheck as linter
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
* update first tf Signed-off-by: Kosuke Murakami <kosuke.murakami@tier4.jp> * update Signed-off-by: Kosuke Murakami <kosuke.murakami@tier4.jp>
Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>
Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>
…utowarefoundation#1355) * change trajectory callback implementation * change name of callback function * remove unnecessary function * improve readability Co-authored-by: satoshi-ota <satoshi.ota@gmail.com> Co-authored-by: Satoshi OTA <44889564+satoshi-ota@users.noreply.github.com> Co-authored-by: satoshi-ota <satoshi.ota@gmail.com>
…autowarefoundation#1459) (autowarefoundation#1485) Signed-off-by: Azumi Suzuki <azumi.suzuki@tier4.jp> Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> Co-authored-by: s-azumi <38061530+s-azumi@users.noreply.github.com>
* Add markdownlint and prettier Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Ignore .param.yaml Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Apply format Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
* Fix -Wunused-parameter Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix mistake Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * fix spell * Fix lint issues Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Ignore flake8 warnings Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> Co-authored-by: Hiroki OTA <hiroki.ota@tier4.jp>
* 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 <kenji.miyake@tier4.jp> * Remove ament_cmake_uncrustify and ament_clang_format Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Apply Black Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Apply clang-format Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix build errors Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix for cpplint * Fix include double quotes to angle brackets Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Apply clang-format Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix build errors Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
* port scenario_selector * remove COLCON_IGNORE * use odom * add nav_msgs dependency Co-authored-by: Takayuki Murooka <takayuki.murooka@tier4.jp>
…ation#564) * fix obj shape * fix obj shape * fix goal pose
Co-authored-by: Takayuki Murooka <takayuki.murooka@tier4.jp>
* update iv_msgs -> auto_msgs in planning readme * minor change * some fix * some fix Co-authored-by: Takayuki Murooka <takayuki.murooka@tier4.jp>
taikitanaka3
added a commit
that referenced
this pull request
Dec 1, 2021
* Add autoware api (#22) * Add engage, emergency, door service (#4) * Add external engage and emergency service Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix api utils Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add external door messages Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix lint Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add service and client for logging Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix cppcheck Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add error level Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix maintainer Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix package.xml Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add response build functions Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Remove unnecessary explicit Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add service result type alias Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Rename proxy class Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Change type name Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add service call timeout * Add CI for develop branch Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix CI Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix lint Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Use default argument Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Rename package Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Move response message Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Move autoware_api_utils Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix package.xml format Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix package.xml format Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix package name Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Rename response type Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix enum type Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add version service (#6) * Add diagnostics message (#7) Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add route service (#8) * Add goal and route service Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix service name Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add route message Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add clear route service (#10) Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add stop and velocity type (#9) * Add velocity service and message Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add stop service Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Rename velocity limit service Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Rename pause driving service Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add engage status message (#11) Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add map info message (#13) * Add map info message Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Rename message Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add driver type (#12) * Add driver type Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Modify variable size Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Modify message type Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Remove driver mode from observer Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix observer none mode Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add initial pose service (#14) * Add initial pose service Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Rename service type name Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Remove use gnss flag Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add service mode (#15) Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add control command messages (#20) * Add control command messages Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix control command messages Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add self package namespace (#21) Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add emergency status API (#37) * Add package version API (#36) * Add package version API * Fix message type * Fix message name Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> * Add lanelet XML API (#39) * develop -> main sync (#41) * Add vehicle status types (#25) * Add vehicle status types * Trigger CI * Add vehicle command types (#30) * Add fail safe state types Co-authored-by: Takagi, Isamu <43976882+isamu-takagi@users.noreply.github.com> Co-authored-by: Takagi, Isamu <isamu.takagi@tier4.jp> * fix: remove TODO comment * ci(pre-commit): autofix Co-authored-by: Takagi, Isamu <43976882+isamu-takagi@users.noreply.github.com> Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> Co-authored-by: Kosuke Takeuchi <kosuke.tnp@gmail.com> Co-authored-by: Takagi, Isamu <isamu.takagi@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: taikitanaka3 <65527974+taikitanaka3@users.noreply.github.com>
1222-takeshi
reviewed
Dec 3, 2021
1222-takeshi
approved these changes
Dec 6, 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.
LGTM
1222-takeshi
added a commit
that referenced
this pull request
Dec 6, 2021
* release v0.4.0 * remove ROS1 packages temporarily Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * Revert "remove ROS1 packages temporarily" This reverts commit a78b36113cc2ea65f3fc1c3488a363651b679881. Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * add COLCON_IGNORE to ros1 packages Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * Rename launch files to launch.xml (#28) * port freespace plannet to ros2 (#41) * port freespace plannet to ros2 Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * fix from review : add buildtool dependence & change function name to camelCase Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * fix duration unit for RCLCPP_*_THROTTLE (#75) Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * Convert calls of Duration to Duration::from_seconds where appropriate (#131) * Rename h files to hpp (#142) * Change includes * Rename files * Adjustments to make things compile * Other packages * Adjust copyright notice on 532 out of 699 source files (#143) * Use quotes for includes where appropriate (#144) * Use quotes for includes where appropriate * Fix lint tests * Make tests pass hopefully * Enable lints in freespace_planner (#147) * add missing declaration of parameter (#233) Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * Fix typos in planning modules (#866) (#275) * fix typos in planning * fix corresponding typos in planning * revert fixed typos temporarily due to its impact on launchers Co-authored-by: Kazuki Miyahara <kmiya@outlook.com> * Ros2 fix topic name part1 (#408) * Fix topic name of lane_departure_checker debug Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of mpc_follower debug Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of velocity_controller debug Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of motion_velocity_optimizer debug Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of lane_change_planner debug Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of behavior_velocity_planner debug Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of obstacle_avoidance_planner debug Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of behavior_velocity_planner Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of motion_velocity_optimizer Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of lane_departure_checker Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of mpc_follower Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of behavior_velocity_planner Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of velocity_controller Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of lane_change_planner Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of obstacle_avoidance_planner Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of obstacle_stop_planner Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of costmap_generator Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of freespace_planner Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of surround_obstacle_checker Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of costmap_generator Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of emergency_handler Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix lint errors Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix typo Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * add use_sim-time option (#454) * Make planning modules components (#1263) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Remove use_sim_time for set_parameter (#1260) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Rename AstarNavi to FreespacePlannerNode (#1322) * Rename AstarNavi Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * uncrustify Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Porting freespace planner (#1290) * update HA* for multiple curvatures (#1196) * update HA* for multi-curvature planning Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * restore param to old one Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * cosmetic change Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * Add todo for parameter name change Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * add freespace planner config yaml (#1207) * add freespace planner config yaml * fixed typo * fixed comment * Fix variable names Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix lint Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> Co-authored-by: RyuYamamoto <ryu.yamamoto@tier4.jp> Co-authored-by: Kenji Miyake <kenji.miyake@tier4.jp> Co-authored-by: wep21 <border_goldenmarket@yahoo.co.jp> * Fix wrong rate in freespace_planner (#1564) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * suppress warnings for declare parameters (#1724) * fix for lanelet2_extension * fix for traffic light ssd fine detector * fix for topic_state_monitor * fix for dummy diag publisher * fix for remote cmd converter * fix for vehicle_info_util * fix for multi object tracker * fix for freespace planner * fix for autoware_error_monitor * add Werror for multi object tracker * fix for multi object tracker * add Werror for liraffic light ssd fine detector * add Werror for topic state monitor * add Werror * add Werror * add Werror * add Werror * fix style * set default arg (#1736) (#1737) * Fix -Wunused-parameter (#1836) * Fix -Wunused-parameter Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix mistake Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * fix spell * Fix lint issues Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Ignore flake8 warnings Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> Co-authored-by: Hiroki OTA <hiroki.ota@tier4.jp> * add sort-package-xml hook in pre-commit (#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 * Master sync for parking (#1693) * Reedsshepp distance as a heuristic function in hybrid A star (#1297) * Use reeds sheep distance * Use average radius * Add standalone toy problem * Cleanup standalone node * Add plotter * Add rostest * Arrange directory * Better test and plot settings * Following PEP & small fix cpp * Avoid repeted heap allocation * Standalone reeds-shepp * Licence notice * Use struct instead of raw array * Update license * Removed comment * Add how to use python visualizer * Remove useless methods * Apply clang-format * Do not fully expose StateXYT * Remove StateXYT->q[3] conversion * Use StateXYZ & remove useless functions * Add license in test * Update planning/scenario_planning/parking/astar_search/include/astar_search/astar_search.h Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> * Update planning/scenario_planning/parking/astar_search/src/astar_search.cpp Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> * Install reeds-shepp * Apply markdownlint Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Boost collision checking by pre-caching the collision indexes for all yaw angles (#1298) * Precompute collision index for all theta to accelearte collision * Add test condition that checks solution's feasibility * Fix in response to the review * Update planning/scenario_planning/parking/astar_search/include/astar_search/astar_search.h Co-authored-by: tkimura4 <tomoya.kimura@tier4.jp> * Use inline (#1572) * Modular planner (#1492) * Update * Check working (NOTE somehow 2x faster than the original... why???) * Split header and impl * AstarWaypoint => PlannerWaypoint * AstarParam => PlannerParam * Change package name : astar_search => planning_algorithms * Add override keyword for readability * Apply clang-format & Add License * Remove useless executable * Rearange some functions and members * Add include guard * Remove unused node status * Add virtual destructor * Rename test names * Removed duplicate transformPose * Do not expose transformPose * Compatible planning_algorithms * Pointer to AbstractAlgorithm * Apply clang-format * Removed needless method declaration * Renamed planning_algorithms => parking_planning_algorithms * Add explicit * Apply clang-format * Split parameter into PlannerCommonParam and AstarParam * Tweak * Remove unused line * Split rosparam into common_param and astar_param * Fix package stuff reflect to the chagne of planning_algorithm pkg name * Change class name * Small fix (complied! and check running on Autoware) * Add rosparam : planning_algorithm * Fix comment and ros_info message * Remove useless ; * Add note * Add namespace * Fix typo * Apply clang-format 10 * Remove array3d * Avoid using std * Rename: parking => freespace * Avoid using namespace hoge * Update readme of freesapce planner * Apply clang-format * Update readme for freesplace_planning_algorithms * [freespace_planning_algorithms] apply aedd8626762121ad7 Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * fix inline definition Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * rename directory Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * rename function Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * Fix bug yaw => index conversion * modify package.xml: fix license, add author Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * fix license Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> * Fix bug nearest_index must not be greater than the current target_index_ (#1571) * Fixbug * Apply clang-format * Compute neareset index in the partial trajectory * extract partial_trajectory from current target trajectory Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * add explicit guard Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> * Cleanup & modify readme freespace planner (#1607) * apply clang format Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * align indent Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * rename robot_shape -> vehicle_shape Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * rename step -> distance for TODO Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * modify include guard Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * fix comparison warning Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * update readme Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * add namespace on ros-parameters Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * use autoware_utils Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * align indent Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * fix comparison warning Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Rename files Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Remove boost constants Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Apply lint Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Add missing geometry2 apis Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Porting test code to ros2 Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Apply lint Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Install test script Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Change file mode of test script Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Fix map info data type in test script Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Add namespace and message abbreviation Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Fix typo Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Fix lint Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Fix for pre-commit Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix tf initialization Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> Co-authored-by: Hirokazu Ishida <38597814+HiroIshida@users.noreply.github.com> Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> Co-authored-by: tkimura4 <tomoya.kimura@tier4.jp> Co-authored-by: Kenji Miyake <kenji.miyake@tier4.jp> * set default arg (#1736) * Fix package.xml (#2056) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Change formatter to clang-format and black (#2332) * Revert "Temporarily comment out pre-commit hooks" This reverts commit 748e9cdb145ce12f8b520bcbd97f5ff899fc28a3. * Replace ament_lint_common with autoware_lint_common Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Remove ament_cmake_uncrustify and ament_clang_format Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Apply Black Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Apply clang-format Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix build errors Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix for cpplint * Fix include double quotes to angle brackets Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Apply clang-format Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix build errors Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Add COLCON_IGNORE (#500) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * rename topic name twist -> odometry (#568) Co-authored-by: Takayuki Murooka <takayuki.murooka@tier4.jp> * Port parking planner packages from .Auto (#600) * Copy code of 'vehicle_constants_manager' * Fix vehicle_constants_manager for ROS galactic * Rm .iv costmap_generator freespace_planner freespace_planning_aglorihtms * Add astar_search (from .Auto) * Copy freespace_planner from .Auto * Update freespace_planner for .IV * Copy costmap_generator from .Auto * Copy and update had_map_utils from .Auto * Update costmap_generator * Copy costmap_generator_nodes * Update costmap_generator_nodes * Comment out all tests * Move vehicle_constant_managers to tmp_autoware_auto_dependencies * ignore pre-commit for back-ported packages Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * ignore testing Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> * Port parking modules (#738) * Port costmap_generator * Port freespace_planner * fix readme * ci(pre-commit): autofix * misc Co-authored-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> Co-authored-by: Nikolai Morin <nnmmgit@gmail.com> Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> Co-authored-by: Ryohsuke Mitsudome <43976834+mitsudome-r@users.noreply.github.com> Co-authored-by: Kazuki Miyahara <kmiya@outlook.com> Co-authored-by: Takagi, Isamu <43976882+isamu-takagi@users.noreply.github.com> Co-authored-by: Daisuke Nishimatsu <42202095+wep21@users.noreply.github.com> Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> Co-authored-by: Keisuke Shima <19993104+KeisukeShima@users.noreply.github.com> Co-authored-by: RyuYamamoto <ryu.yamamoto@tier4.jp> Co-authored-by: Kenji Miyake <kenji.miyake@tier4.jp> Co-authored-by: wep21 <border_goldenmarket@yahoo.co.jp> Co-authored-by: Hiroki OTA <hiroki.ota@tier4.jp> Co-authored-by: Hirokazu Ishida <38597814+HiroIshida@users.noreply.github.com> Co-authored-by: Takayuki Murooka <takayuki5168@gmail.com> Co-authored-by: Takayuki Murooka <takayuki.murooka@tier4.jp> Co-authored-by: Maxime CLEMENT <78338830+maxime-clem@users.noreply.github.com> Co-authored-by: Fumiya Watanabe <rej55.g@gmail.com> Co-authored-by: Takeshi Miura <57553950+1222-takeshi@users.noreply.github.com> 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
Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>
tkimura4
pushed a commit
to tkimura4/autoware.universe
that referenced
this pull request
Dec 13, 2021
Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>
tkimura4
pushed a commit
to tkimura4/autoware.universe
that referenced
this pull request
Dec 13, 2021
Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>
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 <kenji.miyake@tier4.jp> Co-authored-by: Kenji Miyake <kenji.miyake@tier4.jp> * 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 <kenji.miyake@tier4.jp> * add obstacle avoid param (#62) * Logging simulator (#65) * Add logging_simulator.launch Signed-off-by: Daisuke Nishimatsu <border_goldenmarket@yahoo.co.jp> * Don't load env when launch driver is false Signed-off-by: Daisuke Nishimatsu <border_goldenmarket@yahoo.co.jp> * Launch vehicle description in logging simulator (#67) Signed-off-by: Daisuke Nishimatsu <border_goldenmarket@yahoo.co.jp> * 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 <ryohsuke.mitsudome@tier4.jp> * Revert "removed ROS1 package" This reverts commit 1e33e7e3f3e839bcdf623f9e3b4b6a14dd4ec35a. * add COLCON_IGNORE file to all ROS1 packages Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * rename *.launch files to *.launch.xml Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * Ros2 port autoware launch (#35) * [autoware_launch] port CMakelists.txt and remove COLCON_IGNORE Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * [autoware_launch] fix planning_simulator.launch.xml Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * [autoware_launch] add rviz config Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * [autoware_launch] first port of autoware_launch Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * lanuch rviz with config file Signed-off-by: kosuke murakami <kosuke.murakami@tier4.jp> * modify launch file for making psim work Signed-off-by: kosuke murakami <kosuke.murakami@tier4.jp> * add vehicle model in launch Signed-off-by: kosuke murakami <kosuke.murakami@tier4.jp> * change from vehicle_model to vehicle_param_file Signed-off-by: kosuke murakami <kosuke.murakami@tier4.jp> * [autoware_launch] add autoware_web_controller and system launch Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * add rosbrdige_suite to build_depends.repos Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * Update rviz Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * update autoware.rviz Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * remove autoware_ros2.rviz Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> Co-authored-by: kosuke murakami <kosuke.murakami@tier4.jp> Co-authored-by: wep21 <border_goldenmarket@yahoo.co.jp> * Update rviz config for vehicle rviz plugins (#41) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * 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 <kenji.miyake@tier4.jp> * Add missing '--' Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Rename vehicle_info.yaml to vehicle_info.param.yaml Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix livox param name Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Ros2 v0.8.0 autoware launch (#58) * [autoware_launch] ros2-porting: v0.5.0 to v0.8.0 Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * Cleanup autoware and logging simulator launch * Add .xml extention * Fix missing arguments * Fix tag * Fix web controller launch Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Update rviz Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * [autoware_launch] Fix yaml name Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * [autoware_launch] Cleanup dependencies Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> Co-authored-by: wep21 <border_goldenmarket@yahoo.co.jp> * [autoware_launch]: Fix missing arguments (#66) Signed-off-by: Autoware <autoware@tier4.jp> Co-authored-by: Autoware <autoware@tier4.jp> * Ros2 update v0.9.0 (#67) * Add pose history into rviz config Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * 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 <border_goldenmarket@yahoo.co.jp> * change global frame to map (#171) * add param (#156) Co-authored-by: taikitanaka3 <65527974+taikitanaka3@users.noreply.github.com> Co-authored-by: Taichi Higashide <taichi.higashide@tier4.jp> Co-authored-by: Yukihiro Saito <yukky.saito@gmail.com> Co-authored-by: tkimura4 <tomoya.kimura@tier4.jp> * Sync with Ros2 v0.8.0 beta (#71) * update sensing launch to support aip_x1 (#69) Signed-off-by: taichiH <azumade.30@gmail.com> * fix logging_simulator_bug (#68) Signed-off-by: taichiH <azumade.30@gmail.com> * fix aip_x1 param (#70) Signed-off-by: taichiH <azumade.30@gmail.com> Co-authored-by: Taichi Higashide <taichi.higashide@tier4.jp> * temporary disable steering angle plugin to avoid RVIZ2 to crash (#76) Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * 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 <ryohsuke.mitsudome@tier4.jp> * update package.xml Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * update build_depends.repos Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * fix CI Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * Fix typo in rviz config (#80) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * fixed typo and added AW_ROS2_USE_SIM_TIME setting (#81) Co-authored-by: hosokawa <hosokawa@sng-3f-ros2-eval.l.sng.tier4.jp> * Fix point size in rviz (#84) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Use sensor data qos for pointcloud (#82) Signed-off-by: Autoware <autoware@tier4.jp> Co-authored-by: Autoware <autoware@tier4.jp> * Ros2 fix topic name part1 (#83) * Fix topic name for behavior_velocity_planner Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of lane_change_planner Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of freespace_planner Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name for freespace_planner Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix various typos in launch files (#97) * add use_sim-time option (#99) * Format launch files (#178) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Replace doc by description (#182) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * 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 <ttatcoder@outlook.jp> * Ros2 fix topic name part2 (#89) * Fix topic name for traffic_light_classifier Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name for traffic_light_visualization Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name for traffic_light_ssd_fine_detector Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> Co-authored-by: taikitanaka3 <65527974+taikitanaka3@users.noreply.github.com> Co-authored-by: tkimura4 <tomoya.kimura@tier4.jp> Co-authored-by: taikitanaka <ttatcoder@outlook.jp> Co-authored-by: Takagi, Isamu <43976882+isamu-takagi@users.noreply.github.com> * Ros2 lsim test (#186) * Add group to launch file for var scope Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Remove pointcloud relay for localization Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add use_sim_time Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Remove pointcloud relay for localization Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> Co-authored-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add vehicle info param server into logging simulator (#194) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Use set_parameter for use_sim_time (#198) * Use set_parameter for use_sim_time Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Add default parameter for scenario simulator Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Add control composed launch (#201) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * add param for psim v2 (#197) * add param for psim v2 Signed-off-by: kosuke murakami <kosuke.murakami@tier4.jp> * Update to pass var 'scenario_simulation' to dummy_perception_publisher * Update dummy_perception_publisher's arg-name Co-authored-by: yamacir-kit <httperror@404-notfound.jp> * 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 <azumi.suzuki@tier4.jp> Co-authored-by: Yusuke FUJII <yusuke.fujii@tier4.jp> Co-authored-by: s-azumi <38061530+s-azumi@users.noreply.github.com> * Add vehicle info launch for setting vehicle info param (#199) * Add vehicle info launch for setting vehicle info param Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Add comment for global parameters section Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Fix year and apply format Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Remove ready vehicle info param Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> Co-authored-by: Kenji Miyake <kenji.miyake@tier4.jp> * Remove vehicle info param server from logging simulator (#211) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Add map.launch.py (#212) * Add map.launch.py Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Update map.launch.xml Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Rename parameter for lanelet2 map path Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Exclude dummy_perception_publisher.launch.xml if is scenario_simulation (#230) * Remove clock publisher (#217) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Fixup for #217 (#254) * Fixup for #217 Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix typo Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Add global_params.launch.py (#260) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * 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 <kenji.miyake@tier4.jp> * Add exec_depend Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * 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 <isamu.takagi@tier4.jp> * Add engage status output Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add internal api adaptor (#273) Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add map hash generator (#319) Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add autoware api launch (#326) * Add autoware api launch Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Apply autoware api launch Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add deprecated comment Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Remove unused parameter (#325) Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add api parameter (#341) Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add start request API (#321) * Add use start request option Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix lint Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Feature external cmd selector heartbeat (#356) * Rename external command topic Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Modify command topic name Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Rename remote_cmd_converter Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Remove gate mode from external command Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix latest external command name (#361) Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix merge conflict Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * change external traffic light topic name in behavior velocity planner (#310) * fix topic * change internal topic name Co-authored-by: yabuta <makoto.yabuta@tier4.jp> * Feature/add virtual traffic light planner (#317) * Move autoware api launch files (#387) * Fix misspell in rviz config (#392) Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * update rviz config (#399) * update rviz config * update config * Fix pre-commit (#407) * Fix pre-commit errors Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix package.xml Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * 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 <31987104+kenji-miyake@users.noreply.github.com> Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> * 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 <kenji.miyake@tier4.jp> * hide traffic light id by default (#286) Co-authored-by: satoshi-ota <satoshi.ota@gmail.com> * 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 <horibe.takamasa@gmail.com> * remove avoidance & side_shift related code Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * 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 <rej55.g@gmail.com> Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * add param in behavior_path_planner (#255) Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * Fix param (#251) * Fix typo Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> Co-authored-by: rej55 <rej55.g@gmail.com> * update rviz config & planner params (#305) Co-authored-by: satoshi-ota <satoshi.ota@gmail.com> * 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 <65527974+taikitanaka3@users.noreply.github.com> * 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 <yukky.saito@gmail.com> * add underscore to marker namespace (#323) Co-authored-by: satoshi-ota <satoshi.ota@gmail.com> * 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 <satoshi.ota@gmail.com> * 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 <kenji.miyake@tier4.jp> * 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 <border_goldenmarket@yahoo.co.jp> * Merge pull request #384 from tier4/feature/no_stopping_area Feature/no stopping area Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> Co-authored-by: Daisuke Nishimatsu <42202095+wep21@users.noreply.github.com> Co-authored-by: taikitanaka3 <65527974+taikitanaka3@users.noreply.github.com> * 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 <tomoya.kimura@tier4.jp> * ci(pre-commit): autofix * fix launch files and remove api launch Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> * ci(pre-commit): autofix * add initial pose relay Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> Co-authored-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> Co-authored-by: hiroyuki obinata <58019445+obi-t4@users.noreply.github.com> Co-authored-by: Kenji Miyake <kenji.miyake@tier4.jp> Co-authored-by: Yamasaki Tatsuya <httperror@404-notfound.jp> Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> Co-authored-by: Kosuke Murakami <kosuke.murakami@tier4.jp> Co-authored-by: Daisuke Nishimatsu <42202095+wep21@users.noreply.github.com> Co-authored-by: Fumiya Watanabe <rej55.g@gmail.com> Co-authored-by: Ryohsuke Mitsudome <43976834+mitsudome-r@users.noreply.github.com> Co-authored-by: wep21 <border_goldenmarket@yahoo.co.jp> Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> Co-authored-by: Autoware <autoware@tier4.jp> Co-authored-by: taikitanaka3 <65527974+taikitanaka3@users.noreply.github.com> Co-authored-by: Taichi Higashide <taichi.higashide@tier4.jp> Co-authored-by: Yukihiro Saito <yukky.saito@gmail.com> Co-authored-by: HOSOKAWA Ikuto <hosokawa.ikuto@gmail.com> Co-authored-by: hosokawa <hosokawa@sng-3f-ros2-eval.l.sng.tier4.jp> Co-authored-by: Takagi, Isamu <43976882+isamu-takagi@users.noreply.github.com> Co-authored-by: Kazuki Miyahara <kmiya@outlook.com> Co-authored-by: taikitanaka <ttatcoder@outlook.jp> Co-authored-by: Takagi, Isamu <isamu.takagi@tier4.jp> Co-authored-by: Keisuke Shima <keisuke.shima@tier4.jp> Co-authored-by: Yusuke FUJII <yusuke.fujii@tier4.jp> Co-authored-by: s-azumi <38061530+s-azumi@users.noreply.github.com> Co-authored-by: Hiroki OTA <hiroki.ota@tier4.jp> Co-authored-by: yabuta <makoto.yabuta@tier4.jp> Co-authored-by: Keisuke Shima <19993104+KeisukeShima@users.noreply.github.com> Co-authored-by: Satoshi OTA <44889564+satoshi-ota@users.noreply.github.com> Co-authored-by: satoshi-ota <satoshi.ota@gmail.com> Co-authored-by: Takeshi Miura <57553950+1222-takeshi@users.noreply.github.com> Co-authored-by: Sugatyon <32741405+Sugatyon@users.noreply.github.com> 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
* Add autoware api (autowarefoundation#22) * Add engage, emergency, door service (#4) * Add external engage and emergency service Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix api utils Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add external door messages Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix lint Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add service and client for logging Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix cppcheck Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add error level Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix maintainer Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix package.xml Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add response build functions Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Remove unnecessary explicit Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add service result type alias Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Rename proxy class Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Change type name Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add service call timeout * Add CI for develop branch Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix CI Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix lint Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Use default argument Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Rename package Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Move response message Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Move autoware_api_utils Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix package.xml format Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix package.xml format Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix package name Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Rename response type Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix enum type Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add version service (#6) * Add diagnostics message (#7) Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add route service (#8) * Add goal and route service Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix service name Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add route message Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add clear route service (#10) Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add stop and velocity type (#9) * Add velocity service and message Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add stop service Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Rename velocity limit service Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Rename pause driving service Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add engage status message (#11) Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add map info message (#13) * Add map info message Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Rename message Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add driver type (#12) * Add driver type Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Modify variable size Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Modify message type Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Remove driver mode from observer Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix observer none mode Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add initial pose service (#14) * Add initial pose service Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Rename service type name Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Remove use gnss flag Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add service mode (autowarefoundation#15) Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add control command messages (autowarefoundation#20) * Add control command messages Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix control command messages Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add self package namespace (autowarefoundation#21) Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add emergency status API (autowarefoundation#37) * Add package version API (autowarefoundation#36) * Add package version API * Fix message type * Fix message name Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> * Add lanelet XML API (autowarefoundation#39) * develop -> main sync (autowarefoundation#41) * Add vehicle status types (autowarefoundation#25) * Add vehicle status types * Trigger CI * Add vehicle command types (autowarefoundation#30) * Add fail safe state types Co-authored-by: Takagi, Isamu <43976882+isamu-takagi@users.noreply.github.com> Co-authored-by: Takagi, Isamu <isamu.takagi@tier4.jp> * fix: remove TODO comment * ci(pre-commit): autofix Co-authored-by: Takagi, Isamu <43976882+isamu-takagi@users.noreply.github.com> Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> Co-authored-by: Kosuke Takeuchi <kosuke.tnp@gmail.com> Co-authored-by: Takagi, Isamu <isamu.takagi@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: taikitanaka3 <65527974+taikitanaka3@users.noreply.github.com>
badai-nguyen
pushed a commit
to badai-nguyen/autoware.universe
that referenced
this pull request
Feb 4, 2022
* release v0.4.0 * remove ROS1 packages temporarily Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * Revert "remove ROS1 packages temporarily" This reverts commit 7f877f288151212d5ee578f070fc7e11bd15ad9f. Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * add COLCON_IGNORE to ros1 packages Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * Rename launch files to launch.xml (autowarefoundation#28) * ROS2 Porting: scenario_selector (autowarefoundation#101) * Add cmake and package.xml - Remove colcon ignore * First pass: - Remove pubs and subs - Remove lane esoteric lanelet method calls * Add parameter fetching and setting * Add publishers, logging and transforms - Fix createCallback * Remove duration field from lookuptransform * Add topic_tools dependency - launching of rostopic in ROS1 hasn't been ported? * Remove comments from cmake * Remove boost dependency * Remove test parameters * Address PR comments: - Add const reference back - Use initializer list for parameter fetching - Fix fromBinMap reference - Launch publishing from executable tag in launch file * Address PR comment: - Fix launch file launching of ros2 topic publisher * Rename h files to hpp (autowarefoundation#142) * Change includes * Rename files * Adjustments to make things compile * Other packages * Adjust copyright notice on 532 out of 699 source files (autowarefoundation#143) * Use quotes for includes where appropriate (autowarefoundation#144) * Use quotes for includes where appropriate * Fix lint tests * Make tests pass hopefully * fixing trasient_local in ROS2 packages (autowarefoundation#160) * [scenario_selector_node] fix timer frequency (autowarefoundation#182) Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * Add linters to scenario_selector (autowarefoundation#157) * Added linters to scenario_selector * Removed duplicate dependencies * Add linters to CMake * Only add cppcheck as linter * Ros2 v0.8.0 scenario selector (autowarefoundation#294) * add use_sim-time option (autowarefoundation#454) * Format launch files (autowarefoundation#1219) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * update first tf (autowarefoundation#1223) * update first tf Signed-off-by: Kosuke Murakami <kosuke.murakami@tier4.jp> * update Signed-off-by: Kosuke Murakami <kosuke.murakami@tier4.jp> * Make planning modules components (autowarefoundation#1263) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Remove use_sim_time for set_parameter (autowarefoundation#1260) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * change trajectory callback implementation (autowarefoundation#1338) (autowarefoundation#1355) * change trajectory callback implementation * change name of callback function * remove unnecessary function * improve readability Co-authored-by: satoshi-ota <satoshi.ota@gmail.com> Co-authored-by: Satoshi OTA <44889564+satoshi-ota@users.noreply.github.com> Co-authored-by: satoshi-ota <satoshi.ota@gmail.com> * Select LaneDriving scenario if vehicle is in lane and goal is in lane (autowarefoundation#1459) (autowarefoundation#1485) Signed-off-by: Azumi Suzuki <azumi.suzuki@tier4.jp> Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> Co-authored-by: s-azumi <38061530+s-azumi@users.noreply.github.com> * Add markdownlint and prettier (autowarefoundation#1661) * Add markdownlint and prettier Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Ignore .param.yaml Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Apply format Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix -Wunused-parameter (autowarefoundation#1836) * Fix -Wunused-parameter Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix mistake Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * fix spell * Fix lint issues Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Ignore flake8 warnings Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> Co-authored-by: Hiroki OTA <hiroki.ota@tier4.jp> * 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 <kenji.miyake@tier4.jp> * Remove ament_cmake_uncrustify and ament_clang_format Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Apply Black Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Apply clang-format Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix build errors Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix for cpplint * Fix include double quotes to angle brackets Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Apply clang-format Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix build errors Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Add COLCON_IGNORE (autowarefoundation#500) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * port scenario_selector (autowarefoundation#482) * port scenario_selector * remove COLCON_IGNORE * use odom * add nav_msgs dependency Co-authored-by: Takayuki Murooka <takayuki.murooka@tier4.jp> * [apply_predicted_obj_type] adapt to autoware auto msgs (autowarefoundation#564) * fix obj shape * fix obj shape * fix goal pose * rename topic name twist -> odometry (autowarefoundation#568) Co-authored-by: Takayuki Murooka <takayuki.murooka@tier4.jp> * update iv_msgs -> auto_msgs in planning readme (autowarefoundation#576) * update iv_msgs -> auto_msgs in planning readme * minor change * some fix * some fix Co-authored-by: Takayuki Murooka <takayuki.murooka@tier4.jp> * fix scenario selector (autowarefoundation#632) * ci(pre-commit): autofix * fix: package title Co-authored-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> Co-authored-by: Nikolai Morin <nnmmgit@gmail.com> Co-authored-by: Jilada Eccleston <jilada.eccleston@gmail.com> Co-authored-by: nik-tier4 <71747268+nik-tier4@users.noreply.github.com> Co-authored-by: Ryohsuke Mitsudome <43976834+mitsudome-r@users.noreply.github.com> Co-authored-by: Esteve Fernandez <esteve@apache.org> Co-authored-by: Daisuke Nishimatsu <42202095+wep21@users.noreply.github.com> Co-authored-by: tkimura4 <tomoya.kimura@tier4.jp> Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> Co-authored-by: Kosuke Murakami <kosuke.murakami@tier4.jp> Co-authored-by: Satoshi OTA <44889564+satoshi-ota@users.noreply.github.com> Co-authored-by: satoshi-ota <satoshi.ota@gmail.com> Co-authored-by: s-azumi <38061530+s-azumi@users.noreply.github.com> Co-authored-by: Hiroki OTA <hiroki.ota@tier4.jp> Co-authored-by: Keisuke Shima <19993104+KeisukeShima@users.noreply.github.com> Co-authored-by: Takayuki Murooka <takayuki5168@gmail.com> Co-authored-by: Takayuki Murooka <takayuki.murooka@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Takeshi Miura <57553950+1222-takeshi@users.noreply.github.com>
badai-nguyen
pushed a commit
to badai-nguyen/autoware.universe
that referenced
this pull request
Feb 4, 2022
* release v0.4.0 * remove ROS1 packages temporarily Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * Revert "remove ROS1 packages temporarily" This reverts commit a78b36113cc2ea65f3fc1c3488a363651b679881. Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * add COLCON_IGNORE to ros1 packages Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * Rename launch files to launch.xml (autowarefoundation#28) * port freespace plannet to ros2 (autowarefoundation#41) * port freespace plannet to ros2 Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * fix from review : add buildtool dependence & change function name to camelCase Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * fix duration unit for RCLCPP_*_THROTTLE (autowarefoundation#75) Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * Convert calls of Duration to Duration::from_seconds where appropriate (autowarefoundation#131) * Rename h files to hpp (autowarefoundation#142) * Change includes * Rename files * Adjustments to make things compile * Other packages * Adjust copyright notice on 532 out of 699 source files (autowarefoundation#143) * Use quotes for includes where appropriate (autowarefoundation#144) * Use quotes for includes where appropriate * Fix lint tests * Make tests pass hopefully * Enable lints in freespace_planner (autowarefoundation#147) * add missing declaration of parameter (autowarefoundation#233) Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * Fix typos in planning modules (autowarefoundation#866) (autowarefoundation#275) * fix typos in planning * fix corresponding typos in planning * revert fixed typos temporarily due to its impact on launchers Co-authored-by: Kazuki Miyahara <kmiya@outlook.com> * Ros2 fix topic name part1 (autowarefoundation#408) * Fix topic name of lane_departure_checker debug Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of mpc_follower debug Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of velocity_controller debug Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of motion_velocity_optimizer debug Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of lane_change_planner debug Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of behavior_velocity_planner debug Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of obstacle_avoidance_planner debug Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of behavior_velocity_planner Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of motion_velocity_optimizer Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of lane_departure_checker Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of mpc_follower Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of behavior_velocity_planner Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of velocity_controller Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of lane_change_planner Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of obstacle_avoidance_planner Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of obstacle_stop_planner Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of costmap_generator Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of freespace_planner Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of surround_obstacle_checker Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of costmap_generator Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of emergency_handler Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix lint errors Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix typo Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * add use_sim-time option (autowarefoundation#454) * Make planning modules components (autowarefoundation#1263) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Remove use_sim_time for set_parameter (autowarefoundation#1260) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Rename AstarNavi to FreespacePlannerNode (autowarefoundation#1322) * Rename AstarNavi Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * uncrustify Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Porting freespace planner (autowarefoundation#1290) * update HA* for multiple curvatures (autowarefoundation#1196) * update HA* for multi-curvature planning Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * restore param to old one Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * cosmetic change Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * Add todo for parameter name change Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * add freespace planner config yaml (autowarefoundation#1207) * add freespace planner config yaml * fixed typo * fixed comment * Fix variable names Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix lint Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> Co-authored-by: RyuYamamoto <ryu.yamamoto@tier4.jp> Co-authored-by: Kenji Miyake <kenji.miyake@tier4.jp> Co-authored-by: wep21 <border_goldenmarket@yahoo.co.jp> * Fix wrong rate in freespace_planner (autowarefoundation#1564) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * suppress warnings for declare parameters (autowarefoundation#1724) * fix for lanelet2_extension * fix for traffic light ssd fine detector * fix for topic_state_monitor * fix for dummy diag publisher * fix for remote cmd converter * fix for vehicle_info_util * fix for multi object tracker * fix for freespace planner * fix for autoware_error_monitor * add Werror for multi object tracker * fix for multi object tracker * add Werror for liraffic light ssd fine detector * add Werror for topic state monitor * add Werror * add Werror * add Werror * add Werror * fix style * set default arg (autowarefoundation#1736) (autowarefoundation#1737) * Fix -Wunused-parameter (autowarefoundation#1836) * Fix -Wunused-parameter Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix mistake Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * fix spell * Fix lint issues Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Ignore flake8 warnings Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> Co-authored-by: Hiroki OTA <hiroki.ota@tier4.jp> * 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 * Master sync for parking (autowarefoundation#1693) * Reedsshepp distance as a heuristic function in hybrid A star (autowarefoundation#1297) * Use reeds sheep distance * Use average radius * Add standalone toy problem * Cleanup standalone node * Add plotter * Add rostest * Arrange directory * Better test and plot settings * Following PEP & small fix cpp * Avoid repeted heap allocation * Standalone reeds-shepp * Licence notice * Use struct instead of raw array * Update license * Removed comment * Add how to use python visualizer * Remove useless methods * Apply clang-format * Do not fully expose StateXYT * Remove StateXYT->q[3] conversion * Use StateXYZ & remove useless functions * Add license in test * Update planning/scenario_planning/parking/astar_search/include/astar_search/astar_search.h Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> * Update planning/scenario_planning/parking/astar_search/src/astar_search.cpp Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> * Install reeds-shepp * Apply markdownlint Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Boost collision checking by pre-caching the collision indexes for all yaw angles (autowarefoundation#1298) * Precompute collision index for all theta to accelearte collision * Add test condition that checks solution's feasibility * Fix in response to the review * Update planning/scenario_planning/parking/astar_search/include/astar_search/astar_search.h Co-authored-by: tkimura4 <tomoya.kimura@tier4.jp> * Use inline (autowarefoundation#1572) * Modular planner (autowarefoundation#1492) * Update * Check working (NOTE somehow 2x faster than the original... why???) * Split header and impl * AstarWaypoint => PlannerWaypoint * AstarParam => PlannerParam * Change package name : astar_search => planning_algorithms * Add override keyword for readability * Apply clang-format & Add License * Remove useless executable * Rearange some functions and members * Add include guard * Remove unused node status * Add virtual destructor * Rename test names * Removed duplicate transformPose * Do not expose transformPose * Compatible planning_algorithms * Pointer to AbstractAlgorithm * Apply clang-format * Removed needless method declaration * Renamed planning_algorithms => parking_planning_algorithms * Add explicit * Apply clang-format * Split parameter into PlannerCommonParam and AstarParam * Tweak * Remove unused line * Split rosparam into common_param and astar_param * Fix package stuff reflect to the chagne of planning_algorithm pkg name * Change class name * Small fix (complied! and check running on Autoware) * Add rosparam : planning_algorithm * Fix comment and ros_info message * Remove useless ; * Add note * Add namespace * Fix typo * Apply clang-format 10 * Remove array3d * Avoid using std * Rename: parking => freespace * Avoid using namespace hoge * Update readme of freesapce planner * Apply clang-format * Update readme for freesplace_planning_algorithms * [freespace_planning_algorithms] apply aedd8626762121ad7 Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * fix inline definition Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * rename directory Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * rename function Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * Fix bug yaw => index conversion * modify package.xml: fix license, add author Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * fix license Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> * Fix bug nearest_index must not be greater than the current target_index_ (autowarefoundation#1571) * Fixbug * Apply clang-format * Compute neareset index in the partial trajectory * extract partial_trajectory from current target trajectory Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * add explicit guard Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> * Cleanup & modify readme freespace planner (autowarefoundation#1607) * apply clang format Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * align indent Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * rename robot_shape -> vehicle_shape Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * rename step -> distance for TODO Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * modify include guard Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * fix comparison warning Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * update readme Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * add namespace on ros-parameters Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * use autoware_utils Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * align indent Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * fix comparison warning Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Rename files Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Remove boost constants Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Apply lint Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Add missing geometry2 apis Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Porting test code to ros2 Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Apply lint Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Install test script Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Change file mode of test script Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Fix map info data type in test script Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Add namespace and message abbreviation Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Fix typo Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Fix lint Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Fix for pre-commit Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix tf initialization Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> Co-authored-by: Hirokazu Ishida <38597814+HiroIshida@users.noreply.github.com> Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> Co-authored-by: tkimura4 <tomoya.kimura@tier4.jp> Co-authored-by: Kenji Miyake <kenji.miyake@tier4.jp> * set default arg (autowarefoundation#1736) * Fix package.xml (autowarefoundation#2056) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Change formatter to clang-format and black (autowarefoundation#2332) * Revert "Temporarily comment out pre-commit hooks" This reverts commit 748e9cdb145ce12f8b520bcbd97f5ff899fc28a3. * Replace ament_lint_common with autoware_lint_common Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Remove ament_cmake_uncrustify and ament_clang_format Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Apply Black Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Apply clang-format Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix build errors Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix for cpplint * Fix include double quotes to angle brackets Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Apply clang-format Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix build errors Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Add COLCON_IGNORE (autowarefoundation#500) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * rename topic name twist -> odometry (autowarefoundation#568) Co-authored-by: Takayuki Murooka <takayuki.murooka@tier4.jp> * Port parking planner packages from .Auto (autowarefoundation#600) * Copy code of 'vehicle_constants_manager' * Fix vehicle_constants_manager for ROS galactic * Rm .iv costmap_generator freespace_planner freespace_planning_aglorihtms * Add astar_search (from .Auto) * Copy freespace_planner from .Auto * Update freespace_planner for .IV * Copy costmap_generator from .Auto * Copy and update had_map_utils from .Auto * Update costmap_generator * Copy costmap_generator_nodes * Update costmap_generator_nodes * Comment out all tests * Move vehicle_constant_managers to tmp_autoware_auto_dependencies * ignore pre-commit for back-ported packages Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * ignore testing Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> * Port parking modules (autowarefoundation#738) * Port costmap_generator * Port freespace_planner * fix readme * ci(pre-commit): autofix * misc Co-authored-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> Co-authored-by: Nikolai Morin <nnmmgit@gmail.com> Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> Co-authored-by: Ryohsuke Mitsudome <43976834+mitsudome-r@users.noreply.github.com> Co-authored-by: Kazuki Miyahara <kmiya@outlook.com> Co-authored-by: Takagi, Isamu <43976882+isamu-takagi@users.noreply.github.com> Co-authored-by: Daisuke Nishimatsu <42202095+wep21@users.noreply.github.com> Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> Co-authored-by: Keisuke Shima <19993104+KeisukeShima@users.noreply.github.com> Co-authored-by: RyuYamamoto <ryu.yamamoto@tier4.jp> Co-authored-by: Kenji Miyake <kenji.miyake@tier4.jp> Co-authored-by: wep21 <border_goldenmarket@yahoo.co.jp> Co-authored-by: Hiroki OTA <hiroki.ota@tier4.jp> Co-authored-by: Hirokazu Ishida <38597814+HiroIshida@users.noreply.github.com> Co-authored-by: Takayuki Murooka <takayuki5168@gmail.com> Co-authored-by: Takayuki Murooka <takayuki.murooka@tier4.jp> Co-authored-by: Maxime CLEMENT <78338830+maxime-clem@users.noreply.github.com> Co-authored-by: Fumiya Watanabe <rej55.g@gmail.com> Co-authored-by: Takeshi Miura <57553950+1222-takeshi@users.noreply.github.com> 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
* 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 <kenji.miyake@tier4.jp> Co-authored-by: Kenji Miyake <kenji.miyake@tier4.jp> * 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 <kenji.miyake@tier4.jp> * add obstacle avoid param (autowarefoundation#62) * Logging simulator (autowarefoundation#65) * Add logging_simulator.launch Signed-off-by: Daisuke Nishimatsu <border_goldenmarket@yahoo.co.jp> * Don't load env when launch driver is false Signed-off-by: Daisuke Nishimatsu <border_goldenmarket@yahoo.co.jp> * Launch vehicle description in logging simulator (autowarefoundation#67) Signed-off-by: Daisuke Nishimatsu <border_goldenmarket@yahoo.co.jp> * 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 <ryohsuke.mitsudome@tier4.jp> * Revert "removed ROS1 package" This reverts commit 1e33e7e3f3e839bcdf623f9e3b4b6a14dd4ec35a. * add COLCON_IGNORE file to all ROS1 packages Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * rename *.launch files to *.launch.xml Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * Ros2 port autoware launch (autowarefoundation#35) * [autoware_launch] port CMakelists.txt and remove COLCON_IGNORE Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * [autoware_launch] fix planning_simulator.launch.xml Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * [autoware_launch] add rviz config Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * [autoware_launch] first port of autoware_launch Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * lanuch rviz with config file Signed-off-by: kosuke murakami <kosuke.murakami@tier4.jp> * modify launch file for making psim work Signed-off-by: kosuke murakami <kosuke.murakami@tier4.jp> * add vehicle model in launch Signed-off-by: kosuke murakami <kosuke.murakami@tier4.jp> * change from vehicle_model to vehicle_param_file Signed-off-by: kosuke murakami <kosuke.murakami@tier4.jp> * [autoware_launch] add autoware_web_controller and system launch Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * add rosbrdige_suite to build_depends.repos Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * Update rviz Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * update autoware.rviz Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * remove autoware_ros2.rviz Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> Co-authored-by: kosuke murakami <kosuke.murakami@tier4.jp> Co-authored-by: wep21 <border_goldenmarket@yahoo.co.jp> * Update rviz config for vehicle rviz plugins (autowarefoundation#41) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * 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 <kenji.miyake@tier4.jp> * Add missing '--' Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Rename vehicle_info.yaml to vehicle_info.param.yaml Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix livox param name Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Ros2 v0.8.0 autoware launch (autowarefoundation#58) * [autoware_launch] ros2-porting: v0.5.0 to v0.8.0 Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * Cleanup autoware and logging simulator launch * Add .xml extention * Fix missing arguments * Fix tag * Fix web controller launch Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Update rviz Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * [autoware_launch] Fix yaml name Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * [autoware_launch] Cleanup dependencies Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> Co-authored-by: wep21 <border_goldenmarket@yahoo.co.jp> * [autoware_launch]: Fix missing arguments (autowarefoundation#66) Signed-off-by: Autoware <autoware@tier4.jp> Co-authored-by: Autoware <autoware@tier4.jp> * Ros2 update v0.9.0 (autowarefoundation#67) * Add pose history into rviz config Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * 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 <border_goldenmarket@yahoo.co.jp> * change global frame to map (autowarefoundation#171) * add param (autowarefoundation#156) Co-authored-by: taikitanaka3 <65527974+taikitanaka3@users.noreply.github.com> Co-authored-by: Taichi Higashide <taichi.higashide@tier4.jp> Co-authored-by: Yukihiro Saito <yukky.saito@gmail.com> Co-authored-by: tkimura4 <tomoya.kimura@tier4.jp> * Sync with Ros2 v0.8.0 beta (autowarefoundation#71) * update sensing launch to support aip_x1 (autowarefoundation#69) Signed-off-by: taichiH <azumade.30@gmail.com> * fix logging_simulator_bug (autowarefoundation#68) Signed-off-by: taichiH <azumade.30@gmail.com> * fix aip_x1 param (autowarefoundation#70) Signed-off-by: taichiH <azumade.30@gmail.com> Co-authored-by: Taichi Higashide <taichi.higashide@tier4.jp> * temporary disable steering angle plugin to avoid RVIZ2 to crash (autowarefoundation#76) Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * 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 <ryohsuke.mitsudome@tier4.jp> * update package.xml Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * update build_depends.repos Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * fix CI Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * Fix typo in rviz config (autowarefoundation#80) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * fixed typo and added AW_ROS2_USE_SIM_TIME setting (autowarefoundation#81) Co-authored-by: hosokawa <hosokawa@sng-3f-ros2-eval.l.sng.tier4.jp> * Fix point size in rviz (autowarefoundation#84) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Use sensor data qos for pointcloud (autowarefoundation#82) Signed-off-by: Autoware <autoware@tier4.jp> Co-authored-by: Autoware <autoware@tier4.jp> * Ros2 fix topic name part1 (autowarefoundation#83) * Fix topic name for behavior_velocity_planner Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of lane_change_planner Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of freespace_planner Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name for freespace_planner Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * 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 <kenji.miyake@tier4.jp> * Replace doc by description (autowarefoundation#182) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * 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 <ttatcoder@outlook.jp> * Ros2 fix topic name part2 (autowarefoundation#89) * Fix topic name for traffic_light_classifier Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name for traffic_light_visualization Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name for traffic_light_ssd_fine_detector Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> Co-authored-by: taikitanaka3 <65527974+taikitanaka3@users.noreply.github.com> Co-authored-by: tkimura4 <tomoya.kimura@tier4.jp> Co-authored-by: taikitanaka <ttatcoder@outlook.jp> Co-authored-by: Takagi, Isamu <43976882+isamu-takagi@users.noreply.github.com> * Ros2 lsim test (autowarefoundation#186) * Add group to launch file for var scope Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Remove pointcloud relay for localization Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add use_sim_time Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Remove pointcloud relay for localization Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> Co-authored-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add vehicle info param server into logging simulator (autowarefoundation#194) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Use set_parameter for use_sim_time (autowarefoundation#198) * Use set_parameter for use_sim_time Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Add default parameter for scenario simulator Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Add control composed launch (autowarefoundation#201) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * add param for psim v2 (autowarefoundation#197) * add param for psim v2 Signed-off-by: kosuke murakami <kosuke.murakami@tier4.jp> * Update to pass var 'scenario_simulation' to dummy_perception_publisher * Update dummy_perception_publisher's arg-name Co-authored-by: yamacir-kit <httperror@404-notfound.jp> * 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 <azumi.suzuki@tier4.jp> Co-authored-by: Yusuke FUJII <yusuke.fujii@tier4.jp> Co-authored-by: s-azumi <38061530+s-azumi@users.noreply.github.com> * Add vehicle info launch for setting vehicle info param (autowarefoundation#199) * Add vehicle info launch for setting vehicle info param Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Add comment for global parameters section Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Fix year and apply format Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Remove ready vehicle info param Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> Co-authored-by: Kenji Miyake <kenji.miyake@tier4.jp> * Remove vehicle info param server from logging simulator (autowarefoundation#211) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Add map.launch.py (autowarefoundation#212) * Add map.launch.py Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Update map.launch.xml Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Rename parameter for lanelet2 map path Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Exclude dummy_perception_publisher.launch.xml if is scenario_simulation (autowarefoundation#230) * Remove clock publisher (autowarefoundation#217) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Fixup for autowarefoundation#217 (autowarefoundation#254) * Fixup for autowarefoundation#217 Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix typo Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Add global_params.launch.py (autowarefoundation#260) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * 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 <kenji.miyake@tier4.jp> * Add exec_depend Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * 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 <isamu.takagi@tier4.jp> * Add engage status output Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add internal api adaptor (autowarefoundation#273) Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add map hash generator (autowarefoundation#319) Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add autoware api launch (autowarefoundation#326) * Add autoware api launch Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Apply autoware api launch Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add deprecated comment Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Remove unused parameter (autowarefoundation#325) Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add api parameter (autowarefoundation#341) Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add start request API (autowarefoundation#321) * Add use start request option Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix lint Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Feature external cmd selector heartbeat (autowarefoundation#356) * Rename external command topic Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Modify command topic name Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Rename remote_cmd_converter Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Remove gate mode from external command Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix latest external command name (autowarefoundation#361) Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix merge conflict Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * change external traffic light topic name in behavior velocity planner (autowarefoundation#310) * fix topic * change internal topic name Co-authored-by: yabuta <makoto.yabuta@tier4.jp> * 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 <isamu.takagi@tier4.jp> * update rviz config (autowarefoundation#399) * update rviz config * update config * Fix pre-commit (autowarefoundation#407) * Fix pre-commit errors Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix package.xml Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * 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 <31987104+kenji-miyake@users.noreply.github.com> Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> * 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 <kenji.miyake@tier4.jp> * hide traffic light id by default (autowarefoundation#286) Co-authored-by: satoshi-ota <satoshi.ota@gmail.com> * 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 <horibe.takamasa@gmail.com> * remove avoidance & side_shift related code Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * 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 <rej55.g@gmail.com> Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * add param in behavior_path_planner (autowarefoundation#255) Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * Fix param (autowarefoundation#251) * Fix typo Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> Co-authored-by: rej55 <rej55.g@gmail.com> * update rviz config & planner params (autowarefoundation#305) Co-authored-by: satoshi-ota <satoshi.ota@gmail.com> * 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 <65527974+taikitanaka3@users.noreply.github.com> * 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 <yukky.saito@gmail.com> * add underscore to marker namespace (autowarefoundation#323) Co-authored-by: satoshi-ota <satoshi.ota@gmail.com> * 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 <satoshi.ota@gmail.com> * 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 <kenji.miyake@tier4.jp> * 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 <border_goldenmarket@yahoo.co.jp> * Merge pull request autowarefoundation#384 from tier4/feature/no_stopping_area Feature/no stopping area Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> Co-authored-by: Daisuke Nishimatsu <42202095+wep21@users.noreply.github.com> Co-authored-by: taikitanaka3 <65527974+taikitanaka3@users.noreply.github.com> * 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 <tomoya.kimura@tier4.jp> * ci(pre-commit): autofix * fix launch files and remove api launch Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> * ci(pre-commit): autofix * add initial pose relay Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> Co-authored-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> Co-authored-by: hiroyuki obinata <58019445+obi-t4@users.noreply.github.com> Co-authored-by: Kenji Miyake <kenji.miyake@tier4.jp> Co-authored-by: Yamasaki Tatsuya <httperror@404-notfound.jp> Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> Co-authored-by: Kosuke Murakami <kosuke.murakami@tier4.jp> Co-authored-by: Daisuke Nishimatsu <42202095+wep21@users.noreply.github.com> Co-authored-by: Fumiya Watanabe <rej55.g@gmail.com> Co-authored-by: Ryohsuke Mitsudome <43976834+mitsudome-r@users.noreply.github.com> Co-authored-by: wep21 <border_goldenmarket@yahoo.co.jp> Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> Co-authored-by: Autoware <autoware@tier4.jp> Co-authored-by: taikitanaka3 <65527974+taikitanaka3@users.noreply.github.com> Co-authored-by: Taichi Higashide <taichi.higashide@tier4.jp> Co-authored-by: Yukihiro Saito <yukky.saito@gmail.com> Co-authored-by: HOSOKAWA Ikuto <hosokawa.ikuto@gmail.com> Co-authored-by: hosokawa <hosokawa@sng-3f-ros2-eval.l.sng.tier4.jp> Co-authored-by: Takagi, Isamu <43976882+isamu-takagi@users.noreply.github.com> Co-authored-by: Kazuki Miyahara <kmiya@outlook.com> Co-authored-by: taikitanaka <ttatcoder@outlook.jp> Co-authored-by: Takagi, Isamu <isamu.takagi@tier4.jp> Co-authored-by: Keisuke Shima <keisuke.shima@tier4.jp> Co-authored-by: Yusuke FUJII <yusuke.fujii@tier4.jp> Co-authored-by: s-azumi <38061530+s-azumi@users.noreply.github.com> Co-authored-by: Hiroki OTA <hiroki.ota@tier4.jp> Co-authored-by: yabuta <makoto.yabuta@tier4.jp> Co-authored-by: Keisuke Shima <19993104+KeisukeShima@users.noreply.github.com> Co-authored-by: Satoshi OTA <44889564+satoshi-ota@users.noreply.github.com> Co-authored-by: satoshi-ota <satoshi.ota@gmail.com> Co-authored-by: Takeshi Miura <57553950+1222-takeshi@users.noreply.github.com> Co-authored-by: Sugatyon <32741405+Sugatyon@users.noreply.github.com> 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
* Add autoware api (autowarefoundation#22) * Add engage, emergency, door service (#4) * Add external engage and emergency service Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix api utils Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add external door messages Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix lint Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add service and client for logging Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix cppcheck Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add error level Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix maintainer Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix package.xml Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add response build functions Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Remove unnecessary explicit Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add service result type alias Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Rename proxy class Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Change type name Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add service call timeout * Add CI for develop branch Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix CI Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix lint Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Use default argument Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Rename package Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Move response message Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Move autoware_api_utils Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix package.xml format Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix package.xml format Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix package name Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Rename response type Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix enum type Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add version service (#6) * Add diagnostics message (#7) Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add route service (#8) * Add goal and route service Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix service name Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add route message Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add clear route service (#10) Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add stop and velocity type (#9) * Add velocity service and message Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add stop service Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Rename velocity limit service Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Rename pause driving service Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add engage status message (#11) Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add map info message (#13) * Add map info message Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Rename message Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add driver type (#12) * Add driver type Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Modify variable size Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Modify message type Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Remove driver mode from observer Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix observer none mode Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add initial pose service (#14) * Add initial pose service Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Rename service type name Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Remove use gnss flag Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add service mode (autowarefoundation#15) Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add control command messages (autowarefoundation#20) * Add control command messages Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix control command messages Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add self package namespace (autowarefoundation#21) Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add emergency status API (autowarefoundation#37) * Add package version API (autowarefoundation#36) * Add package version API * Fix message type * Fix message name Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> * Add lanelet XML API (autowarefoundation#39) * develop -> main sync (autowarefoundation#41) * Add vehicle status types (autowarefoundation#25) * Add vehicle status types * Trigger CI * Add vehicle command types (autowarefoundation#30) * Add fail safe state types Co-authored-by: Takagi, Isamu <43976882+isamu-takagi@users.noreply.github.com> Co-authored-by: Takagi, Isamu <isamu.takagi@tier4.jp> * fix: remove TODO comment * ci(pre-commit): autofix Co-authored-by: Takagi, Isamu <43976882+isamu-takagi@users.noreply.github.com> Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> Co-authored-by: Kosuke Takeuchi <kosuke.tnp@gmail.com> Co-authored-by: Takagi, Isamu <isamu.takagi@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: taikitanaka3 <65527974+taikitanaka3@users.noreply.github.com>
badai-nguyen
pushed a commit
to badai-nguyen/autoware.universe
that referenced
this pull request
Feb 4, 2022
* release v0.4.0 * remove ROS1 packages temporarily Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * Revert "remove ROS1 packages temporarily" This reverts commit 7f877f288151212d5ee578f070fc7e11bd15ad9f. Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * add COLCON_IGNORE to ros1 packages Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * Rename launch files to launch.xml (autowarefoundation#28) * ROS2 Porting: scenario_selector (autowarefoundation#101) * Add cmake and package.xml - Remove colcon ignore * First pass: - Remove pubs and subs - Remove lane esoteric lanelet method calls * Add parameter fetching and setting * Add publishers, logging and transforms - Fix createCallback * Remove duration field from lookuptransform * Add topic_tools dependency - launching of rostopic in ROS1 hasn't been ported? * Remove comments from cmake * Remove boost dependency * Remove test parameters * Address PR comments: - Add const reference back - Use initializer list for parameter fetching - Fix fromBinMap reference - Launch publishing from executable tag in launch file * Address PR comment: - Fix launch file launching of ros2 topic publisher * Rename h files to hpp (autowarefoundation#142) * Change includes * Rename files * Adjustments to make things compile * Other packages * Adjust copyright notice on 532 out of 699 source files (autowarefoundation#143) * Use quotes for includes where appropriate (autowarefoundation#144) * Use quotes for includes where appropriate * Fix lint tests * Make tests pass hopefully * fixing trasient_local in ROS2 packages (autowarefoundation#160) * [scenario_selector_node] fix timer frequency (autowarefoundation#182) Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * Add linters to scenario_selector (autowarefoundation#157) * Added linters to scenario_selector * Removed duplicate dependencies * Add linters to CMake * Only add cppcheck as linter * Ros2 v0.8.0 scenario selector (autowarefoundation#294) * add use_sim-time option (autowarefoundation#454) * Format launch files (autowarefoundation#1219) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * update first tf (autowarefoundation#1223) * update first tf Signed-off-by: Kosuke Murakami <kosuke.murakami@tier4.jp> * update Signed-off-by: Kosuke Murakami <kosuke.murakami@tier4.jp> * Make planning modules components (autowarefoundation#1263) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Remove use_sim_time for set_parameter (autowarefoundation#1260) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * change trajectory callback implementation (autowarefoundation#1338) (autowarefoundation#1355) * change trajectory callback implementation * change name of callback function * remove unnecessary function * improve readability Co-authored-by: satoshi-ota <satoshi.ota@gmail.com> Co-authored-by: Satoshi OTA <44889564+satoshi-ota@users.noreply.github.com> Co-authored-by: satoshi-ota <satoshi.ota@gmail.com> * Select LaneDriving scenario if vehicle is in lane and goal is in lane (autowarefoundation#1459) (autowarefoundation#1485) Signed-off-by: Azumi Suzuki <azumi.suzuki@tier4.jp> Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> Co-authored-by: s-azumi <38061530+s-azumi@users.noreply.github.com> * Add markdownlint and prettier (autowarefoundation#1661) * Add markdownlint and prettier Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Ignore .param.yaml Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Apply format Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix -Wunused-parameter (autowarefoundation#1836) * Fix -Wunused-parameter Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix mistake Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * fix spell * Fix lint issues Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Ignore flake8 warnings Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> Co-authored-by: Hiroki OTA <hiroki.ota@tier4.jp> * 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 <kenji.miyake@tier4.jp> * Remove ament_cmake_uncrustify and ament_clang_format Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Apply Black Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Apply clang-format Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix build errors Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix for cpplint * Fix include double quotes to angle brackets Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Apply clang-format Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix build errors Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Add COLCON_IGNORE (autowarefoundation#500) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * port scenario_selector (autowarefoundation#482) * port scenario_selector * remove COLCON_IGNORE * use odom * add nav_msgs dependency Co-authored-by: Takayuki Murooka <takayuki.murooka@tier4.jp> * [apply_predicted_obj_type] adapt to autoware auto msgs (autowarefoundation#564) * fix obj shape * fix obj shape * fix goal pose * rename topic name twist -> odometry (autowarefoundation#568) Co-authored-by: Takayuki Murooka <takayuki.murooka@tier4.jp> * update iv_msgs -> auto_msgs in planning readme (autowarefoundation#576) * update iv_msgs -> auto_msgs in planning readme * minor change * some fix * some fix Co-authored-by: Takayuki Murooka <takayuki.murooka@tier4.jp> * fix scenario selector (autowarefoundation#632) * ci(pre-commit): autofix * fix: package title Co-authored-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> Co-authored-by: Nikolai Morin <nnmmgit@gmail.com> Co-authored-by: Jilada Eccleston <jilada.eccleston@gmail.com> Co-authored-by: nik-tier4 <71747268+nik-tier4@users.noreply.github.com> Co-authored-by: Ryohsuke Mitsudome <43976834+mitsudome-r@users.noreply.github.com> Co-authored-by: Esteve Fernandez <esteve@apache.org> Co-authored-by: Daisuke Nishimatsu <42202095+wep21@users.noreply.github.com> Co-authored-by: tkimura4 <tomoya.kimura@tier4.jp> Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> Co-authored-by: Kosuke Murakami <kosuke.murakami@tier4.jp> Co-authored-by: Satoshi OTA <44889564+satoshi-ota@users.noreply.github.com> Co-authored-by: satoshi-ota <satoshi.ota@gmail.com> Co-authored-by: s-azumi <38061530+s-azumi@users.noreply.github.com> Co-authored-by: Hiroki OTA <hiroki.ota@tier4.jp> Co-authored-by: Keisuke Shima <19993104+KeisukeShima@users.noreply.github.com> Co-authored-by: Takayuki Murooka <takayuki5168@gmail.com> Co-authored-by: Takayuki Murooka <takayuki.murooka@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Takeshi Miura <57553950+1222-takeshi@users.noreply.github.com>
badai-nguyen
pushed a commit
to badai-nguyen/autoware.universe
that referenced
this pull request
Feb 4, 2022
* release v0.4.0 * remove ROS1 packages temporarily Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * Revert "remove ROS1 packages temporarily" This reverts commit a78b36113cc2ea65f3fc1c3488a363651b679881. Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * add COLCON_IGNORE to ros1 packages Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * Rename launch files to launch.xml (autowarefoundation#28) * port freespace plannet to ros2 (autowarefoundation#41) * port freespace plannet to ros2 Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * fix from review : add buildtool dependence & change function name to camelCase Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * fix duration unit for RCLCPP_*_THROTTLE (autowarefoundation#75) Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * Convert calls of Duration to Duration::from_seconds where appropriate (autowarefoundation#131) * Rename h files to hpp (autowarefoundation#142) * Change includes * Rename files * Adjustments to make things compile * Other packages * Adjust copyright notice on 532 out of 699 source files (autowarefoundation#143) * Use quotes for includes where appropriate (autowarefoundation#144) * Use quotes for includes where appropriate * Fix lint tests * Make tests pass hopefully * Enable lints in freespace_planner (autowarefoundation#147) * add missing declaration of parameter (autowarefoundation#233) Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * Fix typos in planning modules (autowarefoundation#866) (autowarefoundation#275) * fix typos in planning * fix corresponding typos in planning * revert fixed typos temporarily due to its impact on launchers Co-authored-by: Kazuki Miyahara <kmiya@outlook.com> * Ros2 fix topic name part1 (autowarefoundation#408) * Fix topic name of lane_departure_checker debug Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of mpc_follower debug Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of velocity_controller debug Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of motion_velocity_optimizer debug Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of lane_change_planner debug Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of behavior_velocity_planner debug Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of obstacle_avoidance_planner debug Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of behavior_velocity_planner Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of motion_velocity_optimizer Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of lane_departure_checker Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of mpc_follower Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of behavior_velocity_planner Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of velocity_controller Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of lane_change_planner Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of obstacle_avoidance_planner Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of obstacle_stop_planner Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of costmap_generator Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of freespace_planner Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of surround_obstacle_checker Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of costmap_generator Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of emergency_handler Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix lint errors Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix typo Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * add use_sim-time option (autowarefoundation#454) * Make planning modules components (autowarefoundation#1263) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Remove use_sim_time for set_parameter (autowarefoundation#1260) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Rename AstarNavi to FreespacePlannerNode (autowarefoundation#1322) * Rename AstarNavi Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * uncrustify Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Porting freespace planner (autowarefoundation#1290) * update HA* for multiple curvatures (autowarefoundation#1196) * update HA* for multi-curvature planning Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * restore param to old one Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * cosmetic change Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * Add todo for parameter name change Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * add freespace planner config yaml (autowarefoundation#1207) * add freespace planner config yaml * fixed typo * fixed comment * Fix variable names Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix lint Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> Co-authored-by: RyuYamamoto <ryu.yamamoto@tier4.jp> Co-authored-by: Kenji Miyake <kenji.miyake@tier4.jp> Co-authored-by: wep21 <border_goldenmarket@yahoo.co.jp> * Fix wrong rate in freespace_planner (autowarefoundation#1564) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * suppress warnings for declare parameters (autowarefoundation#1724) * fix for lanelet2_extension * fix for traffic light ssd fine detector * fix for topic_state_monitor * fix for dummy diag publisher * fix for remote cmd converter * fix for vehicle_info_util * fix for multi object tracker * fix for freespace planner * fix for autoware_error_monitor * add Werror for multi object tracker * fix for multi object tracker * add Werror for liraffic light ssd fine detector * add Werror for topic state monitor * add Werror * add Werror * add Werror * add Werror * fix style * set default arg (autowarefoundation#1736) (autowarefoundation#1737) * Fix -Wunused-parameter (autowarefoundation#1836) * Fix -Wunused-parameter Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix mistake Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * fix spell * Fix lint issues Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Ignore flake8 warnings Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> Co-authored-by: Hiroki OTA <hiroki.ota@tier4.jp> * 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 * Master sync for parking (autowarefoundation#1693) * Reedsshepp distance as a heuristic function in hybrid A star (autowarefoundation#1297) * Use reeds sheep distance * Use average radius * Add standalone toy problem * Cleanup standalone node * Add plotter * Add rostest * Arrange directory * Better test and plot settings * Following PEP & small fix cpp * Avoid repeted heap allocation * Standalone reeds-shepp * Licence notice * Use struct instead of raw array * Update license * Removed comment * Add how to use python visualizer * Remove useless methods * Apply clang-format * Do not fully expose StateXYT * Remove StateXYT->q[3] conversion * Use StateXYZ & remove useless functions * Add license in test * Update planning/scenario_planning/parking/astar_search/include/astar_search/astar_search.h Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> * Update planning/scenario_planning/parking/astar_search/src/astar_search.cpp Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> * Install reeds-shepp * Apply markdownlint Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Boost collision checking by pre-caching the collision indexes for all yaw angles (autowarefoundation#1298) * Precompute collision index for all theta to accelearte collision * Add test condition that checks solution's feasibility * Fix in response to the review * Update planning/scenario_planning/parking/astar_search/include/astar_search/astar_search.h Co-authored-by: tkimura4 <tomoya.kimura@tier4.jp> * Use inline (autowarefoundation#1572) * Modular planner (autowarefoundation#1492) * Update * Check working (NOTE somehow 2x faster than the original... why???) * Split header and impl * AstarWaypoint => PlannerWaypoint * AstarParam => PlannerParam * Change package name : astar_search => planning_algorithms * Add override keyword for readability * Apply clang-format & Add License * Remove useless executable * Rearange some functions and members * Add include guard * Remove unused node status * Add virtual destructor * Rename test names * Removed duplicate transformPose * Do not expose transformPose * Compatible planning_algorithms * Pointer to AbstractAlgorithm * Apply clang-format * Removed needless method declaration * Renamed planning_algorithms => parking_planning_algorithms * Add explicit * Apply clang-format * Split parameter into PlannerCommonParam and AstarParam * Tweak * Remove unused line * Split rosparam into common_param and astar_param * Fix package stuff reflect to the chagne of planning_algorithm pkg name * Change class name * Small fix (complied! and check running on Autoware) * Add rosparam : planning_algorithm * Fix comment and ros_info message * Remove useless ; * Add note * Add namespace * Fix typo * Apply clang-format 10 * Remove array3d * Avoid using std * Rename: parking => freespace * Avoid using namespace hoge * Update readme of freesapce planner * Apply clang-format * Update readme for freesplace_planning_algorithms * [freespace_planning_algorithms] apply aedd8626762121ad7 Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * fix inline definition Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * rename directory Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * rename function Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * Fix bug yaw => index conversion * modify package.xml: fix license, add author Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * fix license Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> * Fix bug nearest_index must not be greater than the current target_index_ (autowarefoundation#1571) * Fixbug * Apply clang-format * Compute neareset index in the partial trajectory * extract partial_trajectory from current target trajectory Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * add explicit guard Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> * Cleanup & modify readme freespace planner (autowarefoundation#1607) * apply clang format Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * align indent Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * rename robot_shape -> vehicle_shape Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * rename step -> distance for TODO Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * modify include guard Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * fix comparison warning Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * update readme Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * add namespace on ros-parameters Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * use autoware_utils Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * align indent Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * fix comparison warning Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Rename files Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Remove boost constants Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Apply lint Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Add missing geometry2 apis Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Porting test code to ros2 Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Apply lint Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Install test script Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Change file mode of test script Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Fix map info data type in test script Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Add namespace and message abbreviation Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Fix typo Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Fix lint Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Fix for pre-commit Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix tf initialization Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> Co-authored-by: Hirokazu Ishida <38597814+HiroIshida@users.noreply.github.com> Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> Co-authored-by: tkimura4 <tomoya.kimura@tier4.jp> Co-authored-by: Kenji Miyake <kenji.miyake@tier4.jp> * set default arg (autowarefoundation#1736) * Fix package.xml (autowarefoundation#2056) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Change formatter to clang-format and black (autowarefoundation#2332) * Revert "Temporarily comment out pre-commit hooks" This reverts commit 748e9cdb145ce12f8b520bcbd97f5ff899fc28a3. * Replace ament_lint_common with autoware_lint_common Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Remove ament_cmake_uncrustify and ament_clang_format Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Apply Black Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Apply clang-format Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix build errors Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix for cpplint * Fix include double quotes to angle brackets Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Apply clang-format Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix build errors Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Add COLCON_IGNORE (autowarefoundation#500) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * rename topic name twist -> odometry (autowarefoundation#568) Co-authored-by: Takayuki Murooka <takayuki.murooka@tier4.jp> * Port parking planner packages from .Auto (autowarefoundation#600) * Copy code of 'vehicle_constants_manager' * Fix vehicle_constants_manager for ROS galactic * Rm .iv costmap_generator freespace_planner freespace_planning_aglorihtms * Add astar_search (from .Auto) * Copy freespace_planner from .Auto * Update freespace_planner for .IV * Copy costmap_generator from .Auto * Copy and update had_map_utils from .Auto * Update costmap_generator * Copy costmap_generator_nodes * Update costmap_generator_nodes * Comment out all tests * Move vehicle_constant_managers to tmp_autoware_auto_dependencies * ignore pre-commit for back-ported packages Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * ignore testing Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> * Port parking modules (autowarefoundation#738) * Port costmap_generator * Port freespace_planner * fix readme * ci(pre-commit): autofix * misc Co-authored-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> Co-authored-by: Nikolai Morin <nnmmgit@gmail.com> Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> Co-authored-by: Ryohsuke Mitsudome <43976834+mitsudome-r@users.noreply.github.com> Co-authored-by: Kazuki Miyahara <kmiya@outlook.com> Co-authored-by: Takagi, Isamu <43976882+isamu-takagi@users.noreply.github.com> Co-authored-by: Daisuke Nishimatsu <42202095+wep21@users.noreply.github.com> Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> Co-authored-by: Keisuke Shima <19993104+KeisukeShima@users.noreply.github.com> Co-authored-by: RyuYamamoto <ryu.yamamoto@tier4.jp> Co-authored-by: Kenji Miyake <kenji.miyake@tier4.jp> Co-authored-by: wep21 <border_goldenmarket@yahoo.co.jp> Co-authored-by: Hiroki OTA <hiroki.ota@tier4.jp> Co-authored-by: Hirokazu Ishida <38597814+HiroIshida@users.noreply.github.com> Co-authored-by: Takayuki Murooka <takayuki5168@gmail.com> Co-authored-by: Takayuki Murooka <takayuki.murooka@tier4.jp> Co-authored-by: Maxime CLEMENT <78338830+maxime-clem@users.noreply.github.com> Co-authored-by: Fumiya Watanabe <rej55.g@gmail.com> Co-authored-by: Takeshi Miura <57553950+1222-takeshi@users.noreply.github.com> 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
* 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 <kenji.miyake@tier4.jp> Co-authored-by: Kenji Miyake <kenji.miyake@tier4.jp> * 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 <kenji.miyake@tier4.jp> * add obstacle avoid param (autowarefoundation#62) * Logging simulator (autowarefoundation#65) * Add logging_simulator.launch Signed-off-by: Daisuke Nishimatsu <border_goldenmarket@yahoo.co.jp> * Don't load env when launch driver is false Signed-off-by: Daisuke Nishimatsu <border_goldenmarket@yahoo.co.jp> * Launch vehicle description in logging simulator (autowarefoundation#67) Signed-off-by: Daisuke Nishimatsu <border_goldenmarket@yahoo.co.jp> * 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 <ryohsuke.mitsudome@tier4.jp> * Revert "removed ROS1 package" This reverts commit 1e33e7e3f3e839bcdf623f9e3b4b6a14dd4ec35a. * add COLCON_IGNORE file to all ROS1 packages Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * rename *.launch files to *.launch.xml Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * Ros2 port autoware launch (autowarefoundation#35) * [autoware_launch] port CMakelists.txt and remove COLCON_IGNORE Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * [autoware_launch] fix planning_simulator.launch.xml Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * [autoware_launch] add rviz config Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * [autoware_launch] first port of autoware_launch Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * lanuch rviz with config file Signed-off-by: kosuke murakami <kosuke.murakami@tier4.jp> * modify launch file for making psim work Signed-off-by: kosuke murakami <kosuke.murakami@tier4.jp> * add vehicle model in launch Signed-off-by: kosuke murakami <kosuke.murakami@tier4.jp> * change from vehicle_model to vehicle_param_file Signed-off-by: kosuke murakami <kosuke.murakami@tier4.jp> * [autoware_launch] add autoware_web_controller and system launch Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * add rosbrdige_suite to build_depends.repos Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * Update rviz Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * update autoware.rviz Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * remove autoware_ros2.rviz Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> Co-authored-by: kosuke murakami <kosuke.murakami@tier4.jp> Co-authored-by: wep21 <border_goldenmarket@yahoo.co.jp> * Update rviz config for vehicle rviz plugins (autowarefoundation#41) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * 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 <kenji.miyake@tier4.jp> * Add missing '--' Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Rename vehicle_info.yaml to vehicle_info.param.yaml Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix livox param name Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Ros2 v0.8.0 autoware launch (autowarefoundation#58) * [autoware_launch] ros2-porting: v0.5.0 to v0.8.0 Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * Cleanup autoware and logging simulator launch * Add .xml extention * Fix missing arguments * Fix tag * Fix web controller launch Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Update rviz Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * [autoware_launch] Fix yaml name Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * [autoware_launch] Cleanup dependencies Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> Co-authored-by: wep21 <border_goldenmarket@yahoo.co.jp> * [autoware_launch]: Fix missing arguments (autowarefoundation#66) Signed-off-by: Autoware <autoware@tier4.jp> Co-authored-by: Autoware <autoware@tier4.jp> * Ros2 update v0.9.0 (autowarefoundation#67) * Add pose history into rviz config Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * 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 <border_goldenmarket@yahoo.co.jp> * change global frame to map (autowarefoundation#171) * add param (autowarefoundation#156) Co-authored-by: taikitanaka3 <65527974+taikitanaka3@users.noreply.github.com> Co-authored-by: Taichi Higashide <taichi.higashide@tier4.jp> Co-authored-by: Yukihiro Saito <yukky.saito@gmail.com> Co-authored-by: tkimura4 <tomoya.kimura@tier4.jp> * Sync with Ros2 v0.8.0 beta (autowarefoundation#71) * update sensing launch to support aip_x1 (autowarefoundation#69) Signed-off-by: taichiH <azumade.30@gmail.com> * fix logging_simulator_bug (autowarefoundation#68) Signed-off-by: taichiH <azumade.30@gmail.com> * fix aip_x1 param (autowarefoundation#70) Signed-off-by: taichiH <azumade.30@gmail.com> Co-authored-by: Taichi Higashide <taichi.higashide@tier4.jp> * temporary disable steering angle plugin to avoid RVIZ2 to crash (autowarefoundation#76) Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * 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 <ryohsuke.mitsudome@tier4.jp> * update package.xml Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * update build_depends.repos Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * fix CI Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * Fix typo in rviz config (autowarefoundation#80) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * fixed typo and added AW_ROS2_USE_SIM_TIME setting (autowarefoundation#81) Co-authored-by: hosokawa <hosokawa@sng-3f-ros2-eval.l.sng.tier4.jp> * Fix point size in rviz (autowarefoundation#84) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Use sensor data qos for pointcloud (autowarefoundation#82) Signed-off-by: Autoware <autoware@tier4.jp> Co-authored-by: Autoware <autoware@tier4.jp> * Ros2 fix topic name part1 (autowarefoundation#83) * Fix topic name for behavior_velocity_planner Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of lane_change_planner Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name of freespace_planner Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name for freespace_planner Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * 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 <kenji.miyake@tier4.jp> * Replace doc by description (autowarefoundation#182) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * 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 <ttatcoder@outlook.jp> * Ros2 fix topic name part2 (autowarefoundation#89) * Fix topic name for traffic_light_classifier Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name for traffic_light_visualization Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name for traffic_light_ssd_fine_detector Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> Co-authored-by: taikitanaka3 <65527974+taikitanaka3@users.noreply.github.com> Co-authored-by: tkimura4 <tomoya.kimura@tier4.jp> Co-authored-by: taikitanaka <ttatcoder@outlook.jp> Co-authored-by: Takagi, Isamu <43976882+isamu-takagi@users.noreply.github.com> * Ros2 lsim test (autowarefoundation#186) * Add group to launch file for var scope Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Remove pointcloud relay for localization Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add use_sim_time Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Remove pointcloud relay for localization Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> Co-authored-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add vehicle info param server into logging simulator (autowarefoundation#194) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Use set_parameter for use_sim_time (autowarefoundation#198) * Use set_parameter for use_sim_time Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Add default parameter for scenario simulator Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Add control composed launch (autowarefoundation#201) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * add param for psim v2 (autowarefoundation#197) * add param for psim v2 Signed-off-by: kosuke murakami <kosuke.murakami@tier4.jp> * Update to pass var 'scenario_simulation' to dummy_perception_publisher * Update dummy_perception_publisher's arg-name Co-authored-by: yamacir-kit <httperror@404-notfound.jp> * 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 <azumi.suzuki@tier4.jp> Co-authored-by: Yusuke FUJII <yusuke.fujii@tier4.jp> Co-authored-by: s-azumi <38061530+s-azumi@users.noreply.github.com> * Add vehicle info launch for setting vehicle info param (autowarefoundation#199) * Add vehicle info launch for setting vehicle info param Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Add comment for global parameters section Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Fix year and apply format Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Remove ready vehicle info param Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> Co-authored-by: Kenji Miyake <kenji.miyake@tier4.jp> * Remove vehicle info param server from logging simulator (autowarefoundation#211) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Add map.launch.py (autowarefoundation#212) * Add map.launch.py Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Update map.launch.xml Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Rename parameter for lanelet2 map path Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Exclude dummy_perception_publisher.launch.xml if is scenario_simulation (autowarefoundation#230) * Remove clock publisher (autowarefoundation#217) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Fixup for autowarefoundation#217 (autowarefoundation#254) * Fixup for autowarefoundation#217 Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix typo Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Add global_params.launch.py (autowarefoundation#260) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * 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 <kenji.miyake@tier4.jp> * Add exec_depend Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * 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 <isamu.takagi@tier4.jp> * Add engage status output Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add internal api adaptor (autowarefoundation#273) Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add map hash generator (autowarefoundation#319) Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add autoware api launch (autowarefoundation#326) * Add autoware api launch Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Apply autoware api launch Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add deprecated comment Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Remove unused parameter (autowarefoundation#325) Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add api parameter (autowarefoundation#341) Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Add start request API (autowarefoundation#321) * Add use start request option Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix lint Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Feature external cmd selector heartbeat (autowarefoundation#356) * Rename external command topic Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Modify command topic name Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix topic name Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Rename remote_cmd_converter Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Remove gate mode from external command Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix latest external command name (autowarefoundation#361) Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix merge conflict Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * change external traffic light topic name in behavior velocity planner (autowarefoundation#310) * fix topic * change internal topic name Co-authored-by: yabuta <makoto.yabuta@tier4.jp> * 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 <isamu.takagi@tier4.jp> * update rviz config (autowarefoundation#399) * update rviz config * update config * Fix pre-commit (autowarefoundation#407) * Fix pre-commit errors Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix package.xml Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * 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 <31987104+kenji-miyake@users.noreply.github.com> Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> * 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 <kenji.miyake@tier4.jp> * hide traffic light id by default (autowarefoundation#286) Co-authored-by: satoshi-ota <satoshi.ota@gmail.com> * 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 <horibe.takamasa@gmail.com> * remove avoidance & side_shift related code Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * 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 <rej55.g@gmail.com> Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * add param in behavior_path_planner (autowarefoundation#255) Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * Fix param (autowarefoundation#251) * Fix typo Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> Co-authored-by: rej55 <rej55.g@gmail.com> * update rviz config & planner params (autowarefoundation#305) Co-authored-by: satoshi-ota <satoshi.ota@gmail.com> * 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 <65527974+taikitanaka3@users.noreply.github.com> * 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 <yukky.saito@gmail.com> * add underscore to marker namespace (autowarefoundation#323) Co-authored-by: satoshi-ota <satoshi.ota@gmail.com> * 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 <satoshi.ota@gmail.com> * 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 <kenji.miyake@tier4.jp> * 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 <border_goldenmarket@yahoo.co.jp> * Merge pull request autowarefoundation#384 from tier4/feature/no_stopping_area Feature/no stopping area Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> Co-authored-by: Daisuke Nishimatsu <42202095+wep21@users.noreply.github.com> Co-authored-by: taikitanaka3 <65527974+taikitanaka3@users.noreply.github.com> * 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 <tomoya.kimura@tier4.jp> * ci(pre-commit): autofix * fix launch files and remove api launch Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> * ci(pre-commit): autofix * add initial pose relay Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> Co-authored-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> Co-authored-by: hiroyuki obinata <58019445+obi-t4@users.noreply.github.com> Co-authored-by: Kenji Miyake <kenji.miyake@tier4.jp> Co-authored-by: Yamasaki Tatsuya <httperror@404-notfound.jp> Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> Co-authored-by: Kosuke Murakami <kosuke.murakami@tier4.jp> Co-authored-by: Daisuke Nishimatsu <42202095+wep21@users.noreply.github.com> Co-authored-by: Fumiya Watanabe <rej55.g@gmail.com> Co-authored-by: Ryohsuke Mitsudome <43976834+mitsudome-r@users.noreply.github.com> Co-authored-by: wep21 <border_goldenmarket@yahoo.co.jp> Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> Co-authored-by: Autoware <autoware@tier4.jp> Co-authored-by: taikitanaka3 <65527974+taikitanaka3@users.noreply.github.com> Co-authored-by: Taichi Higashide <taichi.higashide@tier4.jp> Co-authored-by: Yukihiro Saito <yukky.saito@gmail.com> Co-authored-by: HOSOKAWA Ikuto <hosokawa.ikuto@gmail.com> Co-authored-by: hosokawa <hosokawa@sng-3f-ros2-eval.l.sng.tier4.jp> Co-authored-by: Takagi, Isamu <43976882+isamu-takagi@users.noreply.github.com> Co-authored-by: Kazuki Miyahara <kmiya@outlook.com> Co-authored-by: taikitanaka <ttatcoder@outlook.jp> Co-authored-by: Takagi, Isamu <isamu.takagi@tier4.jp> Co-authored-by: Keisuke Shima <keisuke.shima@tier4.jp> Co-authored-by: Yusuke FUJII <yusuke.fujii@tier4.jp> Co-authored-by: s-azumi <38061530+s-azumi@users.noreply.github.com> Co-authored-by: Hiroki OTA <hiroki.ota@tier4.jp> Co-authored-by: yabuta <makoto.yabuta@tier4.jp> Co-authored-by: Keisuke Shima <19993104+KeisukeShima@users.noreply.github.com> Co-authored-by: Satoshi OTA <44889564+satoshi-ota@users.noreply.github.com> Co-authored-by: satoshi-ota <satoshi.ota@gmail.com> Co-authored-by: Takeshi Miura <57553950+1222-takeshi@users.noreply.github.com> Co-authored-by: Sugatyon <32741405+Sugatyon@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
kosuke55
pushed a commit
to kosuke55/autoware.universe
that referenced
this pull request
Apr 27, 2022
chore: sync upstream
KYabuuchi
added a commit
to KYabuuchi/autoware.universe
that referenced
this pull request
May 31, 2023
* add youtube link and change thumbnail Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * improve input/output topics Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * quick start demo screen image Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * add abstruct architecture and detail architecture Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> --------- Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>
KYabuuchi
added a commit
to KYabuuchi/autoware.universe
that referenced
this pull request
Jun 6, 2023
* add youtube link and change thumbnail Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * improve input/output topics Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * quick start demo screen image Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * add abstruct architecture and detail architecture Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> --------- Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>
KYabuuchi
added a commit
to KYabuuchi/autoware.universe
that referenced
this pull request
Jun 12, 2023
* add youtube link and change thumbnail Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * improve input/output topics Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * quick start demo screen image Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * add abstruct architecture and detail architecture Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> --------- Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>
KYabuuchi
added a commit
that referenced
this pull request
Jun 22, 2023
* adopt scane_case to undistort, segment_filter Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * adopt scane_case to ground_server, ll2_decomposer Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * adopt scane_case to twist_converter, twist_estimator Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * adopt scane_case to validation packages Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * adopt scane_case tomodularized_particle_filter Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * adopt scane_case to gnss_particle_corrector Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * adopt scane_case to camera_particle_corrector Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * adopt scane_case to antishadow_corrector Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * adopt scane_case to particle_initializer Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * organize launch files Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * add twist_visualizer to validate odometry performance Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * use SE3::exp() to predict particles & modify linear noise model Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * stop to use LL2 to rectify initialpose2d Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * fix redundant computation in segment_accumulator Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * improve gnss_particle_corrector Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * fix segment_accumulator's bug Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * add doppler_converter Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * add xx2.launch.xml Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * add hsv_extractor Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * pickup other regions which have same color histogram Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * use additional region to filt line-segments Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * improve graph-segmentation Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * remove `truncate_pixel_threshold` Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * refactor graph_segmentator & segment_filter Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * add mahalanobis_distance_threshold in GNSS particle corrector Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * add extract_line_segments.hpp Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * use pcl::transformCloudWithNormals instead of transform_cloud Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * filt accumulating segments by LL2 Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * move herarchical_cost_map to common Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * apply positive feedback for accumulation Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * move transform_linesegments() to common pkg Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * refactor Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * use all projected lines for camera corrector Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * evaluate iffy linesegments Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * complete to unify ll2-assisted lsd clasification Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * add abs_cos2() which is more strict direction constraint Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * fix orientation initialization bug Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * publish doppler direction Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * TMP: add disable/enable switch for camera corrector Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * implement doppler orientation correction but it's disabled by default Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * speed up camera corrector Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * update ros params Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * implement kalman filter for ground tilt estimation Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * continuous height estimation works well? Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * estimate height cotiniously Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * use only linesegments which are at same height Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * add static_gyro_bias parameter Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * fix bug about overlay varidation Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * increse ll2 height marging in cost map generation Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * add static_gyro_bias in twist.launch.xml Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * load pcdless_init_area from ll2 Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * add specified initialization area Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * add corrector_manager node to disable/enable camera_corrector Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * call service to disable camer_corrector from manager Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * load corrector disable area Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * overlay even if pose is not estiamted Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * publish camera corrector's status as string Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * add set_booL_panel for camera_corrector enable/disable Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * load bounding box from lanelet2 Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * draw bounding box on cost map Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * remove at2,at1 from cost map Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * use cost_map::at() instread pf at2() Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * move cost map library from common to camera corrector Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * use logit for particle weighting but it does not work well Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * prob_to_logit() requires non-intuitive parameters Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * goodbye stupid parameters (max_raw_score & score_offset) Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * publish two scored pointclouds as debug Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * can handle unmapped areas Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * remove obsolete packages Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * update README.md Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * Update README.md * add image of how_to_launch Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * add node diagram in readme Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * add rviz_description.png in README Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * subscribe pose_with_cov & disconnect base_link <-> particle_pose Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * remove segment_accumulator & launch ekf_localizer from this project Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * add gnss_ekf_corrector Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * add camera_ekf_corrector package Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * subscribe ekf prediction & synch pose data Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * WIP: ready to implement UKF? Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * estimate weighted averaging as pose_estimator Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * basic algorithm is implemented but it does not work proparly Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * apply after_cov_gain_ Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * ekf corrector works a little bit appropriately Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * increase twist covariance for ekf Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * test probability theory Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * updat prob.py Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * implement de-bayesing but it loooks ugly Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * remove obsolete parameters Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * skip measurement publishing if travel distance is so short Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * use constant covariance because i dont understand what is correct Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * add submodule sample_vehicle_launch Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * TMP but it works Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * add ekf_trigger in particle_initializer.hpp Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * publish gnss markers & camera_est pubishes constant cov Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * back to pcd-less only launcher Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * add bayes_util package Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * apply de-bayesing for camera_ekf Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * some launch file update Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * organize launch files. we can choice mode from ekf/pekf/pf Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * organize particle_initializer Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * add swap_mode_adaptor WIP Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * use latest ekf in autoware & sample_vehicle Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * fix bug of swap_adalptor Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * fix FIX & FLOAT converter Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * fix septentrio doppler converter Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * move ekf packages to ekf directory Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * ignore corrector_manager Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * add standalone arg in launch files Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * update semseg_node Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * add camera_pose_initializer pkg Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * subscribe camera_info&tf and prepare semantic projection Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * project semantic image Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * create vector map image from ll2 Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * create lane image from vector map Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * search the most match angle by non-zero pixels Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * camera based pose_initializer Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * move ekf packages into unstable Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * move ekf theory debugger Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * add tier4_autoware_msgs as submodule Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * move pose_initializer into initializer dir Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * add semse_msgs pkg Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * separate marker pub function Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * separate projection functions Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * add semseg_srv client Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * move sem-seg directory Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * camera pose initilizer works successfully Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * rectify covariance along the orientation Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * improve initialization parameters Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * take into account covariance of request Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * use lanelet direciton to compute init pose scores Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * semseg download model automatically Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * remove sample_vehicle_launch Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * add autoware_msgs Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * remove obsolete launch files Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * add standalone mode for direct initialization Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * fix fix_to_pose Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * update launch files Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * update rviz config Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * remove lidar_particle_corrector Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * remove Sophus from sunbmodule Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * rename submodule directory Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * update README and some sample images Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * update README.md Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * fix override_camera_frame_id bahaviors Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * fix some bugs (#4) Signed-off-by: kminoda <koji.minoda@tier4.jp> * fix: use initialpose from Rviz (#6) * use initialpose from Rviz to init Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * add description about how-to-set-initialpose Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> --------- Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * misc: add license (#7) * WIP: add license description Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * add license description Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * add description about license in README Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> --------- Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * add quick start demo (#8) Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * refactor(launch) remove & update obsolete launch files (#9) * delete obsolete launch files Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * update documents Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> --------- Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * docs(readme): update architecture image (#10) * replace architecture image in README Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * update some images Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> --------- Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * refactor(pcdless_launc/scripts): remove unnecessary scripts (#11) * remove not useful scripts Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * rename scripts & add descriptions Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * little change Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * remove odaiba.rviz Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * grammer fix Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> --------- Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * fix(pcdless_launch): fix a build bug Signed-off-by: kminoda <koji.minoda@tier4.jp> * fix(twist_estimator): use velocity_report by default Signed-off-by: kminoda <koji.minoda@tier4.jp> * fix bug Signed-off-by: kminoda <koji.minoda@tier4.jp> * debugged, now works Signed-off-by: kminoda <koji.minoda@tier4.jp> * update sample rosbag link (#14) Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * feature(graph_segment, gnss_particle_corrector): make some features switchable (#17) * make additional-graph-segment-pickup disablable Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * enlarge gnss_mahalanobis_distance_threshold in expressway.launch Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> --------- Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * fix: minor fix for multi camera support (#18) * fix: minor fix for multi camera support Signed-off-by: kminoda <koji.minoda@tier4.jp> * update Signed-off-by: kminoda <koji.minoda@tier4.jp> * update Signed-off-by: kminoda <koji.minoda@tier4.jp> * fix typo Signed-off-by: kminoda <koji.minoda@tier4.jp> --------- Signed-off-by: kminoda <koji.minoda@tier4.jp> * refactor(retroactive_resampler): more readable (#19) * make Hisotry class Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * use boost:adaptors::indexed() Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * add many comment in resampling() Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * does not use ConstSharedPtr Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * rename interface of resampler Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * circular_buffer is unnecessary Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> --------- Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * 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 <kento.yabuuchi.2@tier4.jp> * resampler class throw exeption rather than optional Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * split files for resampling_history Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * split files for experimental/suspention_adaptor Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> --------- Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * refactor(mpf::predictor): just refactoring (#21) * remove obsolete functions Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * remove test of predictor Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * remove remapping in pf.launch.xml for suspension_adapator Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * add some comments Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> --------- Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * fix(twist_estimator): remove stop filter for velocity (#23) Signed-off-by: kminoda <koji.minoda@tier4.jp> * feat(pcdless_launch): add multi camera launcher (#22) * feat(pcdless_launch): add multi camera launcher Signed-off-by: kminoda <koji.minoda@tier4.jp> * minor fix Signed-off-by: kminoda <koji.minoda@tier4.jp> --------- Signed-off-by: kminoda <koji.minoda@tier4.jp> * refactor(CMakeListx.txt): just refactoring (#24) * refactor imgproc/*/CMakeListx.txt Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * refactor initializer/*/CMakeListx.txt & add gnss_pose_initializer pkg Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * rename some files in twist/ & refactor pf/*/cmakelist Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * refactor validation/*/CMakeListx.txt Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * fix some obsolete executor name Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> --------- Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * fix: rename lsd variables and files (#26) Signed-off-by: kminoda <koji.minoda@tier4.jp> * misc: reame pcdless to yabloc (#25) * rename pcdless to yabloc Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * fix conflict miss Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> --------- Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * visualize path (#28) Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * docs: update readme about particle filter (#30) * update mpf/README.md Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * update gnss_corrector/README.md Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * update camera_corrector/README.md Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> --------- Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * feat(segment_filter): publish images with lines and refactor (#29) * feat(segment_filter): publish images with lines Signed-off-by: kminoda <koji.minoda@tier4.jp> * update validation Signed-off-by: kminoda <koji.minoda@tier4.jp> * update imgproc (reverted) Signed-off-by: kminoda <koji.minoda@tier4.jp> * large change inclding refactoring Signed-off-by: kminoda <koji.minoda@tier4.jp> * major update Signed-off-by: kminoda <koji.minoda@tier4.jp> * revert rviz config Signed-off-by: kminoda <koji.minoda@tier4.jp> * minor fix in name Signed-off-by: kminoda <koji.minoda@tier4.jp> * add validation option Signed-off-by: kminoda <koji.minoda@tier4.jp> * update architecture svg Signed-off-by: kminoda <koji.minoda@tier4.jp> * rename validation.launch to overlay.launch Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * no throw runtime_error (unintentionaly applying format) Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> --------- Signed-off-by: kminoda <koji.minoda@tier4.jp> Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> Co-authored-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * catch runtime_error when particle id is invalid (#31) Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * return if info is nullopt (#32) Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * pose_buffer is sometimes empty (#33) Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * use_yaw_of_initialpose (#34) Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * feat(interface): remove incompatible interface (#35) * not use ublox_msg when run as autoware Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * remove twist/kalman/twist & use twist_estimator/twist_with_covariance Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * update particle_array stamp even if the time stamp seems wrong Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> --------- Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * fix: suppress info/warn_stream (#37) * does not stream undistortion time Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * improve warn stream when skip particle weighting Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * surpress frequency of warnings during synchronized particle searching Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * fix camera_pose_initializer Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> --------- Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * /switch must not be nice name (#39) Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * misc(readme): update readme (#41) * add youtube link and change thumbnail Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * improve input/output topics Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * quick start demo screen image Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * add abstruct architecture and detail architecture Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> --------- Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * docs(rosdep): fix package.xml to ensure build success (#44) * fix package.xml to success build Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * add 'rosdep install' in how-to-build Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> --------- Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * add geographiclib in package.xml (#46) Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * 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 <kento.yabuuchi.2@tier4.jp> * remove doppler converter Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> --------- Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * feature: change node namespace to /localization/yabloc/** from /localization/** (#48) * change node namespace Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * update namespace for autoware-mode Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * update namespace in multi_camera.launch Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> --------- Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * removed unstable packages (#49) Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * feature: add *.param.yaml to manage parameters (#50) * make *.param.yaml in imgproc packages Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * make *.param.yaml in initializer packages Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * make *.param.yaml in map packages Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * make *.param.yaml in pf packages Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * make *.param.yaml in twist packages Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * fix expressway parameter Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * fix override_frame_id Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * remove default parameters Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * fix some remaining invalida parameters Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> --------- Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * does not estimate twist (#51) Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * feat(particle_initializer): merge particle_initializer into mpf (#52) * feat(particle_initializer): merge particle_initializer to modulalized_particle_filter Signed-off-by: kminoda <koji.minoda@tier4.jp> * remove particle_initializer * remove debug message Signed-off-by: kminoda <koji.minoda@tier4.jp> * remove related parts Signed-off-by: kminoda <koji.minoda@tier4.jp> * update readme Signed-off-by: kminoda <koji.minoda@tier4.jp> * rename publishing topic Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> --------- Signed-off-by: kminoda <koji.minoda@tier4.jp> Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> Co-authored-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * fix: remove ll2_transition_area (#54) Signed-off-by: kminoda <koji.minoda@tier4.jp> * feature(initializer): combine some initializer packages (#56) * combine some package about initializer Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * yabloc_pose_initializer works well Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * remove old initializer packages Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * semseg node can launch Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * fix bug Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * revert initializer mode Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> --------- Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * feature(imgproc): reudce imgproc packages (#57) * combine some imgproc packages Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * combine overlay monitors into imgproc Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> --------- Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * feature(validation): remove validation packages (#58) * remove validation packages Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * remove path visualization Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> --------- Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * feature(pf): combine some packages related to particle filter (#59) * create yabloc_particle_filter Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * combine gnss_particle_corrector Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * combine ll2_cost_map Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * combine camera_particle_corrector Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * fix launch files Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * split README & remove obsolete scripts Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * fix config path of multi_camera mode Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> --------- Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * feature: combine map and twist packages (#60) * removed some twist nodes & rename remains to yabloc_twist Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * fix launch files for yabloc_twist Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * move map packages to yabloc_common Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * WIP: I think its impossible Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * Revert "WIP: I think its impossible" This reverts commit 49da507bbf9abe8fcebed4d4df44ea5f4075f6d1. * remove map packages & fix some launch files Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> --------- Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * removed obsolete packages Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * remove obsolete dot files Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * use tier4_loc_launch instead of yabloc_loc_launch Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * move launch files to each packages Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * remove yabloc_localization_launch Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * remove yabloc_launch Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * modify yabloc/README.md Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * update yabloc_common/README.md Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * update yabloc_imgproc README Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * update yabloc_particle_filter/README Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * update yabloc_pose_initializer/README Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * update README Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * use native from_bin_msg Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * use ifndef instead of pragma once in yabloc_common Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * use ifndef instead of pragma once in yabloc_imgproc & yabloc_pf Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * use ifndef instead of pragma once in yabloc_pose_initializer Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * style(pre-commit): autofix * use autoware_cmake & suppress build warning Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * repalce yabloc::Timer with tier4_autoware_utils::StopWatch Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * replace 1.414 with std::sqrt(2) Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * style(pre-commit): autofix * removed redundant ament_cmake_auto Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * removed yabloc_common/timer.hpp Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * replaced low_pass_filter with autoware's lowpass_filter_1d Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * style(pre-commit): autofix * Squashed commit of the following: Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> commit cb08e290cca5c00315a58a973ec068e559c9e0a9 Author: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> Date: Tue Jun 13 14:30:09 2023 +0900 removed ublox_msgs in gnss_particle_corrector Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> commit c158133f184a43914ec5f929645a7869ef8d03be Author: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> Date: Tue Jun 13 14:24:19 2023 +0900 removed obsolete yabloc_multi_camera.launch Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> commit 10f578945dc257ece936ede097544bf008e5f48d Author: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> Date: Tue Jun 13 14:22:14 2023 +0900 removed ublox_msgs in yabloc_pose_initializer Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * style(pre-commit): autofix * removed fix2mgrs & ublox_stamp Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * added ~/ at the top of topic name Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * removed use_sim_time in yabloc launch files Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * add architecture diagram in README Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * rename lsd_node to line_segment_detector Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * style(pre-commit): autofix * Update localization/yabloc/README.md fix typo Co-authored-by: Takagi, Isamu <43976882+isamu-takagi@users.noreply.github.com> * removed obsolete debug code in similar_area_searcher Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * removed suspension_adaptor which manages lifecycle of particle predictor Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * style(pre-commit): autofix * renamed semseg to SemanticSegmentation Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * style(pre-commit): autofix * fixed README.md to solve markdownlint Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * WIP: reflected cpplint's suggestion Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * reflected cpplint's suggestion Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * rename AbstParaticleFilter in config files Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * fixed typo Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * used autoware_lint_common Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * fixed miss git add Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * style(pre-commit): autofix * replaced lanelet_util by lanelet2_extension Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * replaced fast_math by tie4_autoware_utils Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * sort package.xml Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * renamed yabloc_imgproc with yabloc_image_processing Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * reflected some review comments Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * resolved some TODO Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * prioritize NDT if both NDT and YabLoc initializer enabled Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * changed localization_mode option names Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> --------- Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> Signed-off-by: kminoda <koji.minoda@tier4.jp> Co-authored-by: kminoda <44218668+kminoda@users.noreply.github.com> Co-authored-by: kminoda <koji.minoda@tier4.jp> Co-authored-by: Akihiro Komori <akihiro.komori@unity3d.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Takagi, Isamu <43976882+isamu-takagi@users.noreply.github.com>
knzo25
pushed a commit
to knzo25/autoware.universe
that referenced
this pull request
May 17, 2024
* first commit * Add CI Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * release livox driver(beta ver.) (#1) * add colcon build env. (base code is 0624e) * move some hpp files, add src folder in livox driver * trivial modification * Update README.md * remove unneccesary files * remove unneccesary header * move third-party source files * update code(20210630) * Delete different test files. * README.md add "4. running" * README crlf * HwInterface/udp_socket.hpp * modify for ros2 run error * Update README.md * accumulate_count * time_stamp * struct LivoxPointXyzrtl packed * GetEchoNumPerPoint() * cloud.width 24000 * time_base -> time_stamp * code fix * cloud.width update * code fix * code fix * StreamStart retry 30sec * code fix * rviz2 * fix format * <br> * format ros2wrapper * frame_id * frame_id * Update README.md * Update README.md * discussion_r664993039 * typo typo brief and only English in the comments. and LivoxDataCallback delete * PI -> M_PI * Revert "PI -> M_PI" This reverts commit c54bbe3b3c1954f82247d38570bdf71a3ddf38b6. * PI -> M_PI 2nd * thread pointer -> shared_ptr * modify CMakelists.txt and package.xml to using ament_cmake_auto * README.md * default node name * add composable node (#4) * add composable node * fix conflicts * fix exec node * change sensor name fix to variable * fix can use ros2_wrapper_main.cpp * README.md * default node name * change namespace * add namespace to topic names Co-authored-by: mitui.hide <h-mitsui@esol.co.jp> * package.xml maintainer and README.md * #discussion_r666683800 * #discussion_r666712110 * #discussion_r665125337 * #discussion_r664995104 * #discussion_r666078326 * #discussion_r665121366 * #discussion_r665121366 Expansion * typedef enum -> enum * typedef enum -> enum * #discussion_r665121708 * #discussion_r665124279 * #discussion_r664995791 * typo #discussion_r670300391 * #discussion_r664987903 * Revert "#discussion_r664987903" This reverts commit 97d78e64c13e5bb59b98bd1f17f1bfd527384852. * #discussion_r664987903 * #discussion_r664988302 * #discussion_r664989270 * #discussion_r664989004 * CMakeList.txt remove(-g -O0) * smart_pointers. #issuecomment-878771481 Co-authored-by: mitui.hide <h-mitsui@esol.co.jp> Co-authored-by: v-nagai7872@esol.co.jp <v-nagai7872@esol.co.jp> Co-authored-by: Takeshi Miura <57553950+1222-takeshi@users.noreply.github.com> * fix for the issue with the termination process when powering off (#5) * add colcon build env. (base code is 0624e) * move some hpp files, add src folder in livox driver * trivial modification * Update README.md * remove unneccesary files * remove unneccesary header * move third-party source files * update code(20210630) * Delete different test files. * README.md add "4. running" * README crlf * HwInterface/udp_socket.hpp * modify for ros2 run error * Update README.md * accumulate_count * time_stamp * struct LivoxPointXyzrtl packed * GetEchoNumPerPoint() * cloud.width 24000 * time_base -> time_stamp * code fix * cloud.width update * code fix * code fix * StreamStart retry 30sec * code fix * rviz2 * fix format * <br> * format ros2wrapper * frame_id * frame_id * Update README.md * Update README.md * discussion_r664993039 * typo typo brief and only English in the comments. and LivoxDataCallback delete * PI -> M_PI * Revert "PI -> M_PI" This reverts commit c54bbe3b3c1954f82247d38570bdf71a3ddf38b6. * PI -> M_PI 2nd * thread pointer -> shared_ptr * modify CMakelists.txt and package.xml to using ament_cmake_auto * README.md * default node name * add composable node (#4) * add composable node * fix conflicts * fix exec node * change sensor name fix to variable * fix can use ros2_wrapper_main.cpp * README.md * default node name * change namespace * add namespace to topic names Co-authored-by: mitui.hide <h-mitsui@esol.co.jp> * package.xml maintainer and README.md * #discussion_r666683800 * #discussion_r666712110 * #discussion_r665125337 * #discussion_r664995104 * #discussion_r666078326 * #discussion_r665121366 * #discussion_r665121366 Expansion * typedef enum -> enum * typedef enum -> enum * #discussion_r665121708 * #discussion_r665124279 * #discussion_r664995791 * esol_ReviewNo6 * esol_ReviewNo26 * esol_ReviewNo24 * Revert "esol_ReviewNo24" This reverts commit 0e8f33341186d6fa4a905de45c8f9aa28b8d29cb. * Revert "esol_ReviewNo24" This reverts commit 0e8f33341186d6fa4a905de45c8f9aa28b8d29cb. * esol_ReviewNo24 * esol_ReviewNo27 * esol_ReviewNo17 * format * esol_ReviewNo21 * develop #1 6bae863876bfda52db848ed31e415a3b16a0b6a8 * tab -> space * develop marge * CMakeLists.txt remove(-g -O0) * T4PUB-358 1st * format and bug-fix * 5#discussion_r677475332 * Add comment semaphore_ * 5#discussion_r678802453 Co-authored-by: mitui.hide <h-mitsui@esol.co.jp> Co-authored-by: v-nagai7872@esol.co.jp <v-nagai7872@esol.co.jp> Co-authored-by: Takeshi Miura <57553950+1222-takeshi@users.noreply.github.com> Co-authored-by: h-mitsui-esol <57085544+h-mitsui-esol@users.noreply.github.com> * Refactor 1st (#6) * Refactor 1st * pull/6#discussion_r681704754 * pull/6#discussion_r682172984 * pull/6#discussion_r681705368 * pull/6#discussion_r680921593 and pull/6#discussion_r680922194 * pull/6#discussion_r681711654 * 6#discussion_r682170555 * Use default qos for imu (#8) Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * Fix/esol/livox driver utest (#9) * Refactor 1st * pull/6#discussion_r681704754 * pull/6#discussion_r682172984 * pull/6#discussion_r681705368 * pull/6#discussion_r680921593 and pull/6#discussion_r680922194 * pull/6#discussion_r681711654 * 6#discussion_r682170555 * livox_driver utest 1st * T4PUB-437 bug fix. * Fix merge failure 3371552e395f1817adb3a32ea9f95360d72019f8 * pull/9#discussion_r689167375 and pull/9#discussion_r689204716 * Livox Diagnostics (#10) * Livox Diagnostics. Initial non working commit Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * clang. add tier4 format Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * gitignore. Add Tier4 ignore file Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * wip Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * wip 2 Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * code adaptations to new main branch Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * wip 3 get device status from sensor Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * adaptations for diagnostics from eth packet Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * RosWrapper. parse and report Diagnostics Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * lidar_driver. fix getcommandid switch Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * ros2_driver_wrapper. fix switch indent Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * git workflow. test CI token Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * livox_command. Remove unused CommandPushAbnormalState struct Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * add fallthroughts Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * apply t4 formatting Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * livox_diagnostics. remove unnecessary code for boolean vars Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * ros2_driver_wrapper. clarify level comparison with enum Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * livox_diagnostics. remove unncessary comma at the end of enum Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * ros2_driver_wrapper. group diagnostics members Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * gitignore. remove aw related entries Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * ros2_driver_wrapper. simplify ros diagnostics string Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * revert fallthroughs on switch Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * replace shift logic for bit fields Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * add private keyword to clarify Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * separate diagnostics, remove static definition Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * add missing StatusCodeToLivoxMotorStatus Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * Separate diagnostics to multiple reports Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * update status from sensor Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * wrapper. remove the namespace from the diagnostic task Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * ros2_wrapper. remove unncessary lidar_identifier Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * nebula structure Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * nebula wip Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * remove transport driver Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * move livox, start nebula base * reorganize pkg * Initial POC Hesai driver structure Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * POC Hesai driver hw interface Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * initial 'working' version Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * restructuration Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * README Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * attempts at getting the UDP driver to work * fix hw_interface Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * clang. update with t4 format Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * nebula. add missing headers Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * start of packet handling * hesai_msgs. add jumbo message Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * hesai. add packet parsing and scan formation code Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * apply clang formatting Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * hesai_ros. reorder includes Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * hesai_ros. todo Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * initial working hesai udp driver * apply clang format Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * ROS wrappers Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * add hesai_decoders base and implementations Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * Hesai initial full working version Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * small cleanup and standardization * Velodyne Release * GitLab CI YAML * Update .gitlab-ci.yml * Update README.md * overflow bug fix * Update .gitlab-ci.yml * velodyne. add vlp16 launch Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * launch. add hdl32 launch file Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * launch. add vlp16hr Signed-off-by: PE <abraham.monrroy@tier4.jp> * pandar40 decoder. fix typo Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * nebula. v2. tcp/diag/monitoring Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * v2.1. PandarAT128 Dual only support Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * launch. add pandar128 sample launch Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * pandar at128. single last/strongest echo + ptp timestamp support Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * fix: prevent build error from logger parenthesis * v2.1. hesai/velodyne setup single/dual at launch Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * Bump actions/checkout from 2 to 3.1.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.1.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * fix: build error from Hesai hardware interface * tcp depend, readme * move to composable node * .py launch for all sensors * .py launch how-to * deprecate esol driver Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * Bump streetsidesoftware/cspell-action from 1.1.1 to 2.15.0 Bumps [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action) from 1.1.1 to 2.15.0. - [Release notes](https://github.com/streetsidesoftware/cspell-action/releases) - [Changelog](https://github.com/streetsidesoftware/cspell-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/streetsidesoftware/cspell-action/compare/v1.1.1...v2.15.0) --- updated-dependencies: - dependency-name: streetsidesoftware/cspell-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Bump actions/checkout from 3.1.0 to 3.2.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Nebula decoder test pr (#12) * Offline bug fix * Extract pcd and bag for each pandar_packets * initial test decorder code (hesai at128) * Offline bug fix * Extract pcd and bag for each pandar_packets * initial test decorder code (hesai at128) * testing decorder * Changed package name back to pandar_msgs * add_launch_test was tried, but it didn't work * cleanup * fix naming Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * messages. hesai cleanup Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * gtests. cmake cleanup Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * sample. fix warnings Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * messages. remove c++ tests from ROS messages Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * cleanup comments Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * code cleanup Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * offline_sample. remove dependencies Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * nebula. velodyne add missing dependency Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * nebula. add missing dependency Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * nebula oofline. add missing dependency Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> Co-authored-by: Abraham Cano <abrahammonrroy@yahoo.com> * Update build-and-test.yml CI. adapt default branch name. * Bump streetsidesoftware/cspell-action from 2.15.0 to 2.15.1 (#15) Bumps [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action) from 2.15.0 to 2.15.1. - [Release notes](https://github.com/streetsidesoftware/cspell-action/releases) - [Changelog](https://github.com/streetsidesoftware/cspell-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/streetsidesoftware/cspell-action/compare/v2.15.0...v2.15.1) --- updated-dependencies: - dependency-name: streetsidesoftware/cspell-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Testing decoder (AT128 & XT32M) (#14) * Testing decoder (AT128 & XT32M) * clang format. add clang format testing and formatting Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * .clang-format. remove file Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * tests. use relative path for tests Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * README. How to run tests Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CMakeLists. default to C++17 Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * tests. code clean up Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * github actions. enable CI testing Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * repos. replace dependency repository branch Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * tests. reset node at the end of the test exection Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> Co-authored-by: Abraham Cano <abrahammonrroy@yahoo.com> * launch. fix naming for composable nodes and simplify Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * bug. add missing streamstart for hw composable nodes Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * apply clang format Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * Github Actions. Run CI tests only for nebula packages Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * Testing decoder (40P, 64, QT64, XT32, VLP16) (#17) * Testing decoder (AT128 & XT32M) * velodyne_ros_offline_extract_pcd * Add 40P, 64, QT64, XT32 * vlp16 * vlp16 fix * velodyne_http. update api to transport drivers with beast requiring namespaces Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * Bump ros-tooling/setup-ros from 0.2 to 0.5 (#20) Bumps [ros-tooling/setup-ros](https://github.com/ros-tooling/setup-ros) from 0.2 to 0.5. - [Release notes](https://github.com/ros-tooling/setup-ros/releases) - [Commits](https://github.com/ros-tooling/setup-ros/compare/v0.2...v0.5) --- updated-dependencies: - dependency-name: ros-tooling/setup-ros dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump streetsidesoftware/cspell-action from 2.15.1 to 2.16.0 (#18) Bumps [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action) from 2.15.1 to 2.16.0. - [Release notes](https://github.com/streetsidesoftware/cspell-action/releases) - [Changelog](https://github.com/streetsidesoftware/cspell-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/streetsidesoftware/cspell-action/compare/v2.15.1...v2.16.0) --- updated-dependencies: - dependency-name: streetsidesoftware/cspell-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump actions/checkout from 3.2.0 to 3.3.0 (#16) Bumps [actions/checkout](https://github.com/actions/checkout) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build_depends. update transport_drivers repo * Testing VLS128 (#21) * Testing VLS128 * transport_drivers. api Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * 312cd76's forgotten items... * build_depends. switch to boost from asio on transport_drivers Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> --------- Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> Co-authored-by: Abraham Cano <abrahammonrroy@yahoo.com> * Pandar OT 128E4X Initial support (#25) * wip. pandar ot Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * wip. missing correction Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * pandar128e4x. add calibration file Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * pandar_ot. initial working version Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * pandar_ot. clean up Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * nebula. apply clang format Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> --------- Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * Fix cpu (#27) * fix decoders * add declaration of dual_return_distance_threshold * nebula_common. reorder return modes to match previous definition Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> --------- Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> Co-authored-by: tokuda99 <kosuke.tokuda@tier4.jp> * Fix velodyne cpu (#28) * fix declaration of descriptor.type and delete dual_return_distance_threshold of velodyne * add dual_return_distance_threshold to paramCallback option and add it to launch file param * clang-format * Docs of nebula driver (#19) * nebula common 1 * nebula common 2 * hesai, velodyne * Bump streetsidesoftware/cspell-action from 2.16.0 to 2.20.0 (#26) Bumps [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action) from 2.16.0 to 2.20.0. - [Release notes](https://github.com/streetsidesoftware/cspell-action/releases) - [Changelog](https://github.com/streetsidesoftware/cspell-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/streetsidesoftware/cspell-action/compare/v2.16.0...v2.20.0) --- updated-dependencies: - dependency-name: streetsidesoftware/cspell-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump ros-tooling/setup-ros from 0.5 to 0.6 (#33) Bumps [ros-tooling/setup-ros](https://github.com/ros-tooling/setup-ros) from 0.5 to 0.6. - [Release notes](https://github.com/ros-tooling/setup-ros/releases) - [Commits](https://github.com/ros-tooling/setup-ros/compare/v0.5...v0.6) --- updated-dependencies: - dependency-name: ros-tooling/setup-ros dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump streetsidesoftware/cspell-action from 2.20.0 to 2.22.0 (#32) Bumps [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action) from 2.20.0 to 2.22.0. - [Release notes](https://github.com/streetsidesoftware/cspell-action/releases) - [Changelog](https://github.com/streetsidesoftware/cspell-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/streetsidesoftware/cspell-action/compare/v2.20.0...v2.22.0) --- updated-dependencies: - dependency-name: streetsidesoftware/cspell-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump ros-tooling/action-ros-ci from 0.2 to 0.3 (#31) Bumps [ros-tooling/action-ros-ci](https://github.com/ros-tooling/action-ros-ci) from 0.2 to 0.3. - [Release notes](https://github.com/ros-tooling/action-ros-ci/releases) - [Commits](https://github.com/ros-tooling/action-ros-ci/compare/v0.2...v0.3) --- updated-dependencies: - dependency-name: ros-tooling/action-ros-ci dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * first commit * Add CI Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * release livox driver(beta ver.) (#1) * add colcon build env. (base code is 0624e) * move some hpp files, add src folder in livox driver * trivial modification * Update README.md * remove unneccesary files * remove unneccesary header * move third-party source files * update code(20210630) * Delete different test files. * README.md add "4. running" * README crlf * HwInterface/udp_socket.hpp * modify for ros2 run error * Update README.md * accumulate_count * time_stamp * struct LivoxPointXyzrtl packed * GetEchoNumPerPoint() * cloud.width 24000 * time_base -> time_stamp * code fix * cloud.width update * code fix * code fix * StreamStart retry 30sec * code fix * rviz2 * fix format * <br> * format ros2wrapper * frame_id * frame_id * Update README.md * Update README.md * discussion_r664993039 * typo typo brief and only English in the comments. and LivoxDataCallback delete * PI -> M_PI * Revert "PI -> M_PI" This reverts commit c54bbe3b3c1954f82247d38570bdf71a3ddf38b6. * PI -> M_PI 2nd * thread pointer -> shared_ptr * modify CMakelists.txt and package.xml to using ament_cmake_auto * README.md * default node name * add composable node (#4) * add composable node * fix conflicts * fix exec node * change sensor name fix to variable * fix can use ros2_wrapper_main.cpp * README.md * default node name * change namespace * add namespace to topic names Co-authored-by: mitui.hide <h-mitsui@esol.co.jp> * package.xml maintainer and README.md * #discussion_r666683800 * #discussion_r666712110 * #discussion_r665125337 * #discussion_r664995104 * #discussion_r666078326 * #discussion_r665121366 * #discussion_r665121366 Expansion * typedef enum -> enum * typedef enum -> enum * #discussion_r665121708 * #discussion_r665124279 * #discussion_r664995791 * typo #discussion_r670300391 * #discussion_r664987903 * Revert "#discussion_r664987903" This reverts commit 97d78e64c13e5bb59b98bd1f17f1bfd527384852. * #discussion_r664987903 * #discussion_r664988302 * #discussion_r664989270 * #discussion_r664989004 * CMakeList.txt remove(-g -O0) * smart_pointers. #issuecomment-878771481 Co-authored-by: mitui.hide <h-mitsui@esol.co.jp> Co-authored-by: v-nagai7872@esol.co.jp <v-nagai7872@esol.co.jp> Co-authored-by: Takeshi Miura <57553950+1222-takeshi@users.noreply.github.com> * fix for the issue with the termination process when powering off (#5) * add colcon build env. (base code is 0624e) * move some hpp files, add src folder in livox driver * trivial modification * Update README.md * remove unneccesary files * remove unneccesary header * move third-party source files * update code(20210630) * Delete different test files. * README.md add "4. running" * README crlf * HwInterface/udp_socket.hpp * modify for ros2 run error * Update README.md * accumulate_count * time_stamp * struct LivoxPointXyzrtl packed * GetEchoNumPerPoint() * cloud.width 24000 * time_base -> time_stamp * code fix * cloud.width update * code fix * code fix * StreamStart retry 30sec * code fix * rviz2 * fix format * <br> * format ros2wrapper * frame_id * frame_id * Update README.md * Update README.md * discussion_r664993039 * typo typo brief and only English in the comments. and LivoxDataCallback delete * PI -> M_PI * Revert "PI -> M_PI" This reverts commit c54bbe3b3c1954f82247d38570bdf71a3ddf38b6. * PI -> M_PI 2nd * thread pointer -> shared_ptr * modify CMakelists.txt and package.xml to using ament_cmake_auto * README.md * default node name * add composable node (#4) * add composable node * fix conflicts * fix exec node * change sensor name fix to variable * fix can use ros2_wrapper_main.cpp * README.md * default node name * change namespace * add namespace to topic names Co-authored-by: mitui.hide <h-mitsui@esol.co.jp> * package.xml maintainer and README.md * #discussion_r666683800 * #discussion_r666712110 * #discussion_r665125337 * #discussion_r664995104 * #discussion_r666078326 * #discussion_r665121366 * #discussion_r665121366 Expansion * typedef enum -> enum * typedef enum -> enum * #discussion_r665121708 * #discussion_r665124279 * #discussion_r664995791 * esol_ReviewNo6 * esol_ReviewNo26 * esol_ReviewNo24 * Revert "esol_ReviewNo24" This reverts commit 0e8f33341186d6fa4a905de45c8f9aa28b8d29cb. * Revert "esol_ReviewNo24" This reverts commit 0e8f33341186d6fa4a905de45c8f9aa28b8d29cb. * esol_ReviewNo24 * esol_ReviewNo27 * esol_ReviewNo17 * format * esol_ReviewNo21 * develop #1 6bae863876bfda52db848ed31e415a3b16a0b6a8 * tab -> space * develop marge * CMakeLists.txt remove(-g -O0) * T4PUB-358 1st * format and bug-fix * 5#discussion_r677475332 * Add comment semaphore_ * 5#discussion_r678802453 Co-authored-by: mitui.hide <h-mitsui@esol.co.jp> Co-authored-by: v-nagai7872@esol.co.jp <v-nagai7872@esol.co.jp> Co-authored-by: Takeshi Miura <57553950+1222-takeshi@users.noreply.github.com> Co-authored-by: h-mitsui-esol <57085544+h-mitsui-esol@users.noreply.github.com> * Refactor 1st (#6) * Refactor 1st * pull/6#discussion_r681704754 * pull/6#discussion_r682172984 * pull/6#discussion_r681705368 * pull/6#discussion_r680921593 and pull/6#discussion_r680922194 * pull/6#discussion_r681711654 * 6#discussion_r682170555 * Use default qos for imu (#8) Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * Fix/esol/livox driver utest (#9) * Refactor 1st * pull/6#discussion_r681704754 * pull/6#discussion_r682172984 * pull/6#discussion_r681705368 * pull/6#discussion_r680921593 and pull/6#discussion_r680922194 * pull/6#discussion_r681711654 * 6#discussion_r682170555 * livox_driver utest 1st * T4PUB-437 bug fix. * Fix merge failure 3371552e395f1817adb3a32ea9f95360d72019f8 * pull/9#discussion_r689167375 and pull/9#discussion_r689204716 * Livox Diagnostics (#10) * Livox Diagnostics. Initial non working commit Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * clang. add tier4 format Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * gitignore. Add Tier4 ignore file Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * wip Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * wip 2 Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * code adaptations to new main branch Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * wip 3 get device status from sensor Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * adaptations for diagnostics from eth packet Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * RosWrapper. parse and report Diagnostics Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * lidar_driver. fix getcommandid switch Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * ros2_driver_wrapper. fix switch indent Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * git workflow. test CI token Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * livox_command. Remove unused CommandPushAbnormalState struct Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * add fallthroughts Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * apply t4 formatting Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * livox_diagnostics. remove unnecessary code for boolean vars Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * ros2_driver_wrapper. clarify level comparison with enum Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * livox_diagnostics. remove unncessary comma at the end of enum Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * ros2_driver_wrapper. group diagnostics members Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * gitignore. remove aw related entries Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * ros2_driver_wrapper. simplify ros diagnostics string Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * revert fallthroughs on switch Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * replace shift logic for bit fields Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * add private keyword to clarify Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * separate diagnostics, remove static definition Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * add missing StatusCodeToLivoxMotorStatus Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * Separate diagnostics to multiple reports Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * update status from sensor Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * wrapper. remove the namespace from the diagnostic task Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * ros2_wrapper. remove unncessary lidar_identifier Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * nebula structure Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * nebula wip Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * remove transport driver Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * move livox, start nebula base * reorganize pkg * Initial POC Hesai driver structure Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * POC Hesai driver hw interface Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * initial 'working' version Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * restructuration Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * README Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * attempts at getting the UDP driver to work * fix hw_interface Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * nebula. add missing headers Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * start of packet handling * hesai_msgs. add jumbo message Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * hesai. add packet parsing and scan formation code Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * apply clang formatting Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * hesai_ros. reorder includes Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * hesai_ros. todo Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * initial working hesai udp driver * apply clang format Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * ROS wrappers Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * add hesai_decoders base and implementations Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * Hesai initial full working version Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * small cleanup and standardization * Velodyne Release * GitLab CI YAML * Update .gitlab-ci.yml * Update README.md * overflow bug fix * Update .gitlab-ci.yml * velodyne. add vlp16 launch Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * launch. add hdl32 launch file Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * launch. add vlp16hr Signed-off-by: PE <abraham.monrroy@tier4.jp> * pandar40 decoder. fix typo Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * nebula. v2. tcp/diag/monitoring Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * v2.1. PandarAT128 Dual only support Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * launch. add pandar128 sample launch Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * pandar at128. single last/strongest echo + ptp timestamp support Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * fix: prevent build error from logger parenthesis * v2.1. hesai/velodyne setup single/dual at launch Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * fix: build error from Hesai hardware interface * tcp depend, readme * move to composable node * .py launch for all sensors * .py launch how-to * deprecate esol driver Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * Bump actions/checkout from 2 to 3.1.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.1.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Nebula decoder test pr (#12) * Offline bug fix * Extract pcd and bag for each pandar_packets * initial test decorder code (hesai at128) * Offline bug fix * Extract pcd and bag for each pandar_packets * initial test decorder code (hesai at128) * testing decorder * Changed package name back to pandar_msgs * add_launch_test was tried, but it didn't work * cleanup * fix naming Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * messages. hesai cleanup Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * gtests. cmake cleanup Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * sample. fix warnings Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * messages. remove c++ tests from ROS messages Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * cleanup comments Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * code cleanup Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * offline_sample. remove dependencies Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * nebula. velodyne add missing dependency Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * nebula. add missing dependency Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * nebula oofline. add missing dependency Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> Co-authored-by: Abraham Cano <abrahammonrroy@yahoo.com> * Testing decoder (AT128 & XT32M) (#14) * Testing decoder (AT128 & XT32M) * clang format. add clang format testing and formatting Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * .clang-format. remove file Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * tests. use relative path for tests Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * README. How to run tests Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CMakeLists. default to C++17 Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * tests. code clean up Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * github actions. enable CI testing Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * repos. replace dependency repository branch Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * tests. reset node at the end of the test exection Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> Co-authored-by: Abraham Cano <abrahammonrroy@yahoo.com> * launch. fix naming for composable nodes and simplify Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * bug. add missing streamstart for hw composable nodes Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * apply clang format Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * Testing decoder (40P, 64, QT64, XT32, VLP16) (#17) * Testing decoder (AT128 & XT32M) * velodyne_ros_offline_extract_pcd * Add 40P, 64, QT64, XT32 * vlp16 * vlp16 fix * velodyne_http. update api to transport drivers with beast requiring namespaces Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * build_depends. update transport_drivers repo * Testing VLS128 (#21) * Testing VLS128 * transport_drivers. api Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * 312cd76's forgotten items... * build_depends. switch to boost from asio on transport_drivers Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> --------- Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> Co-authored-by: Abraham Cano <abrahammonrroy@yahoo.com> * style(pre-commit): autofix * style(pre-commit): autofix * Update build_depends.repos * Bump streetsidesoftware/cspell-action from 2.22.0 to 2.24.0 (#35) Bumps [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action) from 2.22.0 to 2.24.0. - [Release notes](https://github.com/streetsidesoftware/cspell-action/releases) - [Changelog](https://github.com/streetsidesoftware/cspell-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/streetsidesoftware/cspell-action/compare/v2.22.0...v2.24.0) --- updated-dependencies: - dependency-name: streetsidesoftware/cspell-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump actions/checkout from 3.3.0 to 3.4.0 (#36) Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.3.0...v3.4.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Add Documentation (#37) * Documentation. Initial MkDocs+MkDoxy Generator Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * github actions. enable mkdocs Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * github actions. documentation add sudo Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * github actions. documentation add pip Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * github actions. documentation add pip Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * github actions. documentation add pip Signed-off-by: amc-nu <abraham.monrroy@gmail.com> --------- Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * documentation. run only on succesful merge * Bump actions/cache from 2 to 3 (#39) Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump streetsidesoftware/cspell-action from 2.24.0 to 2.25.0 (#38) Bumps [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action) from 2.24.0 to 2.25.0. - [Release notes](https://github.com/streetsidesoftware/cspell-action/releases) - [Changelog](https://github.com/streetsidesoftware/cspell-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/streetsidesoftware/cspell-action/compare/v2.24.0...v2.25.0) --- updated-dependencies: - dependency-name: streetsidesoftware/cspell-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump streetsidesoftware/cspell-action from 2.25.0 to 2.26.0 (#40) Bumps [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action) from 2.25.0 to 2.26.0. - [Release notes](https://github.com/streetsidesoftware/cspell-action/releases) - [Changelog](https://github.com/streetsidesoftware/cspell-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/streetsidesoftware/cspell-action/compare/v2.25.0...v2.26.0) --- updated-dependencies: - dependency-name: streetsidesoftware/cspell-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump streetsidesoftware/cspell-action from 2.26.0 to 2.26.1 (#42) Bumps [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action) from 2.26.0 to 2.26.1. - [Release notes](https://github.com/streetsidesoftware/cspell-action/releases) - [Changelog](https://github.com/streetsidesoftware/cspell-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/streetsidesoftware/cspell-action/compare/v2.26.0...v2.26.1) --- updated-dependencies: - dependency-name: streetsidesoftware/cspell-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Point timestamp returntype update to match T4 requirements (#41) * Add setup_sensor flag for hw drivers * point timestamp, point.return_type * Support QT128 * qt to qt64 * pandar128e4x. change point type Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * pandar128e4x. clean up Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * pandar128. reserve data Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * signed to unsigned, debug * fixed * QT128 Dual * QT128 timestamp fixed * Repository restructure Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * config. restructure files Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * driver. restructure Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * offline_sample. require nebula Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * Separate Nebula into multiple libraries Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * Apply clang format Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * nebula_common. rearrange return types Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * mkdocs. update generation to match new repository structure Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * Ament Bug. Component not installing binaries Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * hw_interface. do not fail when packet size is incorrect Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * hesai_status. PAndatAT128 support Dual only Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * at128 decoder. store the azimuth value Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * launch. add missing correction file param Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * cmake. fix velodyne missing export from nebula_common Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * return_type(VLP32) * hesai_hw_interface. reduce verbosity Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * docs. add/update mkdocs Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * Load correction dat with resolution * at128. cleanup Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * nebula_monitor. cleanup Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * return_type of hesai * QT64 fix * nebula all. apply clang format Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * nebula_decoders. cleanup decoders Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * velodyne_decoders. cleanup Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * nebula_decoders. clang format Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * Mkdocs. add how to add sensor Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * IDENTICAL in QT128 * Changed ReturnType from velodyne_scan_decoder to nebula_common * code cleanup Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * wip. get calibration from sensor Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * get calib from sensor with callback * README. update return modes Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * cleanup. remove comments Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * clang. apply clang Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * add syncGetLidarCalibration * Remove livox_msgs Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * rename messages to nebula_messages Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * messages. rename to nebula_messages Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * add new point type Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * clang. apply Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * Create nebula_sensor_driver metapackage Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * Use local file if connect fails * apply clang format Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * out pcd only xyz * TEST using only a single PCD including only XYZ * test. update ci testing Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * clean up. angle dependencies Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * README. include new point type Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * github. ci. dont updgrade base image to accelerate build Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * decoders. remove type warnings Signed-off-by: amc-nu <abraham.monrroy@gmail.com> --------- Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> Signed-off-by: amc-nu <abraham.monrroy@gmail.com> Co-authored-by: Kyutoku <github@kyutoku.cloud> * delete unecessary packages Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * Remove old doc files Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * package.xml remove unnecessary dependencies Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * remove deprecated packages Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * Add PointCloud conversion methods Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * Replace AT128's PCD file to fix testing (#43) * replace AT128 pcd file for test * apply clang format Signed-off-by: amc-nu <abraham.monrroy@gmail.com> --------- Signed-off-by: amc-nu <abraham.monrroy@gmail.com> Co-authored-by: Kyutoku <github@kyutoku.cloud> * Cpu optimization (#44) * Remove Boost warnings Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * Optimize Pandar40P Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * Pandar64 optimization Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * PointTypes. standardize point types Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * Add radian based elevation calculation Pandar40P,64 Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * qt64. radian based coordinate calculation Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * xt32. radian based coordinate calculation Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * qt128. radian based coordinate calculation Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * qt128. radian based coordinate calculation Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * pandar40. precalculate sin/cos Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * pandarxt. precalculate te sin/cos Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * apply sin/cos optimization to all decoders Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * launch. fix python launch file Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * point_type. caetr SSE alignment optimization Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * hesai_hw. remove warning Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * point_types. add sse description for caetr Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * README. run tests only for nebula packages Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * clang. apply ament_clang reformat Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * Replace 40P, 64, QT64 and XT32s' PCD files to fix testing * remove clang-format from tests Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * Local path check not required for online acquisition * Adding timeouts to correction data acquisition * Disable calibration query Signed-off-by: amc-nu <abraham.monrroy@gmail.com> --------- Signed-off-by: amc-nu <abraham.monrroy@gmail.com> Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> Co-authored-by: Kyutoku <github@kyutoku.cloud> * style(pre-commit): autofix * style(pre-commit): autofix * remove unnecesary dependency Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * velodyne. add monitor to velodyne Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * monitor. reduce reporting verbosity, frequency Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * style(pre-commit): autofix --------- Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> Signed-off-by: PE <abraham.monrroy@tier4.jp> Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: amc-nu <abraham.monrroy@gmail.com> Co-authored-by: h-mitsui-esol <h-mitsui@esol.co.jp> Co-authored-by: wep21 <border_goldenmarket@yahoo.co.jp> Co-authored-by: Daisuke Nishimatsu <42202095+wep21@users.noreply.github.com> Co-authored-by: n-hamaike-esol <50005860+n-hamaike-esol@users.noreply.github.com> Co-authored-by: v-nagai7872@esol.co.jp <v-nagai7872@esol.co.jp> Co-authored-by: Takeshi Miura <57553950+1222-takeshi@users.noreply.github.com> Co-authored-by: h-mitsui-esol <57085544+h-mitsui-esol@users.noreply.github.com> Co-authored-by: Kosuke Takeuchi <kosuke.tnp@gmail.com> Co-authored-by: Jacob Lambert <jacob.lambert@tier4.jp> Co-authored-by: Jacob Lambert <yacob.lambert@gmail.com> Co-authored-by: PE <abraham.monrroy@tier4.jp> Co-authored-by: David Wong <david.wong@tier4.jp> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Q <github@kyutoku.cloud> Co-authored-by: tokuda99 <kosuke.tokuda@tier4.jp> Co-authored-by: tokuda99 <110436081+tokuda99@users.noreply.github.com> Co-authored-by: wep21 <wep21@users.noreply.github.com> Co-authored-by: tier4-nebula-app[bot] <tier4-nebula-app[bot]@users.noreply.github.com> Co-authored-by: amc-nu <amc-nu@users.noreply.github.com>
knzo25
pushed a commit
to knzo25/autoware.universe
that referenced
this pull request
May 17, 2024
* first commit * Add CI Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * release livox driver(beta ver.) (#1) * add colcon build env. (base code is 0624e) * move some hpp files, add src folder in livox driver * trivial modification * Update README.md * remove unneccesary files * remove unneccesary header * move third-party source files * update code(20210630) * Delete different test files. * README.md add "4. running" * README crlf * HwInterface/udp_socket.hpp * modify for ros2 run error * Update README.md * accumulate_count * time_stamp * struct LivoxPointXyzrtl packed * GetEchoNumPerPoint() * cloud.width 24000 * time_base -> time_stamp * code fix * cloud.width update * code fix * code fix * StreamStart retry 30sec * code fix * rviz2 * fix format * <br> * format ros2wrapper * frame_id * frame_id * Update README.md * Update README.md * discussion_r664993039 * typo typo brief and only English in the comments. and LivoxDataCallback delete * PI -> M_PI * Revert "PI -> M_PI" This reverts commit c54bbe3b3c1954f82247d38570bdf71a3ddf38b6. * PI -> M_PI 2nd * thread pointer -> shared_ptr * modify CMakelists.txt and package.xml to using ament_cmake_auto * README.md * default node name * add composable node (#4) * add composable node * fix conflicts * fix exec node * change sensor name fix to variable * fix can use ros2_wrapper_main.cpp * README.md * default node name * change namespace * add namespace to topic names Co-authored-by: mitui.hide <h-mitsui@esol.co.jp> * package.xml maintainer and README.md * #discussion_r666683800 * #discussion_r666712110 * #discussion_r665125337 * #discussion_r664995104 * #discussion_r666078326 * #discussion_r665121366 * #discussion_r665121366 Expansion * typedef enum -> enum * typedef enum -> enum * #discussion_r665121708 * #discussion_r665124279 * #discussion_r664995791 * typo #discussion_r670300391 * #discussion_r664987903 * Revert "#discussion_r664987903" This reverts commit 97d78e64c13e5bb59b98bd1f17f1bfd527384852. * #discussion_r664987903 * #discussion_r664988302 * #discussion_r664989270 * #discussion_r664989004 * CMakeList.txt remove(-g -O0) * smart_pointers. #issuecomment-878771481 Co-authored-by: mitui.hide <h-mitsui@esol.co.jp> Co-authored-by: v-nagai7872@esol.co.jp <v-nagai7872@esol.co.jp> Co-authored-by: Takeshi Miura <57553950+1222-takeshi@users.noreply.github.com> * fix for the issue with the termination process when powering off (#5) * add colcon build env. (base code is 0624e) * move some hpp files, add src folder in livox driver * trivial modification * Update README.md * remove unneccesary files * remove unneccesary header * move third-party source files * update code(20210630) * Delete different test files. * README.md add "4. running" * README crlf * HwInterface/udp_socket.hpp * modify for ros2 run error * Update README.md * accumulate_count * time_stamp * struct LivoxPointXyzrtl packed * GetEchoNumPerPoint() * cloud.width 24000 * time_base -> time_stamp * code fix * cloud.width update * code fix * code fix * StreamStart retry 30sec * code fix * rviz2 * fix format * <br> * format ros2wrapper * frame_id * frame_id * Update README.md * Update README.md * discussion_r664993039 * typo typo brief and only English in the comments. and LivoxDataCallback delete * PI -> M_PI * Revert "PI -> M_PI" This reverts commit c54bbe3b3c1954f82247d38570bdf71a3ddf38b6. * PI -> M_PI 2nd * thread pointer -> shared_ptr * modify CMakelists.txt and package.xml to using ament_cmake_auto * README.md * default node name * add composable node (#4) * add composable node * fix conflicts * fix exec node * change sensor name fix to variable * fix can use ros2_wrapper_main.cpp * README.md * default node name * change namespace * add namespace to topic names Co-authored-by: mitui.hide <h-mitsui@esol.co.jp> * package.xml maintainer and README.md * #discussion_r666683800 * #discussion_r666712110 * #discussion_r665125337 * #discussion_r664995104 * #discussion_r666078326 * #discussion_r665121366 * #discussion_r665121366 Expansion * typedef enum -> enum * typedef enum -> enum * #discussion_r665121708 * #discussion_r665124279 * #discussion_r664995791 * esol_ReviewNo6 * esol_ReviewNo26 * esol_ReviewNo24 * Revert "esol_ReviewNo24" This reverts commit 0e8f33341186d6fa4a905de45c8f9aa28b8d29cb. * Revert "esol_ReviewNo24" This reverts commit 0e8f33341186d6fa4a905de45c8f9aa28b8d29cb. * esol_ReviewNo24 * esol_ReviewNo27 * esol_ReviewNo17 * format * esol_ReviewNo21 * develop #1 6bae863876bfda52db848ed31e415a3b16a0b6a8 * tab -> space * develop marge * CMakeLists.txt remove(-g -O0) * T4PUB-358 1st * format and bug-fix * 5#discussion_r677475332 * Add comment semaphore_ * 5#discussion_r678802453 Co-authored-by: mitui.hide <h-mitsui@esol.co.jp> Co-authored-by: v-nagai7872@esol.co.jp <v-nagai7872@esol.co.jp> Co-authored-by: Takeshi Miura <57553950+1222-takeshi@users.noreply.github.com> Co-authored-by: h-mitsui-esol <57085544+h-mitsui-esol@users.noreply.github.com> * Refactor 1st (#6) * Refactor 1st * pull/6#discussion_r681704754 * pull/6#discussion_r682172984 * pull/6#discussion_r681705368 * pull/6#discussion_r680921593 and pull/6#discussion_r680922194 * pull/6#discussion_r681711654 * 6#discussion_r682170555 * Use default qos for imu (#8) Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * Fix/esol/livox driver utest (#9) * Refactor 1st * pull/6#discussion_r681704754 * pull/6#discussion_r682172984 * pull/6#discussion_r681705368 * pull/6#discussion_r680921593 and pull/6#discussion_r680922194 * pull/6#discussion_r681711654 * 6#discussion_r682170555 * livox_driver utest 1st * T4PUB-437 bug fix. * Fix merge failure 3371552e395f1817adb3a32ea9f95360d72019f8 * pull/9#discussion_r689167375 and pull/9#discussion_r689204716 * Livox Diagnostics (#10) * Livox Diagnostics. Initial non working commit Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * clang. add tier4 format Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * gitignore. Add Tier4 ignore file Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * wip Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * wip 2 Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * code adaptations to new main branch Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * wip 3 get device status from sensor Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * adaptations for diagnostics from eth packet Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * RosWrapper. parse and report Diagnostics Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * lidar_driver. fix getcommandid switch Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * ros2_driver_wrapper. fix switch indent Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * git workflow. test CI token Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * livox_command. Remove unused CommandPushAbnormalState struct Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * add fallthroughts Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * apply t4 formatting Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * livox_diagnostics. remove unnecessary code for boolean vars Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * ros2_driver_wrapper. clarify level comparison with enum Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * livox_diagnostics. remove unncessary comma at the end of enum Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * ros2_driver_wrapper. group diagnostics members Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * gitignore. remove aw related entries Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * ros2_driver_wrapper. simplify ros diagnostics string Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * revert fallthroughs on switch Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * replace shift logic for bit fields Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * add private keyword to clarify Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * separate diagnostics, remove static definition Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * add missing StatusCodeToLivoxMotorStatus Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * Separate diagnostics to multiple reports Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * update status from sensor Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * wrapper. remove the namespace from the diagnostic task Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * ros2_wrapper. remove unncessary lidar_identifier Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * nebula structure Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * nebula wip Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * remove transport driver Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * move livox, start nebula base * reorganize pkg * Initial POC Hesai driver structure Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * POC Hesai driver hw interface Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * initial 'working' version Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * restructuration Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * README Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * attempts at getting the UDP driver to work * fix hw_interface Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * clang. update with t4 format Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * nebula. add missing headers Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * start of packet handling * hesai_msgs. add jumbo message Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * hesai. add packet parsing and scan formation code Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * apply clang formatting Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * hesai_ros. reorder includes Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * hesai_ros. todo Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * initial working hesai udp driver * apply clang format Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * ROS wrappers Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * add hesai_decoders base and implementations Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * Hesai initial full working version Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * small cleanup and standardization * Velodyne Release * GitLab CI YAML * Update .gitlab-ci.yml * Update README.md * overflow bug fix * Update .gitlab-ci.yml * velodyne. add vlp16 launch Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * launch. add hdl32 launch file Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * launch. add vlp16hr Signed-off-by: PE <abraham.monrroy@tier4.jp> * pandar40 decoder. fix typo Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * nebula. v2. tcp/diag/monitoring Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * v2.1. PandarAT128 Dual only support Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * launch. add pandar128 sample launch Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * pandar at128. single last/strongest echo + ptp timestamp support Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * fix: prevent build error from logger parenthesis * v2.1. hesai/velodyne setup single/dual at launch Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * Bump actions/checkout from 2 to 3.1.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.1.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * fix: build error from Hesai hardware interface * tcp depend, readme * move to composable node * .py launch for all sensors * .py launch how-to * deprecate esol driver Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * Bump streetsidesoftware/cspell-action from 1.1.1 to 2.15.0 Bumps [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action) from 1.1.1 to 2.15.0. - [Release notes](https://github.com/streetsidesoftware/cspell-action/releases) - [Changelog](https://github.com/streetsidesoftware/cspell-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/streetsidesoftware/cspell-action/compare/v1.1.1...v2.15.0) --- updated-dependencies: - dependency-name: streetsidesoftware/cspell-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Bump actions/checkout from 3.1.0 to 3.2.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Nebula decoder test pr (#12) * Offline bug fix * Extract pcd and bag for each pandar_packets * initial test decorder code (hesai at128) * Offline bug fix * Extract pcd and bag for each pandar_packets * initial test decorder code (hesai at128) * testing decorder * Changed package name back to pandar_msgs * add_launch_test was tried, but it didn't work * cleanup * fix naming Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * messages. hesai cleanup Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * gtests. cmake cleanup Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * sample. fix warnings Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * messages. remove c++ tests from ROS messages Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * cleanup comments Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * code cleanup Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * offline_sample. remove dependencies Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * nebula. velodyne add missing dependency Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * nebula. add missing dependency Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * nebula oofline. add missing dependency Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> Co-authored-by: Abraham Cano <abrahammonrroy@yahoo.com> * Update build-and-test.yml CI. adapt default branch name. * Bump streetsidesoftware/cspell-action from 2.15.0 to 2.15.1 (#15) Bumps [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action) from 2.15.0 to 2.15.1. - [Release notes](https://github.com/streetsidesoftware/cspell-action/releases) - [Changelog](https://github.com/streetsidesoftware/cspell-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/streetsidesoftware/cspell-action/compare/v2.15.0...v2.15.1) --- updated-dependencies: - dependency-name: streetsidesoftware/cspell-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Testing decoder (AT128 & XT32M) (#14) * Testing decoder (AT128 & XT32M) * clang format. add clang format testing and formatting Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * .clang-format. remove file Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * tests. use relative path for tests Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * README. How to run tests Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CMakeLists. default to C++17 Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * tests. code clean up Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * github actions. enable CI testing Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * repos. replace dependency repository branch Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * tests. reset node at the end of the test exection Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> Co-authored-by: Abraham Cano <abrahammonrroy@yahoo.com> * launch. fix naming for composable nodes and simplify Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * bug. add missing streamstart for hw composable nodes Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * apply clang format Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * Github Actions. Run CI tests only for nebula packages Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * Testing decoder (40P, 64, QT64, XT32, VLP16) (#17) * Testing decoder (AT128 & XT32M) * velodyne_ros_offline_extract_pcd * Add 40P, 64, QT64, XT32 * vlp16 * vlp16 fix * velodyne_http. update api to transport drivers with beast requiring namespaces Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * Bump ros-tooling/setup-ros from 0.2 to 0.5 (#20) Bumps [ros-tooling/setup-ros](https://github.com/ros-tooling/setup-ros) from 0.2 to 0.5. - [Release notes](https://github.com/ros-tooling/setup-ros/releases) - [Commits](https://github.com/ros-tooling/setup-ros/compare/v0.2...v0.5) --- updated-dependencies: - dependency-name: ros-tooling/setup-ros dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump streetsidesoftware/cspell-action from 2.15.1 to 2.16.0 (#18) Bumps [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action) from 2.15.1 to 2.16.0. - [Release notes](https://github.com/streetsidesoftware/cspell-action/releases) - [Changelog](https://github.com/streetsidesoftware/cspell-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/streetsidesoftware/cspell-action/compare/v2.15.1...v2.16.0) --- updated-dependencies: - dependency-name: streetsidesoftware/cspell-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump actions/checkout from 3.2.0 to 3.3.0 (#16) Bumps [actions/checkout](https://github.com/actions/checkout) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build_depends. update transport_drivers repo * Testing VLS128 (#21) * Testing VLS128 * transport_drivers. api Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * 312cd76's forgotten items... * build_depends. switch to boost from asio on transport_drivers Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> --------- Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> Co-authored-by: Abraham Cano <abrahammonrroy@yahoo.com> * Pandar OT 128E4X Initial support (#25) * wip. pandar ot Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * wip. missing correction Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * pandar128e4x. add calibration file Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * pandar_ot. initial working version Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * pandar_ot. clean up Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * nebula. apply clang format Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> --------- Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * Fix cpu (#27) * fix decoders * add declaration of dual_return_distance_threshold * nebula_common. reorder return modes to match previous definition Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> --------- Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> Co-authored-by: tokuda99 <kosuke.tokuda@tier4.jp> * Fix velodyne cpu (#28) * fix declaration of descriptor.type and delete dual_return_distance_threshold of velodyne * add dual_return_distance_threshold to paramCallback option and add it to launch file param * clang-format * Docs of nebula driver (#19) * nebula common 1 * nebula common 2 * hesai, velodyne * Bump streetsidesoftware/cspell-action from 2.16.0 to 2.20.0 (#26) Bumps [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action) from 2.16.0 to 2.20.0. - [Release notes](https://github.com/streetsidesoftware/cspell-action/releases) - [Changelog](https://github.com/streetsidesoftware/cspell-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/streetsidesoftware/cspell-action/compare/v2.16.0...v2.20.0) --- updated-dependencies: - dependency-name: streetsidesoftware/cspell-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump ros-tooling/setup-ros from 0.5 to 0.6 (#33) Bumps [ros-tooling/setup-ros](https://github.com/ros-tooling/setup-ros) from 0.5 to 0.6. - [Release notes](https://github.com/ros-tooling/setup-ros/releases) - [Commits](https://github.com/ros-tooling/setup-ros/compare/v0.5...v0.6) --- updated-dependencies: - dependency-name: ros-tooling/setup-ros dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump streetsidesoftware/cspell-action from 2.20.0 to 2.22.0 (#32) Bumps [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action) from 2.20.0 to 2.22.0. - [Release notes](https://github.com/streetsidesoftware/cspell-action/releases) - [Changelog](https://github.com/streetsidesoftware/cspell-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/streetsidesoftware/cspell-action/compare/v2.20.0...v2.22.0) --- updated-dependencies: - dependency-name: streetsidesoftware/cspell-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump ros-tooling/action-ros-ci from 0.2 to 0.3 (#31) Bumps [ros-tooling/action-ros-ci](https://github.com/ros-tooling/action-ros-ci) from 0.2 to 0.3. - [Release notes](https://github.com/ros-tooling/action-ros-ci/releases) - [Commits](https://github.com/ros-tooling/action-ros-ci/compare/v0.2...v0.3) --- updated-dependencies: - dependency-name: ros-tooling/action-ros-ci dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * first commit * Add CI Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * release livox driver(beta ver.) (#1) * add colcon build env. (base code is 0624e) * move some hpp files, add src folder in livox driver * trivial modification * Update README.md * remove unneccesary files * remove unneccesary header * move third-party source files * update code(20210630) * Delete different test files. * README.md add "4. running" * README crlf * HwInterface/udp_socket.hpp * modify for ros2 run error * Update README.md * accumulate_count * time_stamp * struct LivoxPointXyzrtl packed * GetEchoNumPerPoint() * cloud.width 24000 * time_base -> time_stamp * code fix * cloud.width update * code fix * code fix * StreamStart retry 30sec * code fix * rviz2 * fix format * <br> * format ros2wrapper * frame_id * frame_id * Update README.md * Update README.md * discussion_r664993039 * typo typo brief and only English in the comments. and LivoxDataCallback delete * PI -> M_PI * Revert "PI -> M_PI" This reverts commit c54bbe3b3c1954f82247d38570bdf71a3ddf38b6. * PI -> M_PI 2nd * thread pointer -> shared_ptr * modify CMakelists.txt and package.xml to using ament_cmake_auto * README.md * default node name * add composable node (#4) * add composable node * fix conflicts * fix exec node * change sensor name fix to variable * fix can use ros2_wrapper_main.cpp * README.md * default node name * change namespace * add namespace to topic names Co-authored-by: mitui.hide <h-mitsui@esol.co.jp> * package.xml maintainer and README.md * #discussion_r666683800 * #discussion_r666712110 * #discussion_r665125337 * #discussion_r664995104 * #discussion_r666078326 * #discussion_r665121366 * #discussion_r665121366 Expansion * typedef enum -> enum * typedef enum -> enum * #discussion_r665121708 * #discussion_r665124279 * #discussion_r664995791 * typo #discussion_r670300391 * #discussion_r664987903 * Revert "#discussion_r664987903" This reverts commit 97d78e64c13e5bb59b98bd1f17f1bfd527384852. * #discussion_r664987903 * #discussion_r664988302 * #discussion_r664989270 * #discussion_r664989004 * CMakeList.txt remove(-g -O0) * smart_pointers. #issuecomment-878771481 Co-authored-by: mitui.hide <h-mitsui@esol.co.jp> Co-authored-by: v-nagai7872@esol.co.jp <v-nagai7872@esol.co.jp> Co-authored-by: Takeshi Miura <57553950+1222-takeshi@users.noreply.github.com> * fix for the issue with the termination process when powering off (#5) * add colcon build env. (base code is 0624e) * move some hpp files, add src folder in livox driver * trivial modification * Update README.md * remove unneccesary files * remove unneccesary header * move third-party source files * update code(20210630) * Delete different test files. * README.md add "4. running" * README crlf * HwInterface/udp_socket.hpp * modify for ros2 run error * Update README.md * accumulate_count * time_stamp * struct LivoxPointXyzrtl packed * GetEchoNumPerPoint() * cloud.width 24000 * time_base -> time_stamp * code fix * cloud.width update * code fix * code fix * StreamStart retry 30sec * code fix * rviz2 * fix format * <br> * format ros2wrapper * frame_id * frame_id * Update README.md * Update README.md * discussion_r664993039 * typo typo brief and only English in the comments. and LivoxDataCallback delete * PI -> M_PI * Revert "PI -> M_PI" This reverts commit c54bbe3b3c1954f82247d38570bdf71a3ddf38b6. * PI -> M_PI 2nd * thread pointer -> shared_ptr * modify CMakelists.txt and package.xml to using ament_cmake_auto * README.md * default node name * add composable node (#4) * add composable node * fix conflicts * fix exec node * change sensor name fix to variable * fix can use ros2_wrapper_main.cpp * README.md * default node name * change namespace * add namespace to topic names Co-authored-by: mitui.hide <h-mitsui@esol.co.jp> * package.xml maintainer and README.md * #discussion_r666683800 * #discussion_r666712110 * #discussion_r665125337 * #discussion_r664995104 * #discussion_r666078326 * #discussion_r665121366 * #discussion_r665121366 Expansion * typedef enum -> enum * typedef enum -> enum * #discussion_r665121708 * #discussion_r665124279 * #discussion_r664995791 * esol_ReviewNo6 * esol_ReviewNo26 * esol_ReviewNo24 * Revert "esol_ReviewNo24" This reverts commit 0e8f33341186d6fa4a905de45c8f9aa28b8d29cb. * Revert "esol_ReviewNo24" This reverts commit 0e8f33341186d6fa4a905de45c8f9aa28b8d29cb. * esol_ReviewNo24 * esol_ReviewNo27 * esol_ReviewNo17 * format * esol_ReviewNo21 * develop #1 6bae863876bfda52db848ed31e415a3b16a0b6a8 * tab -> space * develop marge * CMakeLists.txt remove(-g -O0) * T4PUB-358 1st * format and bug-fix * 5#discussion_r677475332 * Add comment semaphore_ * 5#discussion_r678802453 Co-authored-by: mitui.hide <h-mitsui@esol.co.jp> Co-authored-by: v-nagai7872@esol.co.jp <v-nagai7872@esol.co.jp> Co-authored-by: Takeshi Miura <57553950+1222-takeshi@users.noreply.github.com> Co-authored-by: h-mitsui-esol <57085544+h-mitsui-esol@users.noreply.github.com> * Refactor 1st (#6) * Refactor 1st * pull/6#discussion_r681704754 * pull/6#discussion_r682172984 * pull/6#discussion_r681705368 * pull/6#discussion_r680921593 and pull/6#discussion_r680922194 * pull/6#discussion_r681711654 * 6#discussion_r682170555 * Use default qos for imu (#8) Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * Fix/esol/livox driver utest (#9) * Refactor 1st * pull/6#discussion_r681704754 * pull/6#discussion_r682172984 * pull/6#discussion_r681705368 * pull/6#discussion_r680921593 and pull/6#discussion_r680922194 * pull/6#discussion_r681711654 * 6#discussion_r682170555 * livox_driver utest 1st * T4PUB-437 bug fix. * Fix merge failure 3371552e395f1817adb3a32ea9f95360d72019f8 * pull/9#discussion_r689167375 and pull/9#discussion_r689204716 * Livox Diagnostics (#10) * Livox Diagnostics. Initial non working commit Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * clang. add tier4 format Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * gitignore. Add Tier4 ignore file Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * wip Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * wip 2 Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * code adaptations to new main branch Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * wip 3 get device status from sensor Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * adaptations for diagnostics from eth packet Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * RosWrapper. parse and report Diagnostics Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * lidar_driver. fix getcommandid switch Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * ros2_driver_wrapper. fix switch indent Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * git workflow. test CI token Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * livox_command. Remove unused CommandPushAbnormalState struct Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * add fallthroughts Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * apply t4 formatting Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * livox_diagnostics. remove unnecessary code for boolean vars Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * ros2_driver_wrapper. clarify level comparison with enum Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * livox_diagnostics. remove unncessary comma at the end of enum Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * ros2_driver_wrapper. group diagnostics members Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * gitignore. remove aw related entries Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * ros2_driver_wrapper. simplify ros diagnostics string Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * revert fallthroughs on switch Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * replace shift logic for bit fields Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * add private keyword to clarify Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * separate diagnostics, remove static definition Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * add missing StatusCodeToLivoxMotorStatus Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * Separate diagnostics to multiple reports Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * update status from sensor Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * wrapper. remove the namespace from the diagnostic task Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * ros2_wrapper. remove unncessary lidar_identifier Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * nebula structure Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * nebula wip Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * remove transport driver Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * move livox, start nebula base * reorganize pkg * Initial POC Hesai driver structure Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * POC Hesai driver hw interface Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * initial 'working' version Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * restructuration Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * README Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * attempts at getting the UDP driver to work * fix hw_interface Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * nebula. add missing headers Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * start of packet handling * hesai_msgs. add jumbo message Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * hesai. add packet parsing and scan formation code Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * apply clang formatting Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * hesai_ros. reorder includes Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * hesai_ros. todo Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * initial working hesai udp driver * apply clang format Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * ROS wrappers Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * add hesai_decoders base and implementations Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * Hesai initial full working version Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> * small cleanup and standardization * Velodyne Release * GitLab CI YAML * Update .gitlab-ci.yml * Update README.md * overflow bug fix * Update .gitlab-ci.yml * velodyne. add vlp16 launch Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * launch. add hdl32 launch file Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * launch. add vlp16hr Signed-off-by: PE <abraham.monrroy@tier4.jp> * pandar40 decoder. fix typo Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * nebula. v2. tcp/diag/monitoring Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * v2.1. PandarAT128 Dual only support Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * launch. add pandar128 sample launch Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * pandar at128. single last/strongest echo + ptp timestamp support Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * fix: prevent build error from logger parenthesis * v2.1. hesai/velodyne setup single/dual at launch Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * fix: build error from Hesai hardware interface * tcp depend, readme * move to composable node * .py launch for all sensors * .py launch how-to * deprecate esol driver Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * Bump actions/checkout from 2 to 3.1.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.1.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Nebula decoder test pr (#12) * Offline bug fix * Extract pcd and bag for each pandar_packets * initial test decorder code (hesai at128) * Offline bug fix * Extract pcd and bag for each pandar_packets * initial test decorder code (hesai at128) * testing decorder * Changed package name back to pandar_msgs * add_launch_test was tried, but it didn't work * cleanup * fix naming Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * messages. hesai cleanup Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * gtests. cmake cleanup Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * sample. fix warnings Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * messages. remove c++ tests from ROS messages Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * cleanup comments Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * code cleanup Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * offline_sample. remove dependencies Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * nebula. velodyne add missing dependency Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * nebula. add missing dependency Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * nebula oofline. add missing dependency Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CI. test Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> Co-authored-by: Abraham Cano <abrahammonrroy@yahoo.com> * Testing decoder (AT128 & XT32M) (#14) * Testing decoder (AT128 & XT32M) * clang format. add clang format testing and formatting Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * .clang-format. remove file Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * tests. use relative path for tests Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * README. How to run tests Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * CMakeLists. default to C++17 Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * tests. code clean up Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * github actions. enable CI testing Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * repos. replace dependency repository branch Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * tests. reset node at the end of the test exection Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> Co-authored-by: Abraham Cano <abrahammonrroy@yahoo.com> * launch. fix naming for composable nodes and simplify Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * bug. add missing streamstart for hw composable nodes Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * apply clang format Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * Testing decoder (40P, 64, QT64, XT32, VLP16) (#17) * Testing decoder (AT128 & XT32M) * velodyne_ros_offline_extract_pcd * Add 40P, 64, QT64, XT32 * vlp16 * vlp16 fix * velodyne_http. update api to transport drivers with beast requiring namespaces Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * build_depends. update transport_drivers repo * Testing VLS128 (#21) * Testing VLS128 * transport_drivers. api Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * 312cd76's forgotten items... * build_depends. switch to boost from asio on transport_drivers Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> --------- Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> Co-authored-by: Abraham Cano <abrahammonrroy@yahoo.com> * style(pre-commit): autofix * style(pre-commit): autofix * Update build_depends.repos * Bump streetsidesoftware/cspell-action from 2.22.0 to 2.24.0 (#35) Bumps [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action) from 2.22.0 to 2.24.0. - [Release notes](https://github.com/streetsidesoftware/cspell-action/releases) - [Changelog](https://github.com/streetsidesoftware/cspell-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/streetsidesoftware/cspell-action/compare/v2.22.0...v2.24.0) --- updated-dependencies: - dependency-name: streetsidesoftware/cspell-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump actions/checkout from 3.3.0 to 3.4.0 (#36) Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.3.0...v3.4.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Add Documentation (#37) * Documentation. Initial MkDocs+MkDoxy Generator Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * github actions. enable mkdocs Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * github actions. documentation add sudo Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * github actions. documentation add pip Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * github actions. documentation add pip Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * github actions. documentation add pip Signed-off-by: amc-nu <abraham.monrroy@gmail.com> --------- Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * documentation. run only on succesful merge * Bump actions/cache from 2 to 3 (#39) Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump streetsidesoftware/cspell-action from 2.24.0 to 2.25.0 (#38) Bumps [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action) from 2.24.0 to 2.25.0. - [Release notes](https://github.com/streetsidesoftware/cspell-action/releases) - [Changelog](https://github.com/streetsidesoftware/cspell-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/streetsidesoftware/cspell-action/compare/v2.24.0...v2.25.0) --- updated-dependencies: - dependency-name: streetsidesoftware/cspell-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump streetsidesoftware/cspell-action from 2.25.0 to 2.26.0 (#40) Bumps [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action) from 2.25.0 to 2.26.0. - [Release notes](https://github.com/streetsidesoftware/cspell-action/releases) - [Changelog](https://github.com/streetsidesoftware/cspell-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/streetsidesoftware/cspell-action/compare/v2.25.0...v2.26.0) --- updated-dependencies: - dependency-name: streetsidesoftware/cspell-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump streetsidesoftware/cspell-action from 2.26.0 to 2.26.1 (#42) Bumps [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action) from 2.26.0 to 2.26.1. - [Release notes](https://github.com/streetsidesoftware/cspell-action/releases) - [Changelog](https://github.com/streetsidesoftware/cspell-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/streetsidesoftware/cspell-action/compare/v2.26.0...v2.26.1) --- updated-dependencies: - dependency-name: streetsidesoftware/cspell-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Point timestamp returntype update to match T4 requirements (#41) * Add setup_sensor flag for hw drivers * point timestamp, point.return_type * Support QT128 * qt to qt64 * pandar128e4x. change point type Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * pandar128e4x. clean up Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * pandar128. reserve data Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * signed to unsigned, debug * fixed * QT128 Dual * QT128 timestamp fixed * Repository restructure Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * config. restructure files Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * driver. restructure Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * offline_sample. require nebula Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * Separate Nebula into multiple libraries Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * Apply clang format Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * nebula_common. rearrange return types Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * mkdocs. update generation to match new repository structure Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * Ament Bug. Component not installing binaries Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * hw_interface. do not fail when packet size is incorrect Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * hesai_status. PAndatAT128 support Dual only Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * at128 decoder. store the azimuth value Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * launch. add missing correction file param Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * cmake. fix velodyne missing export from nebula_common Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * return_type(VLP32) * hesai_hw_interface. reduce verbosity Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * docs. add/update mkdocs Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * Load correction dat with resolution * at128. cleanup Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * nebula_monitor. cleanup Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * return_type of hesai * QT64 fix * nebula all. apply clang format Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * nebula_decoders. cleanup decoders Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * velodyne_decoders. cleanup Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * nebula_decoders. clang format Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * Mkdocs. add how to add sensor Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * IDENTICAL in QT128 * Changed ReturnType from velodyne_scan_decoder to nebula_common * code cleanup Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * wip. get calibration from sensor Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * get calib from sensor with callback * README. update return modes Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * cleanup. remove comments Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * clang. apply clang Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * add syncGetLidarCalibration * Remove livox_msgs Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * rename messages to nebula_messages Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * messages. rename to nebula_messages Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * add new point type Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * clang. apply Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * Create nebula_sensor_driver metapackage Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * Use local file if connect fails * apply clang format Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * out pcd only xyz * TEST using only a single PCD including only XYZ * test. update ci testing Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * clean up. angle dependencies Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * README. include new point type Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * github. ci. dont updgrade base image to accelerate build Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * decoders. remove type warnings Signed-off-by: amc-nu <abraham.monrroy@gmail.com> --------- Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> Signed-off-by: amc-nu <abraham.monrroy@gmail.com> Co-authored-by: Kyutoku <github@kyutoku.cloud> * delete unecessary packages Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * Remove old doc files Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * package.xml remove unnecessary dependencies Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * remove deprecated packages Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * Add PointCloud conversion methods Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * Replace AT128's PCD file to fix testing (#43) * replace AT128 pcd file for test * apply clang format Signed-off-by: amc-nu <abraham.monrroy@gmail.com> --------- Signed-off-by: amc-nu <abraham.monrroy@gmail.com> Co-authored-by: Kyutoku <github@kyutoku.cloud> * Cpu optimization (#44) * Remove Boost warnings Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * Optimize Pandar40P Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * Pandar64 optimization Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * PointTypes. standardize point types Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * Add radian based elevation calculation Pandar40P,64 Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * qt64. radian based coordinate calculation Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * xt32. radian based coordinate calculation Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * qt128. radian based coordinate calculation Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * qt128. radian based coordinate calculation Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * pandar40. precalculate sin/cos Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * pandarxt. precalculate te sin/cos Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * apply sin/cos optimization to all decoders Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> * launch. fix python launch file Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * point_type. caetr SSE alignment optimization Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * hesai_hw. remove warning Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * point_types. add sse description for caetr Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * README. run tests only for nebula packages Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * clang. apply ament_clang reformat Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * Replace 40P, 64, QT64 and XT32s' PCD files to fix testing * remove clang-format from tests Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * Local path check not required for online acquisition * Adding timeouts to correction data acquisition * Disable calibration query Signed-off-by: amc-nu <abraham.monrroy@gmail.com> --------- Signed-off-by: amc-nu <abraham.monrroy@gmail.com> Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> Co-authored-by: Kyutoku <github@kyutoku.cloud> * style(pre-commit): autofix * style(pre-commit): autofix * remove unnecesary dependency Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * velodyne. add monitor to velodyne Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * monitor. reduce reporting verbosity, frequency Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * style(pre-commit): autofix * hesai_decoders. update timestamp calculation Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * hesai_decoders. update azimuth Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * fix point.azimuth of pandar64 * hesai_decoders. azimuth update Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * update timestamping Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * decoders. timing azimuth update Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * style(pre-commit): autofix * nebula decoders. time distance update Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * nebula common. change point type Signed-off-by: amc-nu <abraham.monrroy@gmail.com> * style(pre-commit): autofix --------- Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> Signed-off-by: amc-nu <abrahammonrroy@yahoo.com> Signed-off-by: Abraham Cano <abrahammonrroy@yahoo.com> Signed-off-by: PE <abraham.monrroy@tier4.jp> Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: amc-nu <abraham.monrroy@gmail.com> Co-authored-by: h-mitsui-esol <h-mitsui@esol.co.jp> Co-authored-by: wep21 <border_goldenmarket@yahoo.co.jp> Co-authored-by: Daisuke Nishimatsu <42202095+wep21@users.noreply.github.com> Co-authored-by: n-hamaike-esol <50005860+n-hamaike-esol@users.noreply.github.com> Co-authored-by: v-nagai7872@esol.co.jp <v-nagai7872@esol.co.jp> Co-authored-by: Takeshi Miura <57553950+1222-takeshi@users.noreply.github.com> Co-authored-by: h-mitsui-esol <57085544+h-mitsui-esol@users.noreply.github.com> Co-authored-by: Kosuke Takeuchi <kosuke.tnp@gmail.com> Co-authored-by: Jacob Lambert <jacob.lambert@tier4.jp> Co-authored-by: Jacob Lambert <yacob.lambert@gmail.com> Co-authored-by: PE <abraham.monrroy@tier4.jp> Co-authored-by: David Wong <david.wong@tier4.jp> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Q <github@kyutoku.cloud> Co-authored-by: tokuda99 <kosuke.tokuda@tier4.jp> Co-authored-by: tokuda99 <110436081+tokuda99@users.noreply.github.com> Co-authored-by: wep21 <wep21@users.noreply.github.com> Co-authored-by: tier4-nebula-app[bot] <tier4-nebula-app[bot]@users.noreply.github.com> Co-authored-by: amc-nu <amc-nu@users.noreply.github.com>
knzo25
pushed a commit
to knzo25/autoware.universe
that referenced
this pull request
May 17, 2024
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 scenario_selector packages from https://github.com/tier4/AutowareArchitectureProposal.iv
This PR depends on
How to review
Check the following item