-
Notifications
You must be signed in to change notification settings - Fork 676
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
Display labeled code coverage in pull requests #286
Comments
👍 |
* [152] Implement BoundingBoxArray rviz display plugin. * [285] Clear bounding box markers before adding new markers on new message * [274] Trajectory visualization plugin * raw types to sized type * ControllerTestingNode: added publish_state(), publish_trajectory(), no timer hack to start test, all init is init() * Squashed 'src/external/mpc/' changes from 8fc7cfdd..eaa5908b eaa5908b Merge branch 'input-weight-modify' into 'master' b9ee8e4f Update default mpc_controller_node parameters 8d15f49d Add weights to acceleration and steer controls; loosen simulation test case: git-subtree-dir: src/external/mpc git-subtree-split: eaa5908bdd987051a9dcd9c505f99bfd7f028547 * [autowarefoundation#404] apply ament_auto macro to autoware_rviz_plugins * Adding missing dependency on rviz2. * Squashed 'src/external/autoware_auto_msgs/' changes from 56550efd..f40970ea f40970ea Adding velocity_mps to VehicleControlCommand. git-subtree-dir: src/external/autoware_auto_msgs git-subtree-split: f40970ead34d36a695b432dc37accff9d67c17e2 * Update copyright headers to transfer ownership to Autoware Foundation Signed-off-by: Juan Pablo Samper <[email protected]> * Add CHANGELOG and update package versions for release Add CHANGELOG and update package versions for release * [autowarefoundation#286] Parameterize boundingbox colors from rviz - Add visualization colours via Qt * [autowarefoundation#813] use autoware_set_compile_options() for nearly all compiled tests - fix a few causes of warnings and disable warning flags as needed for other tests - set CXX_STANDARD strictly and only in a single place - add CMake flag `AUTOWARE_OPTIMIZATION_OF_SLOW_TARGETS`. Default: OFF - update building instructions and MR template - fix nasty initialization error of static constexpr member in `GenericState` of Kalman filter * [autowarefoundation#910] remove private compilation warning ignore flags * [autowarefoundation#900] Implement rviz plugin to visualize TrackedObjects * [autowarefoundation#1110] Implement rviz plugin for DetectedObjects msg * Resolve "Clarify meaning of pose in *ObjectKinematics messages" * [autowarefoundation#1221] Add co-developed entry to copyright * [autowarefoundation#1282] Fix double free in ObjectPolygonDisplayBase rviz plugin * [autowarefoundation#1355] Make DetectedObject shape corners be in object-local coordinates * porting AAP perception visualization from https://github.com/tier4/AutowareArchitectureProposal.iv/blob/main/perception/util/visualizer/dynamic_object_visualization/include/dynamic_object_visualization/dynamic_object_visualizer.hpp * rename to autoware_auto_perception_rviz_plugin * fix copyright * format code * fix typo * convert camel to snake case * Apply suggestions from code review Co-authored-by: Daisuke Nishimatsu <[email protected]> * change color * replace boost::optional to std::optional * add icons * set marker id to value corresponding to the upper 32 bits of uuid * format code * change motorsycle color * add uuid map to set marker id * format code * remove brief comment * fix lint error * fix include sort * format code * fix include * add autoware_auto_perception_rviz_plugin to pre commit excluded list Co-authored-by: Yunus Emre Caliskan <[email protected]> Co-authored-by: Christopher Ho <[email protected]> Co-authored-by: MIURA Yasuyuki <[email protected]> Co-authored-by: Jit Ray Chowdhury <[email protected]> Co-authored-by: Joshua Whitley <[email protected]> Co-authored-by: Juan Pablo Samper <[email protected]> Co-authored-by: Jilada Eccleston <[email protected]> Co-authored-by: Frederik Beaujean <[email protected]> Co-authored-by: Vincent Richard <[email protected]> Co-authored-by: Gowtham <[email protected]> Co-authored-by: Nikolai Morin <[email protected]> Co-authored-by: Igor Bogoslavskyi <[email protected]> Co-authored-by: Daisuke Nishimatsu <[email protected]>
@KeisukeShima Can this be closed? |
I think that getting coverage by label is also part of this issue. |
* release v0.4.0 * Use MkDocs to generate the documentation (autowarefoundation#1346) * Use MkDocs to generate the documentation * Serach all docs source files under the root directory * Add space Co-authored-by: Kenji Miyake <[email protected]> * Fix layout errors and 404 in the generated documentation (autowarefoundation#1348) * Specify the site_url to prevent layout errors * Add README.md since the top-level file could not be generated * Change the MathJax URL since the current one will be deprecated Signed-off-by: Kenji Miyake <[email protected]> Co-authored-by: IshitaTakeshi <[email protected]> * adding css and favicons (autowarefoundation#1452) * adding css and favicons Signed-off-by: Masaya Kataoka <[email protected]> * Update tierivcolor.css * Rename CSS Signed-off-by: Kenji Miyake <[email protected]> * Don't remove css files Signed-off-by: Kenji Miyake <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> * Add dependabot (autowarefoundation#1561) * add dependabot * add pull request limit * Change nested_indent for mkdocs (autowarefoundation#1639) * Change nested_indent for mkdocs Signed-off-by: Kenji Miyake <[email protected]> * Fix a lint issue Signed-off-by: Kenji Miyake <[email protected]> * Add "/" to documentation URL Signed-off-by: Kenji Miyake <[email protected]> * Add pre-commit (autowarefoundation#1560) * add pre-commit * add pre-commit-config * add additional settings for private repository * use default pre-commit-config * update pre-commit setting * Ignore whitespace for line breaks in markdown * Update .github/workflows/pre-commit.yml Co-authored-by: Kazuki Miyahara <[email protected]> * exclude svg * remove pretty-format-json * add double-quote-string-fixer * consider COLCON_IGNORE file when seaching modified package * format file * pre-commit fixes * Update pre-commit.yml * Update .pre-commit-config.yaml Co-authored-by: Kazuki Miyahara <[email protected]> Co-authored-by: pre-commit <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> * Add markdownlint and prettier (autowarefoundation#1661) * Add markdownlint and prettier Signed-off-by: Kenji Miyake <[email protected]> * Ignore .param.yaml Signed-off-by: Kenji Miyake <[email protected]> * Apply format Signed-off-by: Kenji Miyake <[email protected]> * Fix MD029 (autowarefoundation#1813) Signed-off-by: Kenji Miyake <[email protected]> * Invoke code formatter at pre-commit (autowarefoundation#1935) * Run ament_uncrustify at pre-commit * Reformat existing files * Fix copyright and cpplint errors Signed-off-by: Kenji Miyake <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> * 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 * Add shellcheck (autowarefoundation#2079) * Add shellcheck Signed-off-by: Kenji Miyake <[email protected]> * Fix shellcheck Signed-off-by: Kenji Miyake <[email protected]> * update pre-commit-hooks-ros to v0.2.0 (autowarefoundation#2137) * Auto-update pre-commit hooks (autowarefoundation#2138) Co-authored-by: KeisukeShima <[email protected]> * Auto-update pre-commit hooks (autowarefoundation#2146) * Auto-update pre-commit hooks * Update update-pre-commit.yml Co-authored-by: kenji-miyake <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> * Add markdown-link-check pre-commit (autowarefoundation#2215) * add markdown-lint-check pre-commit * delete files argument * add optional hook * modify comment * add comment * delete hook * add retry option * add option * add files arg * Fix links in hdd_reader.md Signed-off-by: Kenji Miyake <[email protected]> * Ignore 403 Signed-off-by: Kenji Miyake <[email protected]> * Ignore tier4 github url Signed-off-by: Kenji Miyake <[email protected]> * Update link Signed-off-by: Kenji Miyake <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> * Auto-update pre-commit hooks (autowarefoundation#2323) Co-authored-by: kenji-miyake <[email protected]> * ignore .swp file (autowarefoundation#1833) * Add settings for new formatters (autowarefoundation#2330) * Update .pre-commit-config.yaml Signed-off-by: Kenji Miyake <[email protected]> * Ignore .cu for cpplint Signed-off-by: Kenji Miyake <[email protected]> * Update .clang-format Signed-off-by: Kenji Miyake <[email protected]> * Add setup.cfg Signed-off-by: Kenji Miyake <[email protected]> * Add CPPLINT.cfg Signed-off-by: Kenji Miyake <[email protected]> * Add autoware-lint-common Signed-off-by: Kenji Miyake <[email protected]> * Remove unnecessary part Signed-off-by: Kenji Miyake <[email protected]> * Add includeorder=standardcfirst Signed-off-by: Kenji Miyake <[email protected]> * Use clang-format-12 Signed-off-by: Kenji Miyake <[email protected]> * Add IncludeCategories to clang-format Signed-off-by: Kenji Miyake <[email protected]> * Remove unnecessary file Signed-off-by: Kenji Miyake <[email protected]> * Temporarily comment out pre-commit hooks Signed-off-by: Kenji Miyake <[email protected]> * Fix indent miss Signed-off-by: Kenji Miyake <[email protected]> * Change include order rule and ignore build/include_order in cpplint Signed-off-by: Kenji Miyake <[email protected]> * Change formatter to clang-format and black (autowarefoundation#2332) * Revert "Temporarily comment out pre-commit hooks" This reverts commit 748e9cdb145ce12f8b520bcbd97f5ff899fc28a3. * Replace ament_lint_common with autoware_lint_common Signed-off-by: Kenji Miyake <[email protected]> * Remove ament_cmake_uncrustify and ament_clang_format Signed-off-by: Kenji Miyake <[email protected]> * Apply Black Signed-off-by: Kenji Miyake <[email protected]> * Apply clang-format Signed-off-by: Kenji Miyake <[email protected]> * Fix build errors Signed-off-by: Kenji Miyake <[email protected]> * Fix for cpplint * Fix include double quotes to angle brackets Signed-off-by: Kenji Miyake <[email protected]> * Apply clang-format Signed-off-by: Kenji Miyake <[email protected]> * Fix build errors Signed-off-by: Kenji Miyake <[email protected]> * Back port .auto control packages (autowarefoundation#571) * Implement Lateral and Longitudinal Control Muxer * [autowarefoundation#570] Porting wf_simulator * [autowarefoundation#1189] Deactivate flaky test in 'trajectory_follower_nodes' * [autowarefoundation#1189] Fix flacky test in 'trajectory_follower_nodes/latlon_muxer' * [autowarefoundation#1057] Add osqp_interface package * [autowarefoundation#1057] Add library code for MPC-based lateral control * [autowarefoundation#1271] Use std::abs instead of abs * [autowarefoundation#1057] Implement Lateral Controller for Cargo ODD * [autowarefoundation#1246] Resolve "Test case names currently use snake_case but should be CamelCase" * [autowarefoundation#1325] Deactivate flaky smoke test in 'trajectory_follower_nodes' * [autowarefoundation#1058] Add library code of longitudinal controller * Fix build error for trajectory follower Signed-off-by: wep21 <[email protected]> * Fix build error for trajectory follower nodes Signed-off-by: wep21 <[email protected]> * [autowarefoundation#1272] Add AckermannControlCommand support to simple_planning_simulator * [autowarefoundation#1058] Add Longitudinal Controller node * [autowarefoundation#1058] Rename velocity_controller -> longitudinal_controller * [autowarefoundation#1058] Update CMakeLists.txt for the longitudinal_controller_node * [autowarefoundation#1058] Add smoke test python launch file * [autowarefoundation#1058] Use LowPassFilter1d from trajectory_follower * [autowarefoundation#1058] Use autoware_auto_msgs * [autowarefoundation#1058] Changes for .auto (debug msg tmp fix, common func, tf listener) * [autowarefoundation#1058] Remove unused parameters * [autowarefoundation#1058] Fix ros test * [autowarefoundation#1058] Rm default params from declare_parameters + use autoware types * [autowarefoundation#1058] Use default param file to setup NodeOptions in the ros test * [autowarefoundation#1058] Fix docstring * [autowarefoundation#1058] Replace receiving a Twist with a VehicleKinematicState * [autowarefoundation#1058] Change class variables format to m_ prefix * [autowarefoundation#1058] Fix plugin name of LongitudinalController in CMakeLists.txt * [autowarefoundation#1058] Fix copyright dates * [autowarefoundation#1058] Reorder includes * [autowarefoundation#1058] Add some tests (~89% coverage without disabling flaky tests) * [autowarefoundation#1058] Add more tests (90+% coverage without disabling flaky tests) * [autowarefoundation#1058] Use Float32MultiArrayDiagnostic message for debug and slope * [autowarefoundation#1058] Calculate wheel_base value from vehicle parameters * [autowarefoundation#1058] Cleanup redundant logger setting in tests * [autowarefoundation#1058] Set ROS_DOMAIN_ID when running tests to prevent CI failures * [autowarefoundation#1058] Remove TF listener and use published vehicle state instead * [autowarefoundation#1058] Change smoke tests to use autoware_testing * [autowarefoundation#1058] Add plotjuggler cfg for both lateral and longitudinal control * [autowarefoundation#1058] Improve design documents * [autowarefoundation#1058] Disable flaky test * [autowarefoundation#1058] Properly transform vehicle state in longitudinal node * [autowarefoundation#1058] Fix TF buffer of lateral controller * [autowarefoundation#1058] Tuning of lateral controller for LGSVL * [autowarefoundation#1058] Fix formating * [autowarefoundation#1058] Fix /tf_static sub to be transient_local * [autowarefoundation#1058] Fix yaw recalculation of reverse trajs in the lateral controller * modify trajectory_follower for galactic build Signed-off-by: Takamasa Horibe <[email protected]> * [autowarefoundation#1379] Update trajectory_follower * [autowarefoundation#1379] Update simple_planning_simulator * [autowarefoundation#1379] Update trajectory_follower_nodes * apply trajectory msg modification in control Signed-off-by: Takamasa Horibe <[email protected]> * move directory Signed-off-by: Takamasa Horibe <[email protected]> * remote control/trajectory_follower level dorectpry Signed-off-by: Takamasa Horibe <[email protected]> * remove .iv trajectory follower Signed-off-by: Takamasa Horibe <[email protected]> * use .auto trajectory_follower Signed-off-by: Takamasa Horibe <[email protected]> * remove .iv simple_planning_simulator & osqp_interface Signed-off-by: Takamasa Horibe <[email protected]> * use .iv simple_planning_simulator & osqp_interface Signed-off-by: Takamasa Horibe <[email protected]> * add tmp_autoware_auto_dependencies Signed-off-by: Takamasa Horibe <[email protected]> * tmporally add autoware_auto_msgs Signed-off-by: Takamasa Horibe <[email protected]> * apply .auto message split Signed-off-by: Takamasa Horibe <[email protected]> * fix build depend Signed-off-by: Takamasa Horibe <[email protected]> * fix packages using osqp * fix autoware_auto_geometry * ignore lint of some packages * ignore ament_lint of some packages * ignore lint/pre-commit of trajectory_follower_nodes * disable unit tests of some packages Co-authored-by: Maxime CLEMENT <[email protected]> Co-authored-by: Joshua Whitley <[email protected]> Co-authored-by: Igor Bogoslavskyi <[email protected]> Co-authored-by: MIURA Yasuyuki <[email protected]> Co-authored-by: wep21 <[email protected]> Co-authored-by: tomoya.kimura <[email protected]> * 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 <[email protected]> * ignore testing Signed-off-by: Takamasa Horibe <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]> * adding autoware_auto_perception_rviz_plugin (autowarefoundation#574) * [152] Implement BoundingBoxArray rviz display plugin. * [285] Clear bounding box markers before adding new markers on new message * [274] Trajectory visualization plugin * raw types to sized type * ControllerTestingNode: added publish_state(), publish_trajectory(), no timer hack to start test, all init is init() * Squashed 'src/external/mpc/' changes from 8fc7cfdd..eaa5908b eaa5908b Merge branch 'input-weight-modify' into 'master' b9ee8e4f Update default mpc_controller_node parameters 8d15f49d Add weights to acceleration and steer controls; loosen simulation test case: git-subtree-dir: src/external/mpc git-subtree-split: eaa5908bdd987051a9dcd9c505f99bfd7f028547 * [autowarefoundation#404] apply ament_auto macro to autoware_rviz_plugins * Adding missing dependency on rviz2. * Squashed 'src/external/autoware_auto_msgs/' changes from 56550efd..f40970ea f40970ea Adding velocity_mps to VehicleControlCommand. git-subtree-dir: src/external/autoware_auto_msgs git-subtree-split: f40970ead34d36a695b432dc37accff9d67c17e2 * Update copyright headers to transfer ownership to Autoware Foundation Signed-off-by: Juan Pablo Samper <[email protected]> * Add CHANGELOG and update package versions for release Add CHANGELOG and update package versions for release * [autowarefoundation#286] Parameterize boundingbox colors from rviz - Add visualization colours via Qt * [autowarefoundation#813] use autoware_set_compile_options() for nearly all compiled tests - fix a few causes of warnings and disable warning flags as needed for other tests - set CXX_STANDARD strictly and only in a single place - add CMake flag `AUTOWARE_OPTIMIZATION_OF_SLOW_TARGETS`. Default: OFF - update building instructions and MR template - fix nasty initialization error of static constexpr member in `GenericState` of Kalman filter * [autowarefoundation#910] remove private compilation warning ignore flags * [autowarefoundation#900] Implement rviz plugin to visualize TrackedObjects * [autowarefoundation#1110] Implement rviz plugin for DetectedObjects msg * Resolve "Clarify meaning of pose in *ObjectKinematics messages" * [autowarefoundation#1221] Add co-developed entry to copyright * [autowarefoundation#1282] Fix double free in ObjectPolygonDisplayBase rviz plugin * [autowarefoundation#1355] Make DetectedObject shape corners be in object-local coordinates * porting AAP perception visualization from https://github.com/tier4/AutowareArchitectureProposal.iv/blob/main/perception/util/visualizer/dynamic_object_visualization/include/dynamic_object_visualization/dynamic_object_visualizer.hpp * rename to autoware_auto_perception_rviz_plugin * fix copyright * format code * fix typo * convert camel to snake case * Apply suggestions from code review Co-authored-by: Daisuke Nishimatsu <[email protected]> * change color * replace boost::optional to std::optional * add icons * set marker id to value corresponding to the upper 32 bits of uuid * format code * change motorsycle color * add uuid map to set marker id * format code * remove brief comment * fix lint error * fix include sort * format code * fix include * add autoware_auto_perception_rviz_plugin to pre commit excluded list Co-authored-by: Yunus Emre Caliskan <[email protected]> Co-authored-by: Christopher Ho <[email protected]> Co-authored-by: MIURA Yasuyuki <[email protected]> Co-authored-by: Jit Ray Chowdhury <[email protected]> Co-authored-by: Joshua Whitley <[email protected]> Co-authored-by: Juan Pablo Samper <[email protected]> Co-authored-by: Jilada Eccleston <[email protected]> Co-authored-by: Frederik Beaujean <[email protected]> Co-authored-by: Vincent Richard <[email protected]> Co-authored-by: Gowtham <[email protected]> Co-authored-by: Nikolai Morin <[email protected]> Co-authored-by: Igor Bogoslavskyi <[email protected]> Co-authored-by: Daisuke Nishimatsu <[email protected]> * style(prettier): change printWitdh Signed-off-by: Kenji Miyake <[email protected]> * chore: add empty build_depends.repos Signed-off-by: Kenji Miyake <[email protected]> * style: fix styles of .pre-commit-config.yaml Signed-off-by: Kenji Miyake <[email protected]> * docs(mkdocs): update settings Signed-off-by: Kenji Miyake <[email protected]> * chore: update .gitignore Signed-off-by: Kenji Miyake <[email protected]> * chore: update .markdown-link-check.json Signed-off-by: Kenji Miyake <[email protected]> * chore: update .pre-commit-config.yaml Signed-off-by: Kenji Miyake <[email protected]> Co-authored-by: mitsudome-r <[email protected]> Co-authored-by: Ishita Takeshi <[email protected]> Co-authored-by: Masaya Kataoka <[email protected]> Co-authored-by: Keisuke Shima <[email protected]> Co-authored-by: Kazuki Miyahara <[email protected]> Co-authored-by: pre-commit <[email protected]> Co-authored-by: autoware-iv-sync-ci[bot] <87871706+autoware-iv-sync-ci[bot]@users.noreply.github.com> Co-authored-by: KeisukeShima <[email protected]> Co-authored-by: kenji-miyake <[email protected]> Co-authored-by: Satoshi OTA <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]> Co-authored-by: Maxime CLEMENT <[email protected]> Co-authored-by: Joshua Whitley <[email protected]> Co-authored-by: Igor Bogoslavskyi <[email protected]> Co-authored-by: MIURA Yasuyuki <[email protected]> Co-authored-by: wep21 <[email protected]> Co-authored-by: tomoya.kimura <[email protected]> Co-authored-by: Maxime CLEMENT <[email protected]> Co-authored-by: Taichi Higashide <[email protected]> Co-authored-by: Yunus Emre Caliskan <[email protected]> Co-authored-by: Christopher Ho <[email protected]> Co-authored-by: Jit Ray Chowdhury <[email protected]> Co-authored-by: Juan Pablo Samper <[email protected]> Co-authored-by: Jilada Eccleston <[email protected]> Co-authored-by: Frederik Beaujean <[email protected]> Co-authored-by: Vincent Richard <[email protected]> Co-authored-by: Gowtham <[email protected]> Co-authored-by: Nikolai Morin <[email protected]> Co-authored-by: Daisuke Nishimatsu <[email protected]>
* release v0.4.0 * add use_object_recognition flag in dummy_perception_publisher (autowarefoundation#696) * remove ROS1 packages temporarily Signed-off-by: mitsudome-r <[email protected]> * add sample ros2 packages Signed-off-by: mitsudome-r <[email protected]> * remove ROS1 packages Signed-off-by: mitsudome-r <[email protected]> * Revert "remove ROS1 packages temporarily" This reverts commit 2e9822586a3539a32653e6bcd378715674b519ca. Signed-off-by: mitsudome-r <[email protected]> * add COLCON_IGNORE to ros1 packages Signed-off-by: mitsudome-r <[email protected]> * Rename launch files to launch.xml (autowarefoundation#28) * Port dummy_perception_publisher to ROS2 (autowarefoundation#90) * Port dummy_perception_publisher to ROS2 * Uncrustify * Lint * Copyright * Period * Further ament_cpplint fixes * Convert calls of Duration to Duration::from_seconds where appropriate (autowarefoundation#131) * Use quotes for includes where appropriate (autowarefoundation#144) * Use quotes for includes where appropriate * Fix lint tests * Make tests pass hopefully * adding linters to dummy_perception_publisher (autowarefoundation#220) * [dummy_perception_publisher] fix launch file and installation (autowarefoundation#215) * [dummy_perception_publisher] fix launch file and installation Signed-off-by: mitsudome-r <[email protected]> * Apply suggestions from code review Co-authored-by: Takamasa Horibe <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]> * reduce terminal ouput for better error message visibility (autowarefoundation#200) * reduce terminal ouput for better error message visibility Signed-off-by: mitsudome-r <[email protected]> * [costmap_generator] fix waiting for first transform Signed-off-by: mitsudome-r <[email protected]> * fix tests Signed-off-by: mitsudome-r <[email protected]> * fix test Signed-off-by: mitsudome-r <[email protected]> * modify launch file for making psim work (autowarefoundation#238) * modify launch file for making psim work Signed-off-by: kosuke murakami <[email protected]> * remove unnecesary ns Signed-off-by: kosuke murakami <[email protected]> * Ros2 v0.8.0 dummy perception publisher (autowarefoundation#286) * Remove "/" in frame_id (autowarefoundation#406) Signed-off-by: Kenji Miyake <[email protected]> * Fix transform (autowarefoundation#420) * Replace rclcpp::Time(0) by tf2::TimePointZero() in lookupTransform Signed-off-by: Kenji Miyake <[email protected]> * Fix canTransform Signed-off-by: Kenji Miyake <[email protected]> * Fix test Signed-off-by: Kenji Miyake <[email protected]> * add use_sim-time option (autowarefoundation#454) * Remove use_sim_time for set_parameter (autowarefoundation#1260) Signed-off-by: wep21 <[email protected]> * Diable dummy_perception_publisher if argument 'scenario_simulation' i… (autowarefoundation#1275) * Diable dummy_perception_publisher if argument 'scenario_simulation' is true * Rename argument to 'disable_dummy_perception_publisher_node' from 'scenario_simulation' * change theta step for obj point cloud (autowarefoundation#1280) * Revert changes of PR autowarefoundation#1275 (autowarefoundation#1377) * Add pre-commit (autowarefoundation#1560) * add pre-commit * add pre-commit-config * add additional settings for private repository * use default pre-commit-config * update pre-commit setting * Ignore whitespace for line breaks in markdown * Update .github/workflows/pre-commit.yml Co-authored-by: Kazuki Miyahara <[email protected]> * exclude svg * remove pretty-format-json * add double-quote-string-fixer * consider COLCON_IGNORE file when seaching modified package * format file * pre-commit fixes * Update pre-commit.yml * Update .pre-commit-config.yaml Co-authored-by: Kazuki Miyahara <[email protected]> Co-authored-by: pre-commit <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> * Fix dependency type of rosidl_default_generators (autowarefoundation#1801) * Fix dependency type of rosidl_default_generators Signed-off-by: Kenji Miyake <[email protected]> * Remove unnecessary depends Signed-off-by: Kenji Miyake <[email protected]> * Use ament_cmake_auto Signed-off-by: Kenji Miyake <[email protected]> * Fix -Wunused-parameter (autowarefoundation#1836) * Fix -Wunused-parameter Signed-off-by: Kenji Miyake <[email protected]> * Fix mistake Signed-off-by: Kenji Miyake <[email protected]> * fix spell * Fix lint issues Signed-off-by: Kenji Miyake <[email protected]> * Ignore flake8 warnings Signed-off-by: Kenji Miyake <[email protected]> Co-authored-by: Hiroki OTA <[email protected]> * fix topic namespace (autowarefoundation#2054) Signed-off-by: Azumi Suzuki <[email protected]> * add sort-package-xml hook in pre-commit (autowarefoundation#1881) * add sort xml hook in pre-commit * change retval to exit_status * rename * add prettier plugin-xml * use early return * add license note * add tier4 license * restore prettier * change license order * move local hooks to public repo * move prettier-xml to pre-commit-hooks-ros * update version for bug-fix * apply pre-commit * Feature/porting occlusion spot (autowarefoundation#1740) * Feature/occlusion_spot safety planner public road (autowarefoundation#1594) * add blind spot safety planner public road * remove duplicated procesing * remove unused private param * renaming fix typo add comments * fix spell check * velocity -> relative velocity * calc2d, To param, simplify search, To original * add the num possible collision gurd * computational cost reduction * Cosmetic change for PossibleCollisionInfo * add interpolation to possible collision value * refactor codes * fix details * invalid point gurd * To Param * refacotor to occlusion spot util * cosmetic change * clean up blindspot * To Occlusion Spot * revise readme * refactor drawing * for better explanation * fix velocity profile * clean up details * cosmetic change for debug marker * use max velocity in obstacle info instead * add gtest for Too Many Possible Collision case * change case * refactor readme * minor fix * add more occlusion spot explanation * replace svg * add gtest build path lanelet * hotfix lateral distance and searching method * update g test for lateral distance * use faster search * set more realistic param * add lanelet subtype highway * cosmetic change of reviews * add occlusion spot module in private area (autowarefoundation#1640) * add occlusion spot in private * For debugging change * add spline interpolation to path * add review changes * adding minor change * cosmetic change * Vector to retval * Blindspot To OcclusionSpot1 * To Occlusion Spot 2 * To Occlusions spot3 * update gtest with unified anchor * remove anchor * add test slice * simplify interpolation * Too Occlusion spot4 * add test buffer * To Occlusion spot * namespace gurd * correct slice and add interpolation first * handle self crossing with check for invation * to ros debug stream * removed unused interpolation * add readme to plant uml * cosmetic change * minor change * update readme * review change * change occlusion spot text color * To Offset no Throw * better debug marker * catch only inversion error * skip return in case of inversion * for better grid * simplify path lanelet at first * remove std::cout * for better path * limit ego path inside target lanelet location * remove last points * cosmetic change for markers * apply module for limited scene * fix interpolation gurd * for better params * do not includes path behind * remove dummy perception publisher * Revert "remove dummy perception publisher" This reverts commit 4acad985fe31dd9befaa21a16631495de6c3a117. * replace hard coded occupancy grid option in psim * remove respawn * add arg to params and remove redundunt launch * fix spell check * fix default value Co-authored-by: tkimura4 <[email protected]> * Feature/occlusion spot private slice size param (autowarefoundation#1703) * add min slice size * for a bit narrow lateral distance * Update planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner/config/occlusion_spot_param.yaml Co-authored-by: Maxime CLEMENT <[email protected]> Co-authored-by: Maxime CLEMENT <[email protected]> * Rename files Signed-off-by: wep21 <[email protected]> * Porting to ros2 Signed-off-by: wep21 <[email protected]> * pre-commit fixes Signed-off-by: wep21 <[email protected]> * Fix typo Signed-off-by: wep21 <[email protected]> * Fix launch namespace Co-authored-by: tkimura4 <[email protected]> * Fix parameter type Co-authored-by: tkimura4 <[email protected]> * Update planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner/src/scene_module/occlusion_spot/scene_occlusion_spot_in_private_road.cpp Co-authored-by: tkimura4 <[email protected]> Co-authored-by: taikitanaka3 <[email protected]> Co-authored-by: tkimura4 <[email protected]> Co-authored-by: Maxime CLEMENT <[email protected]> * Change formatter to clang-format and black (autowarefoundation#2332) * Revert "Temporarily comment out pre-commit hooks" This reverts commit 748e9cdb145ce12f8b520bcbd97f5ff899fc28a3. * Replace ament_lint_common with autoware_lint_common Signed-off-by: Kenji Miyake <[email protected]> * Remove ament_cmake_uncrustify and ament_clang_format Signed-off-by: Kenji Miyake <[email protected]> * Apply Black Signed-off-by: Kenji Miyake <[email protected]> * Apply clang-format Signed-off-by: Kenji Miyake <[email protected]> * Fix build errors Signed-off-by: Kenji Miyake <[email protected]> * Fix for cpplint * Fix include double quotes to angle brackets Signed-off-by: Kenji Miyake <[email protected]> * Apply clang-format Signed-off-by: Kenji Miyake <[email protected]> * Fix build errors Signed-off-by: Kenji Miyake <[email protected]> * Add COLCON_IGNORE (autowarefoundation#500) Signed-off-by: Kenji Miyake <[email protected]> * port dummy perception publisher to auto (autowarefoundation#562) * port dummy perception publisher to auto * autoware_perception_msgs/DynamicObjectWithFeatureArray convert to autoware_perception_msgs/DetectedObjectsWithFeature * change tracked objects to PREDICTED objects * separate pub type with real * Add README.md to dummy perception publisher (autowarefoundation#641) * Added readme for dummy_perception_pub * README update * README update * Fix pre-commit * fix typo * Update README.md * Update README.md * Update README.md * Modified node.cpp * Modified README.md * change parameter name * Update README.md * [shape_estimation]change type (autowarefoundation#663) * change output type of shape_estimation * remove unused function * add dynamic_object_converter * rename * fix typo * fix dummy_perception_publisher * update readme * fix copyright * rename package * add readme * fix launch name * remove unused variable * fix readme * fix convert function * change topic name of DynamicObjectsWithFeature * Fix no ground pointcloud topic name (autowarefoundation#733) Signed-off-by: j4tfwm6z <[email protected]> Co-authored-by: j4tfwm6z <[email protected]> * auto/fix occupancy grid name space in dummy perception publisher (autowarefoundation#739) * fix name space * change namespace: object_segmentation -> obstacle_segmentation * feat: add use_traffic_light status Co-authored-by: mitsudome-r <[email protected]> Co-authored-by: Taichi Higashide <[email protected]> Co-authored-by: Nikolai Morin <[email protected]> Co-authored-by: nik-tier4 <[email protected]> Co-authored-by: Ryohsuke Mitsudome <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]> Co-authored-by: Kosuke Murakami <[email protected]> Co-authored-by: Daisuke Nishimatsu <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> Co-authored-by: tkimura4 <[email protected]> Co-authored-by: Tatsuya Yamasaki <[email protected]> Co-authored-by: taikitanaka3 <[email protected]> Co-authored-by: Keisuke Shima <[email protected]> Co-authored-by: Kazuki Miyahara <[email protected]> Co-authored-by: pre-commit <[email protected]> Co-authored-by: Hiroki OTA <[email protected]> Co-authored-by: Azumi Suzuki <[email protected]> Co-authored-by: Maxime CLEMENT <[email protected]> Co-authored-by: Yohei Mishina <[email protected]> Co-authored-by: j4tfwm6z <[email protected]> Co-authored-by: Satoshi OTA <[email protected]>
* release v0.4.0 * remove ROS1 packages temporarily Signed-off-by: mitsudome-r <[email protected]> * add sample ros2 packages Signed-off-by: mitsudome-r <[email protected]> * remove ROS1 packages Signed-off-by: mitsudome-r <[email protected]> * Revert "remove ROS1 packages temporarily" This reverts commit 7eacbcea261a65d6c305c7b0d069591ca3a2ee3a. Signed-off-by: mitsudome-r <[email protected]> * add COLCON_IGNORE to ros1 packages Signed-off-by: mitsudome-r <[email protected]> * Port autoware-perception-rviz-plugin (autowarefoundation#100) * Port to ROS2 Signed-off-by: Servando German Serrano <[email protected]> * Update namespaces Signed-off-by: Servando German Serrano <[email protected]> * Port autoware-planning-rviz-plugin (autowarefoundation#103) * Port to ROS2 Signed-off-by: Servando German Serrano <[email protected]> * Update deprecated Signed-off-by: Servando German Serrano <[email protected]> * Update namespaces Signed-off-by: Servando German Serrano <[email protected]> * 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 * Run uncrustify on the entire Pilot.Auto codebase (autowarefoundation#151) * Run uncrustify on the entire Pilot.Auto codebase * Exclude open PRs * Fix rviz plugins (autowarefoundation#175) * [autoware_perception_rviz_plugin] make library to shared and fix library name in plugin_description.xml Signed-off-by: mitsudome-r <[email protected]> * [autoware_planning_rviz_plugin] make library to shared and fix library name in plugin_description.xml Signed-off-by: mitsudome-r <[email protected]> * Port autoware vehicle rviz plugin (autowarefoundation#111) * Port to ROS2 Signed-off-by: Servando German Serrano <[email protected]> * Amend buildtool Signed-off-by: Servando German Serrano <[email protected]> * Fix license Signed-off-by: Servando German Serrano <[email protected]> * Fix Signed-off-by: Servando German Serrano <[email protected]> * Fixes Signed-off-by: Servando German Serrano <[email protected]> * adding linters to autoware_planning_rviz_plugin (autowarefoundation#224) * adding linters to autoware_perception_rviz_plugin (autowarefoundation#225) * [autoware_perception_rviz_plugin] make plugin library SHARED (autowarefoundation#236) Signed-off-by: mitsudome-r <[email protected]> * Fix bugs in autoware vehicle rviz plugin (autowarefoundation#246) Signed-off-by: wep21 <[email protected]> * Ros2 v0.8.0 autoware vehicle rviz plugin (autowarefoundation#333) * add test depend * fix console meter size (autowarefoundation#909) * update to change font scale (autowarefoundation#910) * Fix typos in common modules (autowarefoundation#914) * fix typos in common modules * minor fix (lowercasing) * revert changes in PathPoint.msg * Fix memory leaks in turn signal plugin (autowarefoundation#932) * fix memory leak (QPointF) * convert raw pointers to smart pointers * update handle image (autowarefoundation#948) * reduce calc cost rviz plugin (autowarefoundation#947) * reduce calc cost * cosmetic change * cosmetic change * Use CMAKE_CXX_STANDARD to enable C++14 for Qt Signed-off-by: Kenji Miyake <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> * change font size independency desplay (autowarefoundation#946) * bug fix (wrong unit conversion) (autowarefoundation#956) * Refactor autoware_vehicle_rviz_plugin (autowarefoundation#967) * Refactor autoware_vehicle_rviz_plugin - change smart pointers to raw pointers according to Qt convention - remove unused headers - remove unused variables - cosmetic changes according to Google C++ Style Guide - use the range-based for statement - replace push_back with emplace_back See also: autowarefoundation#932, autowarefoundation#964 * Apply clang-format * Change a variable name to clarify: history -> histories * add build testing * appply ament_uncrustify * apply lint * fix bug Co-authored-by: Yukihiro Saito <[email protected]> Co-authored-by: Kazuki Miyahara <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> * Ros2 v0.8.0 autoware perception rviz plugin (autowarefoundation#334) * Fix typos in common modules (autowarefoundation#914) * fix typos in common modules * minor fix (lowercasing) * revert changes in PathPoint.msg * ament_cmake_cppcheck -> ament_lint_common * apply lint Co-authored-by: Kazuki Miyahara <[email protected]> * Ros2 v0.8.0 autoware planning rviz plugin (autowarefoundation#336) * add speed limit visualizer (autowarefoundation#908) * add speed limit visualizer * 🚮 * add max velocity output * fix bug * update visualizer Co-authored-by: tomoya.kimura <[email protected]> * change font size independency desplay (autowarefoundation#946) * ament_cmake_cppcheck -> ament_lint_common * apply lint * change topic type Co-authored-by: Yukihiro Saito <[email protected]> * Ros2 v0.8.0 remove std msgs awapi (autowarefoundation#348) * [autoware_vehicle_msgs] add BatteryStatus msg Signed-off-by: mitsudome-r <[email protected]> * [autoware_planning_msgs] add ExpandStopRange and StopSpeedExceeded messages Signed-off-by: mitsudome-r <[email protected]> * [autoware_api_msgs] add DoorControlCommand, StopCommand, and VelocityLimit messages Signed-off-by: mitsudome-r <[email protected]> * remove std_msgs related to autoware_awaiv_adapter node Signed-off-by: mitsudome-r <[email protected]> * apply ament_uncrustify Signed-off-by: mitsudome-r <[email protected]> * fix build failure Signed-off-by: mitsudome-r <[email protected]> * fix test failures Signed-off-by: mitsudome-r <[email protected]> * address review commends Signed-off-by: mitsudome-r <[email protected]> * Ros2 v0.9.0 pose history (autowarefoundation#387) * Port pose history to ROS2 Signed-off-by: wep21 <[email protected]> * pose_history (autowarefoundation#1169) * change pkg name * add alpha Co-authored-by: Yukihiro Saito <[email protected]> * fix max velocity visualization (autowarefoundation#397) * fix max velocity vis * apply lint-format * Ros2 rtd plugin (autowarefoundation#444) * Use RTD instead of MFD Signed-off-by: wep21 <[email protected]> * Sync public repo (autowarefoundation#1228) * [simple_planning_simulator] add readme (autowarefoundation#424) * add readme of simple_planning_simulator Signed-off-by: Takamasa Horibe <[email protected]> * Update simulator/simple_planning_simulator/README.md * set transit_margin_time to intersect. planner (autowarefoundation#460) * Fix pose2twist (autowarefoundation#462) Signed-off-by: Takagi, Isamu <[email protected]> * Ros2 vehicle info param server (autowarefoundation#447) * add vehicle_info_param_server * update vehicle info * apply format * fix bug * skip unnecessary search * delete vehicle param file * fix bug * Ros2 fix topic name part2 (autowarefoundation#425) * Fix topic name of traffic_light_classifier Signed-off-by: Takagi, Isamu <[email protected]> * Fix topic name of traffic_light_visualization Signed-off-by: Takagi, Isamu <[email protected]> * Fix topic name of traffic_light_ssd_fine_detector Signed-off-by: Takagi, Isamu <[email protected]> * Fix topic name of traffic_light_map_based_detector Signed-off-by: Takagi, Isamu <[email protected]> * Fix lint traffic_light_recognition Signed-off-by: Takagi, Isamu <[email protected]> * Fix lint traffic_light_ssd_fine_detector Signed-off-by: Takagi, Isamu <[email protected]> * Fix lint traffic_light_classifier Signed-off-by: Takagi, Isamu <[email protected]> * Fix lint traffic_light_classifier Signed-off-by: Takagi, Isamu <[email protected]> * Fix lint traffic_light_ssd_fine_detector Signed-off-by: Takagi, Isamu <[email protected]> * Fix issues in hdd_reader (autowarefoundation#466) * Fix some issues detected by Coverity Scan and Clang-Tidy * Update launch command * Add more `close(new_sock)` * Simplify the definitions of struct * fix: re-construct laneletMapLayer for reindex RTree (autowarefoundation#463) * Rviz overlay render fix (autowarefoundation#461) * Moved painiting in SteeringAngle plugin to update() Signed-off-by: Adam Dabrowski <[email protected]> * super class now back to MFD Signed-off-by: Adam Dabrowski <[email protected]> * uncrustified Signed-off-by: Adam Dabrowski <[email protected]> * acquire data in mutex Signed-off-by: Adam Dabrowski <[email protected]> * back to RTD as superclass Signed-off-by: Adam Dabrowski <[email protected]> * Rviz overlay render in update (autowarefoundation#465) * Moved painiting in SteeringAngle plugin to update() Signed-off-by: Adam Dabrowski <[email protected]> * super class now back to MFD Signed-off-by: Adam Dabrowski <[email protected]> * uncrustified Signed-off-by: Adam Dabrowski <[email protected]> * acquire data in mutex Signed-off-by: Adam Dabrowski <[email protected]> * removed unnecessary includes and some dead code Signed-off-by: Adam Dabrowski <[email protected]> * Adepted remaining vehicle plugin classes to render-in-update concept. Returned to MFD superclass Signed-off-by: Adam Dabrowski <[email protected]> * restored RTD superclass Signed-off-by: Adam Dabrowski <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]> Co-authored-by: tkimura4 <[email protected]> Co-authored-by: Takagi, Isamu <[email protected]> Co-authored-by: Kazuki Miyahara <[email protected]> Co-authored-by: Makoto Tokunaga <[email protected]> Co-authored-by: Adam Dąbrowski <[email protected]> * Unify Apache-2.0 license name (autowarefoundation#1242) * Porting trajectory rviz plugin (autowarefoundation#1295) * update trajectory rviz plugin to show velocity (autowarefoundation#1257) * update trajectory rviz plugin to show velocity * use size_t instead of int to remove warning during compiling * not show velocity on rviz unless check button is enabled * modify visibility of velocity (autowarefoundation#1258) * fix plugin * add dependency Co-authored-by: Takayuki Murooka <[email protected]> Co-authored-by: tomoya.kimura <[email protected]> * Fix msgs (autowarefoundation#1379) * Fix msgs Signed-off-by: Kenji Miyake <[email protected]> * [autoware_planning_rviz_plugin]: Fix lint Signed-off-by: wep21 <[email protected]> Co-authored-by: wep21 <[email protected]> * Fix topic name of autoware_perception_rviz_plugin (autowarefoundation#1277) (autowarefoundation#1479) Signed-off-by: Kenji Miyake <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> * Porting polar grid to ros2 (autowarefoundation#1507) Signed-off-by: wep21 <[email protected]> * Add dummy unknown publisher (autowarefoundation#1470) * Add dummy unknown publisher Signed-off-by: Kenji Miyake <[email protected]> Signed-off-by: wep21 <[email protected]> * Fix lint Signed-off-by: wep21 <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> * Add pre-commit (autowarefoundation#1560) * add pre-commit * add pre-commit-config * add additional settings for private repository * use default pre-commit-config * update pre-commit setting * Ignore whitespace for line breaks in markdown * Update .github/workflows/pre-commit.yml Co-authored-by: Kazuki Miyahara <[email protected]> * exclude svg * remove pretty-format-json * add double-quote-string-fixer * consider COLCON_IGNORE file when seaching modified package * format file * pre-commit fixes * Update pre-commit.yml * Update .pre-commit-config.yaml Co-authored-by: Kazuki Miyahara <[email protected]> Co-authored-by: pre-commit <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> * Fix -Wunused-parameter (autowarefoundation#1836) * Fix -Wunused-parameter Signed-off-by: Kenji Miyake <[email protected]> * Fix mistake Signed-off-by: Kenji Miyake <[email protected]> * fix spell * Fix lint issues Signed-off-by: Kenji Miyake <[email protected]> * Ignore flake8 warnings Signed-off-by: Kenji Miyake <[email protected]> Co-authored-by: Hiroki OTA <[email protected]> * suppress warnings for common packages (autowarefoundation#1891) * add maybe unused * add Werror * fix for uncrustify * 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 * add autoware_state_rviz_plugin (autowarefoundation#2160) * initial commit * fix * use raw pointer * fix style * fix style * fix style * fix style * fix header arrangement * add gear check and prefix label (autowarefoundation#2173) * add gear and prefix label * add subscription * fix for cpplint * add engage button and status (autowarefoundation#2257) * fix style * add engage button and engage status * use api * fix for pre commit * fix for cpplint * fix * fix for cpplint * fix for cpplint * fix coding style * Add datetime panel (autowarefoundation#2275) * Add datetime panel * Fix/ros time (autowarefoundation#2276) * Fix ros time Signed-off-by: wep21 <[email protected]> * Add icon Signed-off-by: wep21 <[email protected]> Co-authored-by: Daisuke Nishimatsu <[email protected]> * add footprint in trajectory msg of rviz plugin (autowarefoundation#1553) (autowarefoundation#1684) * add footprint in trajectory msg of rviz plugin (autowarefoundation#1553) * add footprint in trajectory msg of rviz plugin * update * trajectory -> footprint * update * add icons * rename trajectory footprint from footprint * add PathFootprint * update * Add min value Signed-off-by: wep21 <[email protected]> Co-authored-by: Takayuki Murooka <[email protected]> * Feature/trajectory point rviz plugin (autowarefoundation#2123) * add trajectory point * set trajectory point view false by default * add pull over/out module (autowarefoundation#2147) * Change formatter to clang-format and black (autowarefoundation#2332) * Revert "Temporarily comment out pre-commit hooks" This reverts commit 748e9cdb145ce12f8b520bcbd97f5ff899fc28a3. * Replace ament_lint_common with autoware_lint_common Signed-off-by: Kenji Miyake <[email protected]> * Remove ament_cmake_uncrustify and ament_clang_format Signed-off-by: Kenji Miyake <[email protected]> * Apply Black Signed-off-by: Kenji Miyake <[email protected]> * Apply clang-format Signed-off-by: Kenji Miyake <[email protected]> * Fix build errors Signed-off-by: Kenji Miyake <[email protected]> * Fix for cpplint * Fix include double quotes to angle brackets Signed-off-by: Kenji Miyake <[email protected]> * Apply clang-format Signed-off-by: Kenji Miyake <[email protected]> * Fix build errors Signed-off-by: Kenji Miyake <[email protected]> * remove unused depends (autowarefoundation#496) * Add COLCON_IGNORE (autowarefoundation#500) Signed-off-by: Kenji Miyake <[email protected]> * port planning rviz plugins (autowarefoundation#492) * port planning rviz plugins * remove COLCON_IGNORE Co-authored-by: Takayuki Murooka <[email protected]> * port autoware vehicle rviz plugin (autowarefoundation#542) * [ polar grid ] add readme polar grid remove colcon ignore (autowarefoundation#559) * remove ignore * add readme * fix invalid link * port autoware_state_rviz_plugin (autowarefoundation#563) * remove COLCON_IGNORE form rviz plugins (autowarefoundation#544) * port autoware_perception_rviz_plugin (autowarefoundation#581) * add readme in rviz plugin (autowarefoundation#591) * [autoware_vehicle_rviz_plugin/route_handler/simple_planning_simulator]fix some packages (autowarefoundation#606) * fix console meter * fix velocity_history * fix route handler * change topic name * adding autoware_auto_perception_rviz_plugin (autowarefoundation#574) * [152] Implement BoundingBoxArray rviz display plugin. * [285] Clear bounding box markers before adding new markers on new message * [274] Trajectory visualization plugin * raw types to sized type * ControllerTestingNode: added publish_state(), publish_trajectory(), no timer hack to start test, all init is init() * Squashed 'src/external/mpc/' changes from 8fc7cfdd..eaa5908b eaa5908b Merge branch 'input-weight-modify' into 'master' b9ee8e4f Update default mpc_controller_node parameters 8d15f49d Add weights to acceleration and steer controls; loosen simulation test case: git-subtree-dir: src/external/mpc git-subtree-split: eaa5908bdd987051a9dcd9c505f99bfd7f028547 * [autowarefoundation#404] apply ament_auto macro to autoware_rviz_plugins * Adding missing dependency on rviz2. * Squashed 'src/external/autoware_auto_msgs/' changes from 56550efd..f40970ea f40970ea Adding velocity_mps to VehicleControlCommand. git-subtree-dir: src/external/autoware_auto_msgs git-subtree-split: f40970ead34d36a695b432dc37accff9d67c17e2 * Update copyright headers to transfer ownership to Autoware Foundation Signed-off-by: Juan Pablo Samper <[email protected]> * Add CHANGELOG and update package versions for release Add CHANGELOG and update package versions for release * [autowarefoundation#286] Parameterize boundingbox colors from rviz - Add visualization colours via Qt * [autowarefoundation#813] use autoware_set_compile_options() for nearly all compiled tests - fix a few causes of warnings and disable warning flags as needed for other tests - set CXX_STANDARD strictly and only in a single place - add CMake flag `AUTOWARE_OPTIMIZATION_OF_SLOW_TARGETS`. Default: OFF - update building instructions and MR template - fix nasty initialization error of static constexpr member in `GenericState` of Kalman filter * [autowarefoundation#910] remove private compilation warning ignore flags * [autowarefoundation#900] Implement rviz plugin to visualize TrackedObjects * [autowarefoundation#1110] Implement rviz plugin for DetectedObjects msg * Resolve "Clarify meaning of pose in *ObjectKinematics messages" * [autowarefoundation#1221] Add co-developed entry to copyright * [autowarefoundation#1282] Fix double free in ObjectPolygonDisplayBase rviz plugin * [autowarefoundation#1355] Make DetectedObject shape corners be in object-local coordinates * porting AAP perception visualization from https://github.com/tier4/AutowareArchitectureProposal.iv/blob/main/perception/util/visualizer/dynamic_object_visualization/include/dynamic_object_visualization/dynamic_object_visualizer.hpp * rename to autoware_auto_perception_rviz_plugin * fix copyright * format code * fix typo * convert camel to snake case * Apply suggestions from code review Co-authored-by: Daisuke Nishimatsu <[email protected]> * change color * replace boost::optional to std::optional * add icons * set marker id to value corresponding to the upper 32 bits of uuid * format code * change motorsycle color * add uuid map to set marker id * format code * remove brief comment * fix lint error * fix include sort * format code * fix include * add autoware_auto_perception_rviz_plugin to pre commit excluded list Co-authored-by: Yunus Emre Caliskan <[email protected]> Co-authored-by: Christopher Ho <[email protected]> Co-authored-by: MIURA Yasuyuki <[email protected]> Co-authored-by: Jit Ray Chowdhury <[email protected]> Co-authored-by: Joshua Whitley <[email protected]> Co-authored-by: Juan Pablo Samper <[email protected]> Co-authored-by: Jilada Eccleston <[email protected]> Co-authored-by: Frederik Beaujean <[email protected]> Co-authored-by: Vincent Richard <[email protected]> Co-authored-by: Gowtham <[email protected]> Co-authored-by: Nikolai Morin <[email protected]> Co-authored-by: Igor Bogoslavskyi <[email protected]> Co-authored-by: Daisuke Nishimatsu <[email protected]> * add autoware_auto_perception_rviz_plugin README (autowarefoundation#631) * fix readme sentence grammar (autowarefoundation#634) * Auto/fix perception viz (autowarefoundation#639) * add ns of uuid * remove dynamic_object_visualization * update to support velocity report header (autowarefoundation#655) * update to support velocity report header Signed-off-by: Takamasa Horibe <[email protected]> * Update simulator/simple_planning_simulator/src/simple_planning_simulator/simple_planning_simulator_core.cpp Co-authored-by: tkimura4 <[email protected]> * use maybe_unused Signed-off-by: Takamasa Horibe <[email protected]> * fix precommit Signed-off-by: Takamasa Horibe <[email protected]> Co-authored-by: tkimura4 <[email protected]> * adapt to actuation cmd/status as control msg (autowarefoundation#646) * adapt to actuation cmd/status as control msg * fix readme * fix topics * fix remaing topics * as to pacmod interface * fix vehicle status * add header to twist * revert gyro_odometer_change * revert twist topic change * revert unchanged package * FIx vehicle status topic name/type (autowarefoundation#658) * shift -> gear_status * twist -> velocity_status * Sync .auto branch with the latest branch in internal repository (autowarefoundation#691) * add trajectory point offset in rviz plugin (autowarefoundation#2270) * sync rc rc/v0.23.0 (autowarefoundation#2258) * fix interpolation for insert point (autowarefoundation#2228) * fix interpolation for insert point * to prev interpolation pkg * Revert "to prev interpolation pkg" This reverts commit 9eb145b5d36e297186015fb17c267ccd5b3c21ef. Co-authored-by: taikitanaka3 <[email protected]> Co-authored-by: taikitanaka <[email protected]> * fix topic name (autowarefoundation#2266) Signed-off-by: Takamasa Horibe <[email protected]> * Add namespace to diag for dual_return_filter (autowarefoundation#2269) * Add a function to make 'geometry_msgs::msg::TransformStamped' (autowarefoundation#2250) * Add a function to make 'geometry_msgs::msg::TransformStamped' * Add 'child_frame_id' as an argument of 'pose2transform' * Simplify marker scale initialization (autowarefoundation#2286) * Fix/crosswalk polygon (autowarefoundation#2279) * extend crosswalk polygon * improve readability * fix polygon shape * Add warning when decel distance calculation fails (autowarefoundation#2289) Signed-off-by: Makoto Kurihara <[email protected]> * [motion_velocity_smoother] ignore debug print (autowarefoundation#2292) * cosmetic change Signed-off-by: Takamasa Horibe <[email protected]> * cahnge severity from WARN to DEBUG for debug info Signed-off-by: Takamasa Horibe <[email protected]> * use util for stop_watch Signed-off-by: Takamasa Horibe <[email protected]> * fix map based prediction (autowarefoundation#2200) * fix map based prediction * fix format * change map based prediction * fix spells * fix spells in comments * fix for cpplint * fix some problems * fix format and code for clang-tidy * fix space for cpplint * Update Readme.md * Update perception/object_recognition/prediction/map_based_prediction/Readme.md * Update perception/object_recognition/prediction/map_based_prediction/Readme.md * Update perception/object_recognition/prediction/map_based_prediction/Readme.md * Update perception/object_recognition/prediction/map_based_prediction/Readme.md * Update perception/object_recognition/prediction/map_based_prediction/Readme.md * Update perception/object_recognition/prediction/map_based_prediction/Readme.md * fix vector access method * fix readme format * add parameter * Update perception/object_recognition/prediction/map_based_prediction/Readme.md Co-authored-by: Kazuki Miyahara <[email protected]> * Update perception/object_recognition/prediction/map_based_prediction/Readme.md Co-authored-by: Kazuki Miyahara <[email protected]> * Update perception/object_recognition/prediction/map_based_prediction/Readme.md Co-authored-by: Kazuki Miyahara <[email protected]> * Update Readme.md * Update perception/object_recognition/prediction/map_based_prediction/Readme.md Co-authored-by: Kazuki Miyahara <[email protected]> Co-authored-by: tkimura4 <[email protected]> Co-authored-by: Kazuki Miyahara <[email protected]> * remove failure condition for 0 velocity trajectory (autowarefoundation#2295) Signed-off-by: Takamasa Horibe <[email protected]> * [mpc_follower] remove stop distance condition from stopState decision (autowarefoundation#1916) * [mpc_follower] remove stop distance condition from stopState decision Signed-off-by: Takamasa Horibe <[email protected]> * add invalid index handling Signed-off-by: Takamasa Horibe <[email protected]> * Move the debug marker initialization part to another file (autowarefoundation#2288) * Move the debug marker initialization part to 'debug.cpp' * Make 'isLocalOptimalSolutionOscillation' independent from 'NDTScanMatcher' (autowarefoundation#2300) * Remove an unused function 'getTransform' (autowarefoundation#2301) * Simplify iteration of initial poses (autowarefoundation#2310) * Make a transform object const (autowarefoundation#2311) * Represent poses in 'std::vector' instead of 'geometry_msgs::msg::PoseArray' (autowarefoundation#2312) * Feature/no stopping area (autowarefoundation#2163) * add no stopping area module to behavior velocity planner * apply utils * add polygon interpolation module order stopline around area is considered * devide jpass udge with stop line polygon * update docs * rename file name * update to latest * minor change for marker * update license Co-authored-by: Yukihiro Saito <[email protected]> * update license Co-authored-by: Yukihiro Saito <[email protected]> * update license Co-authored-by: Yukihiro Saito <[email protected]> * update license Co-authored-by: Yukihiro Saito <[email protected]> * minor fix * add parameter tuning at experiment * update readme * format doc * apply comments * add exception gurd * cosmetic change * fix ament * fix typo and remove for statement * & to " " * better ns * return pass judge param * add missing stoppable condition * add clear pass judge and stoppable flag * add comment * precommit fix * cpplint Co-authored-by: Yukihiro Saito <[email protected]> * sync rc rc/v0.23.0 (autowarefoundation#2281) * Fix side shift planner (autowarefoundation#2171) (autowarefoundation#2172) * add print debug Signed-off-by: TakaHoribe <[email protected]> * remove forward shift points when adding new point Signed-off-by: TakaHoribe <[email protected]> * remove debug print Signed-off-by: TakaHoribe <[email protected]> * format Signed-off-by: TakaHoribe <[email protected]> * Fix remove threshold Co-authored-by: Fumiya Watanabe <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]> * Fix/pull out and pull over (autowarefoundation#2175) * delete unnecessary check * fix condition of starting pull out * Add emergency status API (autowarefoundation#2174) (autowarefoundation#2182) * Fix/mpc reset prev result (autowarefoundation#2185) (autowarefoundation#2195) * reset prev result * clean code * reset only raw_steer_cmd * Update control/mpc_follower/src/mpc_follower_core.cpp Co-authored-by: Takamasa Horibe <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]> * [hotfix] 1 path point exception after resampling (autowarefoundation#2204) * fix 1 path point exception after resampling Signed-off-by: TakaHoribe <[email protected]> * Apply suggestions from code review * Apply suggestions from code review Co-authored-by: Takamasa Horibe <[email protected]> Co-authored-by: tkimura4 <[email protected]> * [hotfix] Fix lane ids (autowarefoundation#2211) * Fix lane ids * Prevent acceleration on avoidance (autowarefoundation#2214) * prevent acceleration on avoidance Signed-off-by: TakaHoribe <[email protected]> * fix param name Signed-off-by: TakaHoribe <[email protected]> * parametrize avoidance acc Signed-off-by: Takamasa Horibe <[email protected]> * change param name Signed-off-by: Takamasa Horibe <[email protected]> * fix typo Signed-off-by: Takamasa Horibe <[email protected]> * Fix qos in roi cluster fusion (autowarefoundation#2218) * fix confidence (autowarefoundation#2220) * too high confidence (autowarefoundation#2229) * Fix/obstacle stop 0.23.0 (autowarefoundation#2232) * fix unexpected slow down in sharp curves (autowarefoundation#2181) * Fix/insert implementation (autowarefoundation#2186) Co-authored-by: Satoshi OTA <[email protected]> * [hotfix] Remove exception in avoidance module (autowarefoundation#2233) * Remove exception * Fix clock * Remove blank line * Update traffic light state if ref stop point is ahead of previous one (autowarefoundation#2197) Signed-off-by: wep21 <[email protected]> * fix interpolation for insert point (autowarefoundation#2228) * fix interpolation for insert point * to prev interpolation pkg * fix index (autowarefoundation#2265) * turn signal calculation (#2280) * add turn signal funtion in path shifter * add ros parameters Co-authored-by: Fumiya Watanabe <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]> Co-authored-by: tkimura4 <[email protected]> Co-authored-by: Takagi, Isamu <[email protected]> Co-authored-by: Daisuke Nishimatsu <[email protected]> Co-authored-by: Yukihiro Saito <[email protected]> Co-authored-by: Satoshi OTA <[email protected]> Co-authored-by: taikitanaka3 <[email protected]> Co-authored-by: Sugatyon <[email protected]> * [behavior_path_planner] fix sudden path change around ego (autowarefoundation#2305) (autowarefoundation#2318) * fix return-from-ego shift point generation logic Signed-off-by: Takamasa Horibe <[email protected]> * change param for trimSimilarGradShiftPoint Signed-off-by: Takamasa Horibe <[email protected]> * add comment for issue Signed-off-by: Takamasa Horibe <[email protected]> * update comment Signed-off-by: Takamasa Horibe <[email protected]> * replace code with function (logic has not changed) Signed-off-by: Takamasa Horibe <[email protected]> * move func to cpp Signed-off-by: Takamasa Horibe <[email protected]> * add comment for issue Signed-off-by: Takamasa Horibe <[email protected]> * fix typo Signed-off-by: Takamasa Horibe <[email protected]> * Update planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/src/scene_module/avoidance/avoidance_module.cpp Co-authored-by: Kazuki Miyahara <[email protected]> * Update planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/src/scene_module/avoidance/avoidance_module.cpp Co-authored-by: Kazuki Miyahara <[email protected]> Co-authored-by: Kazuki Miyahara <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]> Co-authored-by: Kazuki Miyahara <[email protected]> * Add functions to make stamped scalar messages (autowarefoundation#2317) * Fix/object yaw in intersection module (autowarefoundation#2294) * fix object orientation * fix function name * add guard (autowarefoundation#2321) * reduce cost (double to float) (autowarefoundation#2298) * Add detail collision check (autowarefoundation#2274) * Add detail collision check Signed-off-by: wep21 <[email protected]> * Remove unused function Signed-off-by: wep21 <[email protected]> * Fix arc length Signed-off-by: wep21 <[email protected]> * Seperate time margin Signed-off-by: wep21 <[email protected]> * Fix parameter name Signed-off-by: wep21 <[email protected]> * Update Readme Signed-off-by: wep21 <[email protected]> * Address review: Add comment for TimeDistanceArray Signed-off-by: wep21 <[email protected]> * Run pre-commit Signed-off-by: wep21 <[email protected]> * Fix cpplint Signed-off-by: wep21 <[email protected]> * Add return for empty polygon Signed-off-by: wep21 <[email protected]> * update CenterPoint (autowarefoundation#2222) * update to model trained by mmdet3d * add vizualizer (debug) * for multi-frame inputs * chagne config * use autoware_utils::pi * project specific model and param * rename vfe -> encoder * rename general to common * update download link * update * fix * rename model_name * change training toolbox link * chage lint package * fix test error * commit suggestion * Feature/lane change detection (autowarefoundation#2331) * add old information deleter * fix access bug * change to deque * update obstacle buffer * fix some bugs * add lane change detector * make a update lanelet function * fix code style * parameterize essential values * Update perception/object_recognition/prediction/map_based_prediction/src/map_based_prediction_ros.cpp Co-authored-by: Kazuki Miyahara <[email protected]> * fix slash position * remove unnecessary lines * fix format * fix format * change to new enum * fix format * fix typo and add guard * change funciton name * add lane change description Co-authored-by: Kazuki Miyahara <[email protected]> * Add Planning Evaluator (autowarefoundation#2293) * Add prototype planning evaluator Produced data for dist between points, curvature, and relative angle * Cleanup the code to make adding metrics easier * Add remaining basic metrics (length, duration, vel, accel, jerk) * Add motion_evaluator to evaluate the actual ego motion + code cleanup * Add deviation metrics * Add naive stability metric * Handle invalid stat (TODO: fix the output file formatting) * Add parameter file and cleanup * Add basic obstacle metric (TTC not yet implemented) and fix output file format * Add basic time to collision * Add lateral-distance based stability metric * Add check (at init time) that metrics' maps are complete * Publish metrics as ParamaterDeclaration msg (for openscenario) * Use lookahead and start from ego_pose when calculating stability metrics * Code cleanup * Fix lint * Add tests * Fix bug with Frechet dist and the last traj point * Finish implementing tests * Fix lint * Code cleanup * Update README.md * Remove unused metric * Change msg type of published metrics to DiagnosticArray * fix format to fix pre-commit check Signed-off-by: Takamasa Horibe <[email protected]> * fix yaml format to fix pre-commit check Signed-off-by: Takamasa Horibe <[email protected]> * fix yaml format Signed-off-by: Takamasa Horibe <[email protected]> * apply clang-format Signed-off-by: Takamasa Horibe <[email protected]> * apply clang-format Signed-off-by: Takamasa Horibe <[email protected]> * Update planning/planning_diagnostics/planning_evaluator/include/planning_evaluator/planning_evaluator_node.hpp * Update planning/planning_diagnostics/planning_evaluator/test/test_planning_evaluator_node.cpp * Update planning/planning_diagnostics/planning_evaluator/test/test_planning_evaluator_node.cpp * change lint format to autoware_lint_common Signed-off-by: Takamasa Horibe <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]> * Add keep braking function at driving state (autowarefoundation#2346) * Add keep braking function at driving state Signed-off-by: Makoto Kurihara <[email protected]> * Remove debug messages Signed-off-by: Makoto Kurihara <[email protected]> * Fix format Signed-off-by: Makoto Kurihara <[email protected]> * Change diag_updater's pediod from default to 0.1sec (autowarefoundation#2348) * add cross judgement and common signal function (autowarefoundation#2319) * merge branch turn_signal_common * add turn signal function in signal decider * add cross judge in path_utilities and delete from turn_signal_decider * remove original signal calculation in lane change * omit substitution * replace turn signal decider in pull over function * modify cross judge logic * replace turn signal decider in avoidance * add readme of turn signal * update * delete print debug * update * delete lane change decider in path shifter * delete blank line * fix indent * fix typo * fix typo * decrease nest * run pre commit * Add 0 limit at forward jerk velocity filter (autowarefoundation#2340) Signed-off-by: Makoto Kurihara <[email protected]> * add time offset param to point cloud concatenation (autowarefoundation#2303) * add offset param * clang-format Co-authored-by: Akihito OHSATO <[email protected]> * Feature/add doc for keep braking function at driving state (autowarefoundation#2366) * Add the description of brake keeping Signed-off-by: Makoto Kurihara <[email protected]> * Add the english document Signed-off-by: Makoto Kurihara <[email protected]> * Improve description Signed-off-by: Makoto Kurihara <[email protected]> * Add english description Signed-off-by: Makoto Kurihara <[email protected]> * Fix include files (autowarefoundation#2339) Signed-off-by: Kenji Miyake <[email protected]> * fix behavior intersection module * fix behavior no stopping area module * fix planning_evaluator * fix motion_velocity_smoother * rename variable * Revert "[mpc_follower] remove stop distance condition from stopState decision (autowarefoundation#1916)" This reverts commit ff4f0b5a844d1f835f1b93bd3b36a76747b0cd02. * Revert "Add keep braking function at driving state (autowarefoundation#2346)" This reverts commit f0478187db4c28bf6092c198723dcc5ec11a9c70. * Revert "Feature/add doc for keep braking function at driving state (autowarefoundation#2366)" This reverts commit 66de2f3924a479049fce2d5c5c6b579cacbd3e49. * Fix orientation availability in centerpoint Signed-off-by: wep21 <[email protected]> * fix test_trajectory.cpp * add target link libraries * Use .auto msg in test code for planniing evaluator Signed-off-by: wep21 <[email protected]> * fix include Signed-off-by: wep21 <[email protected]> Co-authored-by: Takayuki Murooka <[email protected]> Co-authored-by: autoware-iv-sync-ci[bot] <87871706+autoware-iv-sync-ci[bot]@users.noreply.github.com> Co-authored-by: taikitanaka3 <[email protected]> Co-authored-by: taikitanaka <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]> Co-authored-by: Takeshi Miura <[email protected]> Co-authored-by: Takeshi Ishita <[email protected]> Co-authored-by: Satoshi OTA <[email protected]> Co-authored-by: Makoto Kurihara <[email protected]> Co-authored-by: purewater0901 <[email protected]> Co-authored-by: tkimura4 <[email protected]> Co-authored-by: Kazuki Miyahara <[email protected]> Co-authored-by: Yukihiro Saito <[email protected]> Co-authored-by: Fumiya Watanabe <[email protected]> Co-authored-by: Takagi, Isamu <[email protected]> Co-authored-by: Sugatyon <[email protected]> Co-authored-by: s-murakami-esol <[email protected]> Co-authored-by: Yusuke Muramatsu <[email protected]> Co-authored-by: Maxime CLEMENT <[email protected]> Co-authored-by: Shunsuke Miura <[email protected]> Co-authored-by: Shinnosuke Hirakawa <[email protected]> Co-authored-by: Akihito OHSATO <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> * [autoware_auto_perception_rviz_plugin]fix bug (autowarefoundation#721) * fix perception_marker * fix missing commit * apply format * patch for PR721 (autowarefoundation#722) * fix id_map erase operation * fix code to use c++11 function * update tracked_objects_display * fix bug Co-authored-by: Taichi Higashide <[email protected]> * fix rviz plugin (autowarefoundation#743) * move plugin packages * add ignore file to apply pre-commit Co-authored-by: mitsudome-r <[email protected]> Co-authored-by: Servando <[email protected]> Co-authored-by: Nikolai Morin <[email protected]> Co-authored-by: Ryohsuke Mitsudome <[email protected]> Co-authored-by: nik-tier4 <[email protected]> Co-authored-by: Daisuke Nishimatsu <[email protected]> Co-authored-by: Yukihiro Saito <[email protected]> Co-authored-by: Kazuki Miyahara <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]> Co-authored-by: Takagi, Isamu <[email protected]> Co-authored-by: Makoto Tokunaga <[email protected]> Co-authored-by: Adam Dąbrowski <[email protected]> Co-authored-by: Keisuke Shima <[email protected]> Co-authored-by: Takayuki Murooka <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> Co-authored-by: wep21 <[email protected]> Co-authored-by: Keisuke Shima <[email protected]> Co-authored-by: pre-commit <[email protected]> Co-authored-by: Hiroki OTA <[email protected]> Co-authored-by: kyoichi sugahara <[email protected]> Co-authored-by: taikitanaka3 <[email protected]> Co-authored-by: Takayuki Murooka <[email protected]> Co-authored-by: Takeshi Miura <[email protected]> Co-authored-by: Taichi Higashide <[email protected]> Co-authored-by: Yunus Emre Caliskan <[email protected]> Co-authored-by: Christopher Ho <[email protected]> Co-authored-by: MIURA Yasuyuki <[email protected]> Co-authored-by: Jit Ray Chowdhury <[email protected]> Co-authored-by: Joshua Whitley <[email protected]> Co-authored-by: Juan Pablo Samper <[email protected]> Co-authored-by: Jilada Eccleston <[email protected]> Co-authored-by: Frederik Beaujean <[email protected]> Co-authored-by: Vincent Richard <[email protected]> Co-authored-by: Gowtham <[email protected]> Co-authored-by: Nikolai Morin <[email protected]> Co-authored-by: Igor Bogoslavskyi <[email protected]> Co-authored-by: autoware-iv-sync-ci[bot] <87871706+autoware-iv-sync-ci[bot]@users.noreply.github.com> Co-authored-by: taikitanaka <[email protected]> Co-authored-by: Takeshi Ishita <[email protected]> Co-authored-by: Satoshi OTA <[email protected]> Co-authored-by: Makoto Kurihara <[email protected]> Co-authored-by: purewater0901 <[email protected]> Co-authored-by: Fumiya Watanabe <[email protected]> Co-authored-by: Sugatyon <[email protected]> Co-authored-by: s-murakami-esol <[email protected]> Co-authored-by: Yusuke Muramatsu <[email protected]> Co-authored-by: Maxime CLEMENT <[email protected]> Co-authored-by: Shunsuke Miura <[email protected]> Co-authored-by: Shinnosuke Hirakawa <[email protected]> Co-authored-by: Akihito OHSATO <[email protected]>
* release v0.4.0 * pointcloud_map_path form autoware_launch as optional (autowarefoundation#45) * pointcloud_map_path form autoware_launch as optional * add lanelet2_map_path * use map_file argments under map_path * Fix unnecessary "default" tag to "value" Signed-off-by: Kenji Miyake <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> * add some dependencies (autowarefoundation#54) * Add some scenario-simulation specifiec parameters as arguments (autowarefoundation#57) * Add some scenario-simulation specifiec parameters as arguments * Update arg to pass 'initial_engage_state' to simple_planning_simulator * Add new optional argument 'rviz_args' * Rename some roslaunch arguments * Remove unneeded arguments * Fix typo (autowarefoundation#63) Signed-off-by: Kenji Miyake <[email protected]> * add obstacle avoid param (autowarefoundation#62) * Logging simulator (autowarefoundation#65) * Add logging_simulator.launch Signed-off-by: Daisuke Nishimatsu <[email protected]> * Don't load env when launch driver is false Signed-off-by: Daisuke Nishimatsu <[email protected]> * Launch vehicle description in logging simulator (autowarefoundation#67) Signed-off-by: Daisuke Nishimatsu <[email protected]> * add autoware api launcher (autowarefoundation#64) * add blocked by obstacle (autowarefoundation#68) * Fix turn signal topic name (autowarefoundation#75) * Revert "Fix turn signal topic name (autowarefoundation#75)" (autowarefoundation#76) This reverts commit f384b9f7b2e59b7f048926e7eb0fe7c936f5cd3b. * Fix namespace in autoware.rviz (autowarefoundation#78) * Fix/turn signal topic name (autowarefoundation#77) * removed ROS1 package Signed-off-by: mitsudome-r <[email protected]> * Revert "removed ROS1 package" This reverts commit 1e33e7e3f3e839bcdf623f9e3b4b6a14dd4ec35a. * add COLCON_IGNORE file to all ROS1 packages Signed-off-by: mitsudome-r <[email protected]> * rename *.launch files to *.launch.xml Signed-off-by: mitsudome-r <[email protected]> * Ros2 port autoware launch (autowarefoundation#35) * [autoware_launch] port CMakelists.txt and remove COLCON_IGNORE Signed-off-by: mitsudome-r <[email protected]> * [autoware_launch] fix planning_simulator.launch.xml Signed-off-by: mitsudome-r <[email protected]> * [autoware_launch] add rviz config Signed-off-by: mitsudome-r <[email protected]> * [autoware_launch] first port of autoware_launch Signed-off-by: mitsudome-r <[email protected]> * lanuch rviz with config file Signed-off-by: kosuke murakami <[email protected]> * modify launch file for making psim work Signed-off-by: kosuke murakami <[email protected]> * add vehicle model in launch Signed-off-by: kosuke murakami <[email protected]> * change from vehicle_model to vehicle_param_file Signed-off-by: kosuke murakami <[email protected]> * [autoware_launch] add autoware_web_controller and system launch Signed-off-by: mitsudome-r <[email protected]> * add rosbrdige_suite to build_depends.repos Signed-off-by: mitsudome-r <[email protected]> * Update rviz Signed-off-by: wep21 <[email protected]> * update autoware.rviz Signed-off-by: mitsudome-r <[email protected]> * remove autoware_ros2.rviz Signed-off-by: mitsudome-r <[email protected]> Co-authored-by: kosuke murakami <[email protected]> Co-authored-by: wep21 <[email protected]> * Update rviz config for vehicle rviz plugins (autowarefoundation#41) Signed-off-by: wep21 <[email protected]> * Ros2 v0.8.0 fix packages (autowarefoundation#64) * add vehicle_param_file to simple planning simulator * add vehicle_param_file to lane change planner * Rename ROS-related .yaml to .param.yaml (autowarefoundation#65) * Rename ROS-related .yaml to .param.yaml Signed-off-by: Kenji Miyake <[email protected]> * Add missing '--' Signed-off-by: Kenji Miyake <[email protected]> * Rename vehicle_info.yaml to vehicle_info.param.yaml Signed-off-by: Kenji Miyake <[email protected]> * Fix livox param name Signed-off-by: Kenji Miyake <[email protected]> * Ros2 v0.8.0 autoware launch (autowarefoundation#58) * [autoware_launch] ros2-porting: v0.5.0 to v0.8.0 Signed-off-by: Takamasa Horibe <[email protected]> * Cleanup autoware and logging simulator launch * Add .xml extention * Fix missing arguments * Fix tag * Fix web controller launch Signed-off-by: wep21 <[email protected]> * Update rviz Signed-off-by: wep21 <[email protected]> * [autoware_launch] Fix yaml name Signed-off-by: wep21 <[email protected]> * [autoware_launch] Cleanup dependencies Signed-off-by: wep21 <[email protected]> Co-authored-by: wep21 <[email protected]> * [autoware_launch]: Fix missing arguments (autowarefoundation#66) Signed-off-by: Autoware <[email protected]> Co-authored-by: Autoware <[email protected]> * Ros2 update v0.9.0 (autowarefoundation#67) * Add pose history into rviz config Signed-off-by: wep21 <[email protected]> * add blocked by obstacle option (autowarefoundation#164) * fix tab name (autowarefoundation#166) * disenable ndt visualization (autowarefoundation#169) * disenable ndt visualization * change alpha * dont visualize position covariance Signed-off-by: wep21 <[email protected]> * change global frame to map (autowarefoundation#171) * add param (autowarefoundation#156) Co-authored-by: taikitanaka3 <[email protected]> Co-authored-by: Taichi Higashide <[email protected]> Co-authored-by: Yukihiro Saito <[email protected]> Co-authored-by: tkimura4 <[email protected]> * Sync with Ros2 v0.8.0 beta (autowarefoundation#71) * update sensing launch to support aip_x1 (autowarefoundation#69) Signed-off-by: taichiH <[email protected]> * fix logging_simulator_bug (autowarefoundation#68) Signed-off-by: taichiH <[email protected]> * fix aip_x1 param (autowarefoundation#70) Signed-off-by: taichiH <[email protected]> Co-authored-by: Taichi Higashide <[email protected]> * temporary disable steering angle plugin to avoid RVIZ2 to crash (autowarefoundation#76) Signed-off-by: mitsudome-r <[email protected]> * fix rviz settings (autowarefoundation#77) * Points -> Squares * disable road_lanelets * visualize path of dynamic object * fix durability policy of route_marker * fix topic name * fix topic name of check point * fix some options about object * add clock_publisher and autoware_version (autowarefoundation#79) * add clock_publisher and autoware_version Signed-off-by: mitsudome-r <[email protected]> * update package.xml Signed-off-by: mitsudome-r <[email protected]> * update build_depends.repos Signed-off-by: mitsudome-r <[email protected]> * fix CI Signed-off-by: mitsudome-r <[email protected]> * Fix typo in rviz config (autowarefoundation#80) Signed-off-by: wep21 <[email protected]> * fixed typo and added AW_ROS2_USE_SIM_TIME setting (autowarefoundation#81) Co-authored-by: hosokawa <[email protected]> * Fix point size in rviz (autowarefoundation#84) Signed-off-by: wep21 <[email protected]> * Use sensor data qos for pointcloud (autowarefoundation#82) Signed-off-by: Autoware <[email protected]> Co-authored-by: Autoware <[email protected]> * Ros2 fix topic name part1 (autowarefoundation#83) * Fix topic name for behavior_velocity_planner Signed-off-by: Takagi, Isamu <[email protected]> * Fix topic name of lane_change_planner Signed-off-by: Takagi, Isamu <[email protected]> * Fix topic name of freespace_planner Signed-off-by: Takagi, Isamu <[email protected]> * Fix topic name for freespace_planner Signed-off-by: Takagi, Isamu <[email protected]> * Fix various typos in launch files (autowarefoundation#97) * add use_sim-time option (autowarefoundation#99) * Format launch files (autowarefoundation#178) Signed-off-by: Kenji Miyake <[email protected]> * Replace doc by description (autowarefoundation#182) Signed-off-by: Kenji Miyake <[email protected]> * Sync public repo (autowarefoundation#185) * add tier4 usbcam (autowarefoundation#104) * add tier4 usbcam * change version * tier4/ros2 * Ros2 vehicle info param server (autowarefoundation#96) * add vehicle info param server * delete vehicle param file Co-authored-by: taikitanaka <[email protected]> * Ros2 fix topic name part2 (autowarefoundation#89) * Fix topic name for traffic_light_classifier Signed-off-by: Takagi, Isamu <[email protected]> * Fix topic name for traffic_light_visualization Signed-off-by: Takagi, Isamu <[email protected]> * Fix topic name for traffic_light_ssd_fine_detector Signed-off-by: Takagi, Isamu <[email protected]> Co-authored-by: taikitanaka3 <[email protected]> Co-authored-by: tkimura4 <[email protected]> Co-authored-by: taikitanaka <[email protected]> Co-authored-by: Takagi, Isamu <[email protected]> * Ros2 lsim test (autowarefoundation#186) * Add group to launch file for var scope Signed-off-by: Takagi, Isamu <[email protected]> * Remove pointcloud relay for localization Signed-off-by: Takagi, Isamu <[email protected]> * Add use_sim_time Signed-off-by: Takagi, Isamu <[email protected]> * Remove pointcloud relay for localization Signed-off-by: Takagi, Isamu <[email protected]> Co-authored-by: Takagi, Isamu <[email protected]> * Add vehicle info param server into logging simulator (autowarefoundation#194) Signed-off-by: wep21 <[email protected]> * Use set_parameter for use_sim_time (autowarefoundation#198) * Use set_parameter for use_sim_time Signed-off-by: wep21 <[email protected]> * Add default parameter for scenario simulator Signed-off-by: wep21 <[email protected]> * Add control composed launch (autowarefoundation#201) Signed-off-by: wep21 <[email protected]> * add param for psim v2 (autowarefoundation#197) * add param for psim v2 Signed-off-by: kosuke murakami <[email protected]> * Update to pass var 'scenario_simulation' to dummy_perception_publisher * Update dummy_perception_publisher's arg-name Co-authored-by: yamacir-kit <[email protected]> * Feature/porting v0.9.1 master (autowarefoundation#202) * add simulation arg (autowarefoundation#174) * add simulation arg * add comment * change arg name * add parameter use_empty_dynamic_object_publisher into perception.launch (autowarefoundation#176) Signed-off-by: Azumi Suzuki <[email protected]> Co-authored-by: Yusuke FUJII <[email protected]> Co-authored-by: s-azumi <[email protected]> * Add vehicle info launch for setting vehicle info param (autowarefoundation#199) * Add vehicle info launch for setting vehicle info param Signed-off-by: wep21 <[email protected]> * Add comment for global parameters section Signed-off-by: wep21 <[email protected]> * Fix year and apply format Signed-off-by: Kenji Miyake <[email protected]> * Remove ready vehicle info param Signed-off-by: wep21 <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> * Remove vehicle info param server from logging simulator (autowarefoundation#211) Signed-off-by: wep21 <[email protected]> * Add map.launch.py (autowarefoundation#212) * Add map.launch.py Signed-off-by: wep21 <[email protected]> * Update map.launch.xml Signed-off-by: wep21 <[email protected]> * Rename parameter for lanelet2 map path Signed-off-by: wep21 <[email protected]> * Exclude dummy_perception_publisher.launch.xml if is scenario_simulation (autowarefoundation#230) * Remove clock publisher (autowarefoundation#217) Signed-off-by: wep21 <[email protected]> * Fixup for autowarefoundation#217 (autowarefoundation#254) * Fixup for autowarefoundation#217 Signed-off-by: Kenji Miyake <[email protected]> * Fix typo Signed-off-by: Kenji Miyake <[email protected]> * Add global_params.launch.py (autowarefoundation#260) Signed-off-by: Kenji Miyake <[email protected]> * Add time panel (autowarefoundation#233) * Move global_params.launch.py and vehicle_info.launch.py to autoware_global_parameter_loader (autowarefoundation#282) * Move global_params.launch.py and vehicle_info.launch.py to autoware_global_parameter_loader Signed-off-by: Kenji Miyake <[email protected]> * Add exec_depend Signed-off-by: Kenji Miyake <[email protected]> * add descriptions for autoware_launch autowarefoundation#329 * add README.md and svg files (autowarefoundation#328) * add md and svg * fix typo * fix typo * fix word * fix typo * add lack of things * Update README * fix depending packages * fix word * Add autoware api (autowarefoundation#376) * Add external api adaptor (autowarefoundation#267) * Add external api adaptor * Add api adaptor to logging simulator Signed-off-by: Takagi, Isamu <[email protected]> * Add engage status output Signed-off-by: Takagi, Isamu <[email protected]> * Add internal api adaptor (autowarefoundation#273) Signed-off-by: Takagi, Isamu <[email protected]> * Add map hash generator (autowarefoundation#319) Signed-off-by: Takagi, Isamu <[email protected]> * Add autoware api launch (autowarefoundation#326) * Add autoware api launch Signed-off-by: Takagi, Isamu <[email protected]> * Apply autoware api launch Signed-off-by: Takagi, Isamu <[email protected]> * Add deprecated comment Signed-off-by: Takagi, Isamu <[email protected]> * Remove unused parameter (autowarefoundation#325) Signed-off-by: Takagi, Isamu <[email protected]> * Add api parameter (autowarefoundation#341) Signed-off-by: Takagi, Isamu <[email protected]> * Add start request API (autowarefoundation#321) * Add use start request option Signed-off-by: Takagi, Isamu <[email protected]> * Fix lint Signed-off-by: Takagi, Isamu <[email protected]> * Feature external cmd selector heartbeat (autowarefoundation#356) * Rename external command topic Signed-off-by: Takagi, Isamu <[email protected]> * Modify command topic name Signed-off-by: Takagi, Isamu <[email protected]> * Fix topic name Signed-off-by: Takagi, Isamu <[email protected]> * Rename remote_cmd_converter Signed-off-by: Takagi, Isamu <[email protected]> * Remove gate mode from external command Signed-off-by: Takagi, Isamu <[email protected]> * Fix latest external command name (autowarefoundation#361) Signed-off-by: Takagi, Isamu <[email protected]> * Fix merge conflict Signed-off-by: Takagi, Isamu <[email protected]> * change external traffic light topic name in behavior velocity planner (autowarefoundation#310) * fix topic * change internal topic name Co-authored-by: yabuta <[email protected]> * Feature/add virtual traffic light planner (autowarefoundation#317) * Move autoware api launch files (autowarefoundation#387) * Fix misspell in rviz config (autowarefoundation#392) Signed-off-by: Takagi, Isamu <[email protected]> * update rviz config (autowarefoundation#399) * update rviz config * update config * Fix pre-commit (autowarefoundation#407) * Fix pre-commit errors Signed-off-by: Kenji Miyake <[email protected]> * Fix package.xml Signed-off-by: Kenji Miyake <[email protected]> * Add polar grid into rviz config (autowarefoundation#458) * Add simulator_launch package (autowarefoundation#459) * Add simulator_launch package * add argument * fix depend order * add argument * move dummy_perception_publisher * add arg for dummy_perception_publisher * Update simulator_launch/launch/simulator.launch.xml Co-authored-by: Kenji Miyake <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> * add steering angle (autowarefoundation#476) * Move simple_planning_simulator to simulator_launch (autowarefoundation#462) * move simple_planning_simulator * add simulation arg to logging_simulator.launch * delete unused argument * add arguments for logging simulation * change default value * update README * add default value to simulator arg * restore vehicle_simulation arg * Add sensor_model to system_launch (autowarefoundation#480) Signed-off-by: Kenji Miyake <[email protected]> * hide traffic light id by default (autowarefoundation#286) Co-authored-by: satoshi-ota <[email protected]> * Feature/porting behavior path planner (autowarefoundation#300) * modify behavior_planning launch for behavior_path_planner with lane_c… (autowarefoundation#239) * modify behavior_planning launch for behavior_path_planner with lane_change_only config Signed-off-by: Takamasa Horibe <[email protected]> * remove avoidance & side_shift related code Signed-off-by: Takamasa Horibe <[email protected]> * Fix launcher and add config files and change obstacle avoid param * Add new line * Fix visualization and remove multiple args * Enable auto approve path change Co-authored-by: rej55 <[email protected]> Signed-off-by: wep21 <[email protected]> * add param in behavior_path_planner (autowarefoundation#255) Signed-off-by: Takamasa Horibe <[email protected]> * Fix param (autowarefoundation#251) * Fix typo Signed-off-by: wep21 <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]> Co-authored-by: rej55 <[email protected]> * update rviz config & planner params (autowarefoundation#305) Co-authored-by: satoshi-ota <[email protected]> * Feature/porting occlusion spot (autowarefoundation#309) * add occulusion_spot marker (autowarefoundation#266) * add blindspot marker * to occlusion spot slow down * remove debug info from marker (autowarefoundation#287) * remove debug info from marker * remove debug arrow * fix format * update behavior launch * apply pep8 * fix format Co-authored-by: taikitanaka3 <[email protected]> * Feature/porting camera lidar fusion (autowarefoundation#316) * Feature/camera lidar fusion (autowarefoundation#248) * change camera lidar fusion node * change default mode of object recognition * change spilit range parameter from 10 to 30 (autowarefoundation#272) Co-authored-by: Yukihiro Saito <[email protected]> * add underscore to marker namespace (autowarefoundation#323) Co-authored-by: satoshi-ota <[email protected]> * Feature/hide verbose marker (autowarefoundation#322) * tmp : enable slow down * hide verbose markers * Revert "tmp : enable slow down" This reverts commit 5ad32c5903866d9cf946cc47b0b35cefa359d502. * update rviz tool bar Co-authored-by: satoshi-ota <[email protected]> * update rviz config ( add shoulder road lanelets ) (autowarefoundation#420) * update rviz config * Apply suggestions from code review * Apply suggestions from code review * Apply suggestions from code review * Fix for pre-commit (437) Signed-off-by: Kenji Miyake <[email protected]> * Change formatter to black (autowarefoundation#488) * Update pre-commit settings * Apply Black * Replace ament_lint_common with autoware_lint_common * Update build_depends.repos * Fix build_depends * Auto/fix launch (autowarefoundation#110) * fix namespace * remove dynamic_object_visualization * fix rviz * change topic name for rviz plugin (autowarefoundation#114) * Auto/launcher ground segmentation (autowarefoundation#117) * add base line launch * add ground_segmentation launcher * run pre-commit * clean up * fix coding style * fix topic name * fix yaml params * fix loader name * rename components * improve implementation * Sync .auto branch with the latest branch in internal repository (autowarefoundation#120) * Disbale intersection polygon marker (autowarefoundation#483) Signed-off-by: wep21 <[email protected]> * Merge pull request autowarefoundation#384 from tier4/feature/no_stopping_area Feature/no stopping area Signed-off-by: Kenji Miyake <[email protected]> Co-authored-by: Daisuke Nishimatsu <[email protected]> Co-authored-by: taikitanaka3 <[email protected]> * fix turn signal to indicators (autowarefoundation#123) * fix no ground points topic name (autowarefoundation#125) * support x1 perception config (autowarefoundation#129) * support x1 perception config * remove product config * update launch.py * maintain some filters params in yaml file * add function to create elevation map pipeline * add param to yaml * fix/rviz perception config (autowarefoundation#138) * fix/rename segmentation namespace (autowarefoundation#139) * fix namespace: rviz config * fix namespace: planning stack * rename segmentatino directory * fix namespace: perception stack * fix/add arg in order to disable dummy_perception_publisher from command line (autowarefoundation#144) * change topic name for predicted trajectory (autowarefoundation#145) * feature/use common pointcloud container (autowarefoundation#147) * add container argument * load composable node to pointcloud_container * fix autoware_launch * enable multi-thread * improve readability * add vehicle_info_param_file Signed-off-by: tomoya.kimura <[email protected]> * ci(pre-commit): autofix * fix launch files and remove api launch Signed-off-by: tomoya.kimura <[email protected]> * ci(pre-commit): autofix * add initial pose relay Signed-off-by: tomoya.kimura <[email protected]> Co-authored-by: mitsudome-r <[email protected]> Co-authored-by: hiroyuki obinata <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> Co-authored-by: Yamasaki Tatsuya <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> Co-authored-by: Kosuke Murakami <[email protected]> Co-authored-by: Daisuke Nishimatsu <[email protected]> Co-authored-by: Fumiya Watanabe <[email protected]> Co-authored-by: Ryohsuke Mitsudome <[email protected]> Co-authored-by: wep21 <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]> Co-authored-by: Autoware <[email protected]> Co-authored-by: taikitanaka3 <[email protected]> Co-authored-by: Taichi Higashide <[email protected]> Co-authored-by: Yukihiro Saito <[email protected]> Co-authored-by: HOSOKAWA Ikuto <[email protected]> Co-authored-by: hosokawa <[email protected]> Co-authored-by: Takagi, Isamu <[email protected]> Co-authored-by: Kazuki Miyahara <[email protected]> Co-authored-by: taikitanaka <[email protected]> Co-authored-by: Takagi, Isamu <[email protected]> Co-authored-by: Keisuke Shima <[email protected]> Co-authored-by: Yusuke FUJII <[email protected]> Co-authored-by: s-azumi <[email protected]> Co-authored-by: Hiroki OTA <[email protected]> Co-authored-by: yabuta <[email protected]> Co-authored-by: Keisuke Shima <[email protected]> Co-authored-by: Satoshi OTA <[email protected]> Co-authored-by: satoshi-ota <[email protected]> Co-authored-by: Takeshi Miura <[email protected]> Co-authored-by: Sugatyon <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* release v0.4.0 * Use MkDocs to generate the documentation (autowarefoundation#1346) * Use MkDocs to generate the documentation * Serach all docs source files under the root directory * Add space Co-authored-by: Kenji Miyake <[email protected]> * Fix layout errors and 404 in the generated documentation (autowarefoundation#1348) * Specify the site_url to prevent layout errors * Add README.md since the top-level file could not be generated * Change the MathJax URL since the current one will be deprecated Signed-off-by: Kenji Miyake <[email protected]> Co-authored-by: IshitaTakeshi <[email protected]> * adding css and favicons (autowarefoundation#1452) * adding css and favicons Signed-off-by: Masaya Kataoka <[email protected]> * Update tierivcolor.css * Rename CSS Signed-off-by: Kenji Miyake <[email protected]> * Don't remove css files Signed-off-by: Kenji Miyake <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> * Add dependabot (autowarefoundation#1561) * add dependabot * add pull request limit * Change nested_indent for mkdocs (autowarefoundation#1639) * Change nested_indent for mkdocs Signed-off-by: Kenji Miyake <[email protected]> * Fix a lint issue Signed-off-by: Kenji Miyake <[email protected]> * Add "/" to documentation URL Signed-off-by: Kenji Miyake <[email protected]> * Add pre-commit (autowarefoundation#1560) * add pre-commit * add pre-commit-config * add additional settings for private repository * use default pre-commit-config * update pre-commit setting * Ignore whitespace for line breaks in markdown * Update .github/workflows/pre-commit.yml Co-authored-by: Kazuki Miyahara <[email protected]> * exclude svg * remove pretty-format-json * add double-quote-string-fixer * consider COLCON_IGNORE file when seaching modified package * format file * pre-commit fixes * Update pre-commit.yml * Update .pre-commit-config.yaml Co-authored-by: Kazuki Miyahara <[email protected]> Co-authored-by: pre-commit <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> * Add markdownlint and prettier (autowarefoundation#1661) * Add markdownlint and prettier Signed-off-by: Kenji Miyake <[email protected]> * Ignore .param.yaml Signed-off-by: Kenji Miyake <[email protected]> * Apply format Signed-off-by: Kenji Miyake <[email protected]> * Fix MD029 (autowarefoundation#1813) Signed-off-by: Kenji Miyake <[email protected]> * Invoke code formatter at pre-commit (autowarefoundation#1935) * Run ament_uncrustify at pre-commit * Reformat existing files * Fix copyright and cpplint errors Signed-off-by: Kenji Miyake <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> * 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 * Add shellcheck (autowarefoundation#2079) * Add shellcheck Signed-off-by: Kenji Miyake <[email protected]> * Fix shellcheck Signed-off-by: Kenji Miyake <[email protected]> * update pre-commit-hooks-ros to v0.2.0 (autowarefoundation#2137) * Auto-update pre-commit hooks (autowarefoundation#2138) Co-authored-by: KeisukeShima <[email protected]> * Auto-update pre-commit hooks (autowarefoundation#2146) * Auto-update pre-commit hooks * Update update-pre-commit.yml Co-authored-by: kenji-miyake <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> * Add markdown-link-check pre-commit (autowarefoundation#2215) * add markdown-lint-check pre-commit * delete files argument * add optional hook * modify comment * add comment * delete hook * add retry option * add option * add files arg * Fix links in hdd_reader.md Signed-off-by: Kenji Miyake <[email protected]> * Ignore 403 Signed-off-by: Kenji Miyake <[email protected]> * Ignore tier4 github url Signed-off-by: Kenji Miyake <[email protected]> * Update link Signed-off-by: Kenji Miyake <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> * Auto-update pre-commit hooks (autowarefoundation#2323) Co-authored-by: kenji-miyake <[email protected]> * ignore .swp file (autowarefoundation#1833) * Add settings for new formatters (autowarefoundation#2330) * Update .pre-commit-config.yaml Signed-off-by: Kenji Miyake <[email protected]> * Ignore .cu for cpplint Signed-off-by: Kenji Miyake <[email protected]> * Update .clang-format Signed-off-by: Kenji Miyake <[email protected]> * Add setup.cfg Signed-off-by: Kenji Miyake <[email protected]> * Add CPPLINT.cfg Signed-off-by: Kenji Miyake <[email protected]> * Add autoware-lint-common Signed-off-by: Kenji Miyake <[email protected]> * Remove unnecessary part Signed-off-by: Kenji Miyake <[email protected]> * Add includeorder=standardcfirst Signed-off-by: Kenji Miyake <[email protected]> * Use clang-format-12 Signed-off-by: Kenji Miyake <[email protected]> * Add IncludeCategories to clang-format Signed-off-by: Kenji Miyake <[email protected]> * Remove unnecessary file Signed-off-by: Kenji Miyake <[email protected]> * Temporarily comment out pre-commit hooks Signed-off-by: Kenji Miyake <[email protected]> * Fix indent miss Signed-off-by: Kenji Miyake <[email protected]> * Change include order rule and ignore build/include_order in cpplint Signed-off-by: Kenji Miyake <[email protected]> * Change formatter to clang-format and black (autowarefoundation#2332) * Revert "Temporarily comment out pre-commit hooks" This reverts commit 748e9cdb145ce12f8b520bcbd97f5ff899fc28a3. * Replace ament_lint_common with autoware_lint_common Signed-off-by: Kenji Miyake <[email protected]> * Remove ament_cmake_uncrustify and ament_clang_format Signed-off-by: Kenji Miyake <[email protected]> * Apply Black Signed-off-by: Kenji Miyake <[email protected]> * Apply clang-format Signed-off-by: Kenji Miyake <[email protected]> * Fix build errors Signed-off-by: Kenji Miyake <[email protected]> * Fix for cpplint * Fix include double quotes to angle brackets Signed-off-by: Kenji Miyake <[email protected]> * Apply clang-format Signed-off-by: Kenji Miyake <[email protected]> * Fix build errors Signed-off-by: Kenji Miyake <[email protected]> * Back port .auto control packages (autowarefoundation#571) * Implement Lateral and Longitudinal Control Muxer * [autowarefoundation#570] Porting wf_simulator * [autowarefoundation#1189] Deactivate flaky test in 'trajectory_follower_nodes' * [autowarefoundation#1189] Fix flacky test in 'trajectory_follower_nodes/latlon_muxer' * [autowarefoundation#1057] Add osqp_interface package * [autowarefoundation#1057] Add library code for MPC-based lateral control * [autowarefoundation#1271] Use std::abs instead of abs * [autowarefoundation#1057] Implement Lateral Controller for Cargo ODD * [autowarefoundation#1246] Resolve "Test case names currently use snake_case but should be CamelCase" * [autowarefoundation#1325] Deactivate flaky smoke test in 'trajectory_follower_nodes' * [autowarefoundation#1058] Add library code of longitudinal controller * Fix build error for trajectory follower Signed-off-by: wep21 <[email protected]> * Fix build error for trajectory follower nodes Signed-off-by: wep21 <[email protected]> * [autowarefoundation#1272] Add AckermannControlCommand support to simple_planning_simulator * [autowarefoundation#1058] Add Longitudinal Controller node * [autowarefoundation#1058] Rename velocity_controller -> longitudinal_controller * [autowarefoundation#1058] Update CMakeLists.txt for the longitudinal_controller_node * [autowarefoundation#1058] Add smoke test python launch file * [autowarefoundation#1058] Use LowPassFilter1d from trajectory_follower * [autowarefoundation#1058] Use autoware_auto_msgs * [autowarefoundation#1058] Changes for .auto (debug msg tmp fix, common func, tf listener) * [autowarefoundation#1058] Remove unused parameters * [autowarefoundation#1058] Fix ros test * [autowarefoundation#1058] Rm default params from declare_parameters + use autoware types * [autowarefoundation#1058] Use default param file to setup NodeOptions in the ros test * [autowarefoundation#1058] Fix docstring * [autowarefoundation#1058] Replace receiving a Twist with a VehicleKinematicState * [autowarefoundation#1058] Change class variables format to m_ prefix * [autowarefoundation#1058] Fix plugin name of LongitudinalController in CMakeLists.txt * [autowarefoundation#1058] Fix copyright dates * [autowarefoundation#1058] Reorder includes * [autowarefoundation#1058] Add some tests (~89% coverage without disabling flaky tests) * [autowarefoundation#1058] Add more tests (90+% coverage without disabling flaky tests) * [autowarefoundation#1058] Use Float32MultiArrayDiagnostic message for debug and slope * [autowarefoundation#1058] Calculate wheel_base value from vehicle parameters * [autowarefoundation#1058] Cleanup redundant logger setting in tests * [autowarefoundation#1058] Set ROS_DOMAIN_ID when running tests to prevent CI failures * [autowarefoundation#1058] Remove TF listener and use published vehicle state instead * [autowarefoundation#1058] Change smoke tests to use autoware_testing * [autowarefoundation#1058] Add plotjuggler cfg for both lateral and longitudinal control * [autowarefoundation#1058] Improve design documents * [autowarefoundation#1058] Disable flaky test * [autowarefoundation#1058] Properly transform vehicle state in longitudinal node * [autowarefoundation#1058] Fix TF buffer of lateral controller * [autowarefoundation#1058] Tuning of lateral controller for LGSVL * [autowarefoundation#1058] Fix formating * [autowarefoundation#1058] Fix /tf_static sub to be transient_local * [autowarefoundation#1058] Fix yaw recalculation of reverse trajs in the lateral controller * modify trajectory_follower for galactic build Signed-off-by: Takamasa Horibe <[email protected]> * [autowarefoundation#1379] Update trajectory_follower * [autowarefoundation#1379] Update simple_planning_simulator * [autowarefoundation#1379] Update trajectory_follower_nodes * apply trajectory msg modification in control Signed-off-by: Takamasa Horibe <[email protected]> * move directory Signed-off-by: Takamasa Horibe <[email protected]> * remote control/trajectory_follower level dorectpry Signed-off-by: Takamasa Horibe <[email protected]> * remove .iv trajectory follower Signed-off-by: Takamasa Horibe <[email protected]> * use .auto trajectory_follower Signed-off-by: Takamasa Horibe <[email protected]> * remove .iv simple_planning_simulator & osqp_interface Signed-off-by: Takamasa Horibe <[email protected]> * use .iv simple_planning_simulator & osqp_interface Signed-off-by: Takamasa Horibe <[email protected]> * add tmp_autoware_auto_dependencies Signed-off-by: Takamasa Horibe <[email protected]> * tmporally add autoware_auto_msgs Signed-off-by: Takamasa Horibe <[email protected]> * apply .auto message split Signed-off-by: Takamasa Horibe <[email protected]> * fix build depend Signed-off-by: Takamasa Horibe <[email protected]> * fix packages using osqp * fix autoware_auto_geometry * ignore lint of some packages * ignore ament_lint of some packages * ignore lint/pre-commit of trajectory_follower_nodes * disable unit tests of some packages Co-authored-by: Maxime CLEMENT <[email protected]> Co-authored-by: Joshua Whitley <[email protected]> Co-authored-by: Igor Bogoslavskyi <[email protected]> Co-authored-by: MIURA Yasuyuki <[email protected]> Co-authored-by: wep21 <[email protected]> Co-authored-by: tomoya.kimura <[email protected]> * 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 <[email protected]> * ignore testing Signed-off-by: Takamasa Horibe <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]> * adding autoware_auto_perception_rviz_plugin (autowarefoundation#574) * [152] Implement BoundingBoxArray rviz display plugin. * [285] Clear bounding box markers before adding new markers on new message * [274] Trajectory visualization plugin * raw types to sized type * ControllerTestingNode: added publish_state(), publish_trajectory(), no timer hack to start test, all init is init() * Squashed 'src/external/mpc/' changes from 8fc7cfdd..eaa5908b eaa5908b Merge branch 'input-weight-modify' into 'master' b9ee8e4f Update default mpc_controller_node parameters 8d15f49d Add weights to acceleration and steer controls; loosen simulation test case: git-subtree-dir: src/external/mpc git-subtree-split: eaa5908bdd987051a9dcd9c505f99bfd7f028547 * [autowarefoundation#404] apply ament_auto macro to autoware_rviz_plugins * Adding missing dependency on rviz2. * Squashed 'src/external/autoware_auto_msgs/' changes from 56550efd..f40970ea f40970ea Adding velocity_mps to VehicleControlCommand. git-subtree-dir: src/external/autoware_auto_msgs git-subtree-split: f40970ead34d36a695b432dc37accff9d67c17e2 * Update copyright headers to transfer ownership to Autoware Foundation Signed-off-by: Juan Pablo Samper <[email protected]> * Add CHANGELOG and update package versions for release Add CHANGELOG and update package versions for release * [autowarefoundation#286] Parameterize boundingbox colors from rviz - Add visualization colours via Qt * [autowarefoundation#813] use autoware_set_compile_options() for nearly all compiled tests - fix a few causes of warnings and disable warning flags as needed for other tests - set CXX_STANDARD strictly and only in a single place - add CMake flag `AUTOWARE_OPTIMIZATION_OF_SLOW_TARGETS`. Default: OFF - update building instructions and MR template - fix nasty initialization error of static constexpr member in `GenericState` of Kalman filter * [autowarefoundation#910] remove private compilation warning ignore flags * [autowarefoundation#900] Implement rviz plugin to visualize TrackedObjects * [autowarefoundation#1110] Implement rviz plugin for DetectedObjects msg * Resolve "Clarify meaning of pose in *ObjectKinematics messages" * [autowarefoundation#1221] Add co-developed entry to copyright * [autowarefoundation#1282] Fix double free in ObjectPolygonDisplayBase rviz plugin * [autowarefoundation#1355] Make DetectedObject shape corners be in object-local coordinates * porting AAP perception visualization from https://github.com/tier4/AutowareArchitectureProposal.iv/blob/main/perception/util/visualizer/dynamic_object_visualization/include/dynamic_object_visualization/dynamic_object_visualizer.hpp * rename to autoware_auto_perception_rviz_plugin * fix copyright * format code * fix typo * convert camel to snake case * Apply suggestions from code review Co-authored-by: Daisuke Nishimatsu <[email protected]> * change color * replace boost::optional to std::optional * add icons * set marker id to value corresponding to the upper 32 bits of uuid * format code * change motorsycle color * add uuid map to set marker id * format code * remove brief comment * fix lint error * fix include sort * format code * fix include * add autoware_auto_perception_rviz_plugin to pre commit excluded list Co-authored-by: Yunus Emre Caliskan <[email protected]> Co-authored-by: Christopher Ho <[email protected]> Co-authored-by: MIURA Yasuyuki <[email protected]> Co-authored-by: Jit Ray Chowdhury <[email protected]> Co-authored-by: Joshua Whitley <[email protected]> Co-authored-by: Juan Pablo Samper <[email protected]> Co-authored-by: Jilada Eccleston <[email protected]> Co-authored-by: Frederik Beaujean <[email protected]> Co-authored-by: Vincent Richard <[email protected]> Co-authored-by: Gowtham <[email protected]> Co-authored-by: Nikolai Morin <[email protected]> Co-authored-by: Igor Bogoslavskyi <[email protected]> Co-authored-by: Daisuke Nishimatsu <[email protected]> * style(prettier): change printWitdh Signed-off-by: Kenji Miyake <[email protected]> * chore: add empty build_depends.repos Signed-off-by: Kenji Miyake <[email protected]> * style: fix styles of .pre-commit-config.yaml Signed-off-by: Kenji Miyake <[email protected]> * docs(mkdocs): update settings Signed-off-by: Kenji Miyake <[email protected]> * chore: update .gitignore Signed-off-by: Kenji Miyake <[email protected]> * chore: update .markdown-link-check.json Signed-off-by: Kenji Miyake <[email protected]> * chore: update .pre-commit-config.yaml Signed-off-by: Kenji Miyake <[email protected]> Co-authored-by: mitsudome-r <[email protected]> Co-authored-by: Ishita Takeshi <[email protected]> Co-authored-by: Masaya Kataoka <[email protected]> Co-authored-by: Keisuke Shima <[email protected]> Co-authored-by: Kazuki Miyahara <[email protected]> Co-authored-by: pre-commit <[email protected]> Co-authored-by: autoware-iv-sync-ci[bot] <87871706+autoware-iv-sync-ci[bot]@users.noreply.github.com> Co-authored-by: KeisukeShima <[email protected]> Co-authored-by: kenji-miyake <[email protected]> Co-authored-by: Satoshi OTA <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]> Co-authored-by: Maxime CLEMENT <[email protected]> Co-authored-by: Joshua Whitley <[email protected]> Co-authored-by: Igor Bogoslavskyi <[email protected]> Co-authored-by: MIURA Yasuyuki <[email protected]> Co-authored-by: wep21 <[email protected]> Co-authored-by: tomoya.kimura <[email protected]> Co-authored-by: Maxime CLEMENT <[email protected]> Co-authored-by: Taichi Higashide <[email protected]> Co-authored-by: Yunus Emre Caliskan <[email protected]> Co-authored-by: Christopher Ho <[email protected]> Co-authored-by: Jit Ray Chowdhury <[email protected]> Co-authored-by: Juan Pablo Samper <[email protected]> Co-authored-by: Jilada Eccleston <[email protected]> Co-authored-by: Frederik Beaujean <[email protected]> Co-authored-by: Vincent Richard <[email protected]> Co-authored-by: Gowtham <[email protected]> Co-authored-by: Nikolai Morin <[email protected]> Co-authored-by: Daisuke Nishimatsu <[email protected]>
* release v0.4.0 * add use_object_recognition flag in dummy_perception_publisher (autowarefoundation#696) * remove ROS1 packages temporarily Signed-off-by: mitsudome-r <[email protected]> * add sample ros2 packages Signed-off-by: mitsudome-r <[email protected]> * remove ROS1 packages Signed-off-by: mitsudome-r <[email protected]> * Revert "remove ROS1 packages temporarily" This reverts commit 2e9822586a3539a32653e6bcd378715674b519ca. Signed-off-by: mitsudome-r <[email protected]> * add COLCON_IGNORE to ros1 packages Signed-off-by: mitsudome-r <[email protected]> * Rename launch files to launch.xml (autowarefoundation#28) * Port dummy_perception_publisher to ROS2 (autowarefoundation#90) * Port dummy_perception_publisher to ROS2 * Uncrustify * Lint * Copyright * Period * Further ament_cpplint fixes * Convert calls of Duration to Duration::from_seconds where appropriate (autowarefoundation#131) * Use quotes for includes where appropriate (autowarefoundation#144) * Use quotes for includes where appropriate * Fix lint tests * Make tests pass hopefully * adding linters to dummy_perception_publisher (autowarefoundation#220) * [dummy_perception_publisher] fix launch file and installation (autowarefoundation#215) * [dummy_perception_publisher] fix launch file and installation Signed-off-by: mitsudome-r <[email protected]> * Apply suggestions from code review Co-authored-by: Takamasa Horibe <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]> * reduce terminal ouput for better error message visibility (autowarefoundation#200) * reduce terminal ouput for better error message visibility Signed-off-by: mitsudome-r <[email protected]> * [costmap_generator] fix waiting for first transform Signed-off-by: mitsudome-r <[email protected]> * fix tests Signed-off-by: mitsudome-r <[email protected]> * fix test Signed-off-by: mitsudome-r <[email protected]> * modify launch file for making psim work (autowarefoundation#238) * modify launch file for making psim work Signed-off-by: kosuke murakami <[email protected]> * remove unnecesary ns Signed-off-by: kosuke murakami <[email protected]> * Ros2 v0.8.0 dummy perception publisher (autowarefoundation#286) * Remove "/" in frame_id (autowarefoundation#406) Signed-off-by: Kenji Miyake <[email protected]> * Fix transform (autowarefoundation#420) * Replace rclcpp::Time(0) by tf2::TimePointZero() in lookupTransform Signed-off-by: Kenji Miyake <[email protected]> * Fix canTransform Signed-off-by: Kenji Miyake <[email protected]> * Fix test Signed-off-by: Kenji Miyake <[email protected]> * add use_sim-time option (autowarefoundation#454) * Remove use_sim_time for set_parameter (autowarefoundation#1260) Signed-off-by: wep21 <[email protected]> * Diable dummy_perception_publisher if argument 'scenario_simulation' i… (autowarefoundation#1275) * Diable dummy_perception_publisher if argument 'scenario_simulation' is true * Rename argument to 'disable_dummy_perception_publisher_node' from 'scenario_simulation' * change theta step for obj point cloud (autowarefoundation#1280) * Revert changes of PR autowarefoundation#1275 (autowarefoundation#1377) * Add pre-commit (autowarefoundation#1560) * add pre-commit * add pre-commit-config * add additional settings for private repository * use default pre-commit-config * update pre-commit setting * Ignore whitespace for line breaks in markdown * Update .github/workflows/pre-commit.yml Co-authored-by: Kazuki Miyahara <[email protected]> * exclude svg * remove pretty-format-json * add double-quote-string-fixer * consider COLCON_IGNORE file when seaching modified package * format file * pre-commit fixes * Update pre-commit.yml * Update .pre-commit-config.yaml Co-authored-by: Kazuki Miyahara <[email protected]> Co-authored-by: pre-commit <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> * Fix dependency type of rosidl_default_generators (autowarefoundation#1801) * Fix dependency type of rosidl_default_generators Signed-off-by: Kenji Miyake <[email protected]> * Remove unnecessary depends Signed-off-by: Kenji Miyake <[email protected]> * Use ament_cmake_auto Signed-off-by: Kenji Miyake <[email protected]> * Fix -Wunused-parameter (autowarefoundation#1836) * Fix -Wunused-parameter Signed-off-by: Kenji Miyake <[email protected]> * Fix mistake Signed-off-by: Kenji Miyake <[email protected]> * fix spell * Fix lint issues Signed-off-by: Kenji Miyake <[email protected]> * Ignore flake8 warnings Signed-off-by: Kenji Miyake <[email protected]> Co-authored-by: Hiroki OTA <[email protected]> * fix topic namespace (autowarefoundation#2054) Signed-off-by: Azumi Suzuki <[email protected]> * add sort-package-xml hook in pre-commit (autowarefoundation#1881) * add sort xml hook in pre-commit * change retval to exit_status * rename * add prettier plugin-xml * use early return * add license note * add tier4 license * restore prettier * change license order * move local hooks to public repo * move prettier-xml to pre-commit-hooks-ros * update version for bug-fix * apply pre-commit * Feature/porting occlusion spot (autowarefoundation#1740) * Feature/occlusion_spot safety planner public road (autowarefoundation#1594) * add blind spot safety planner public road * remove duplicated procesing * remove unused private param * renaming fix typo add comments * fix spell check * velocity -> relative velocity * calc2d, To param, simplify search, To original * add the num possible collision gurd * computational cost reduction * Cosmetic change for PossibleCollisionInfo * add interpolation to possible collision value * refactor codes * fix details * invalid point gurd * To Param * refacotor to occlusion spot util * cosmetic change * clean up blindspot * To Occlusion Spot * revise readme * refactor drawing * for better explanation * fix velocity profile * clean up details * cosmetic change for debug marker * use max velocity in obstacle info instead * add gtest for Too Many Possible Collision case * change case * refactor readme * minor fix * add more occlusion spot explanation * replace svg * add gtest build path lanelet * hotfix lateral distance and searching method * update g test for lateral distance * use faster search * set more realistic param * add lanelet subtype highway * cosmetic change of reviews * add occlusion spot module in private area (autowarefoundation#1640) * add occlusion spot in private * For debugging change * add spline interpolation to path * add review changes * adding minor change * cosmetic change * Vector to retval * Blindspot To OcclusionSpot1 * To Occlusion Spot 2 * To Occlusions spot3 * update gtest with unified anchor * remove anchor * add test slice * simplify interpolation * Too Occlusion spot4 * add test buffer * To Occlusion spot * namespace gurd * correct slice and add interpolation first * handle self crossing with check for invation * to ros debug stream * removed unused interpolation * add readme to plant uml * cosmetic change * minor change * update readme * review change * change occlusion spot text color * To Offset no Throw * better debug marker * catch only inversion error * skip return in case of inversion * for better grid * simplify path lanelet at first * remove std::cout * for better path * limit ego path inside target lanelet location * remove last points * cosmetic change for markers * apply module for limited scene * fix interpolation gurd * for better params * do not includes path behind * remove dummy perception publisher * Revert "remove dummy perception publisher" This reverts commit 4acad985fe31dd9befaa21a16631495de6c3a117. * replace hard coded occupancy grid option in psim * remove respawn * add arg to params and remove redundunt launch * fix spell check * fix default value Co-authored-by: tkimura4 <[email protected]> * Feature/occlusion spot private slice size param (autowarefoundation#1703) * add min slice size * for a bit narrow lateral distance * Update planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner/config/occlusion_spot_param.yaml Co-authored-by: Maxime CLEMENT <[email protected]> Co-authored-by: Maxime CLEMENT <[email protected]> * Rename files Signed-off-by: wep21 <[email protected]> * Porting to ros2 Signed-off-by: wep21 <[email protected]> * pre-commit fixes Signed-off-by: wep21 <[email protected]> * Fix typo Signed-off-by: wep21 <[email protected]> * Fix launch namespace Co-authored-by: tkimura4 <[email protected]> * Fix parameter type Co-authored-by: tkimura4 <[email protected]> * Update planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner/src/scene_module/occlusion_spot/scene_occlusion_spot_in_private_road.cpp Co-authored-by: tkimura4 <[email protected]> Co-authored-by: taikitanaka3 <[email protected]> Co-authored-by: tkimura4 <[email protected]> Co-authored-by: Maxime CLEMENT <[email protected]> * Change formatter to clang-format and black (autowarefoundation#2332) * Revert "Temporarily comment out pre-commit hooks" This reverts commit 748e9cdb145ce12f8b520bcbd97f5ff899fc28a3. * Replace ament_lint_common with autoware_lint_common Signed-off-by: Kenji Miyake <[email protected]> * Remove ament_cmake_uncrustify and ament_clang_format Signed-off-by: Kenji Miyake <[email protected]> * Apply Black Signed-off-by: Kenji Miyake <[email protected]> * Apply clang-format Signed-off-by: Kenji Miyake <[email protected]> * Fix build errors Signed-off-by: Kenji Miyake <[email protected]> * Fix for cpplint * Fix include double quotes to angle brackets Signed-off-by: Kenji Miyake <[email protected]> * Apply clang-format Signed-off-by: Kenji Miyake <[email protected]> * Fix build errors Signed-off-by: Kenji Miyake <[email protected]> * Add COLCON_IGNORE (autowarefoundation#500) Signed-off-by: Kenji Miyake <[email protected]> * port dummy perception publisher to auto (autowarefoundation#562) * port dummy perception publisher to auto * autoware_perception_msgs/DynamicObjectWithFeatureArray convert to autoware_perception_msgs/DetectedObjectsWithFeature * change tracked objects to PREDICTED objects * separate pub type with real * Add README.md to dummy perception publisher (autowarefoundation#641) * Added readme for dummy_perception_pub * README update * README update * Fix pre-commit * fix typo * Update README.md * Update README.md * Update README.md * Modified node.cpp * Modified README.md * change parameter name * Update README.md * [shape_estimation]change type (autowarefoundation#663) * change output type of shape_estimation * remove unused function * add dynamic_object_converter * rename * fix typo * fix dummy_perception_publisher * update readme * fix copyright * rename package * add readme * fix launch name * remove unused variable * fix readme * fix convert function * change topic name of DynamicObjectsWithFeature * Fix no ground pointcloud topic name (autowarefoundation#733) Signed-off-by: j4tfwm6z <[email protected]> Co-authored-by: j4tfwm6z <[email protected]> * auto/fix occupancy grid name space in dummy perception publisher (autowarefoundation#739) * fix name space * change namespace: object_segmentation -> obstacle_segmentation * feat: add use_traffic_light status Co-authored-by: mitsudome-r <[email protected]> Co-authored-by: Taichi Higashide <[email protected]> Co-authored-by: Nikolai Morin <[email protected]> Co-authored-by: nik-tier4 <[email protected]> Co-authored-by: Ryohsuke Mitsudome <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]> Co-authored-by: Kosuke Murakami <[email protected]> Co-authored-by: Daisuke Nishimatsu <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> Co-authored-by: tkimura4 <[email protected]> Co-authored-by: Tatsuya Yamasaki <[email protected]> Co-authored-by: taikitanaka3 <[email protected]> Co-authored-by: Keisuke Shima <[email protected]> Co-authored-by: Kazuki Miyahara <[email protected]> Co-authored-by: pre-commit <[email protected]> Co-authored-by: Hiroki OTA <[email protected]> Co-authored-by: Azumi Suzuki <[email protected]> Co-authored-by: Maxime CLEMENT <[email protected]> Co-authored-by: Yohei Mishina <[email protected]> Co-authored-by: j4tfwm6z <[email protected]> Co-authored-by: Satoshi OTA <[email protected]>
* release v0.4.0 * remove ROS1 packages temporarily Signed-off-by: mitsudome-r <[email protected]> * add sample ros2 packages Signed-off-by: mitsudome-r <[email protected]> * remove ROS1 packages Signed-off-by: mitsudome-r <[email protected]> * Revert "remove ROS1 packages temporarily" This reverts commit 7eacbcea261a65d6c305c7b0d069591ca3a2ee3a. Signed-off-by: mitsudome-r <[email protected]> * add COLCON_IGNORE to ros1 packages Signed-off-by: mitsudome-r <[email protected]> * Port autoware-perception-rviz-plugin (autowarefoundation#100) * Port to ROS2 Signed-off-by: Servando German Serrano <[email protected]> * Update namespaces Signed-off-by: Servando German Serrano <[email protected]> * Port autoware-planning-rviz-plugin (autowarefoundation#103) * Port to ROS2 Signed-off-by: Servando German Serrano <[email protected]> * Update deprecated Signed-off-by: Servando German Serrano <[email protected]> * Update namespaces Signed-off-by: Servando German Serrano <[email protected]> * 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 * Run uncrustify on the entire Pilot.Auto codebase (autowarefoundation#151) * Run uncrustify on the entire Pilot.Auto codebase * Exclude open PRs * Fix rviz plugins (autowarefoundation#175) * [autoware_perception_rviz_plugin] make library to shared and fix library name in plugin_description.xml Signed-off-by: mitsudome-r <[email protected]> * [autoware_planning_rviz_plugin] make library to shared and fix library name in plugin_description.xml Signed-off-by: mitsudome-r <[email protected]> * Port autoware vehicle rviz plugin (autowarefoundation#111) * Port to ROS2 Signed-off-by: Servando German Serrano <[email protected]> * Amend buildtool Signed-off-by: Servando German Serrano <[email protected]> * Fix license Signed-off-by: Servando German Serrano <[email protected]> * Fix Signed-off-by: Servando German Serrano <[email protected]> * Fixes Signed-off-by: Servando German Serrano <[email protected]> * adding linters to autoware_planning_rviz_plugin (autowarefoundation#224) * adding linters to autoware_perception_rviz_plugin (autowarefoundation#225) * [autoware_perception_rviz_plugin] make plugin library SHARED (autowarefoundation#236) Signed-off-by: mitsudome-r <[email protected]> * Fix bugs in autoware vehicle rviz plugin (autowarefoundation#246) Signed-off-by: wep21 <[email protected]> * Ros2 v0.8.0 autoware vehicle rviz plugin (autowarefoundation#333) * add test depend * fix console meter size (autowarefoundation#909) * update to change font scale (autowarefoundation#910) * Fix typos in common modules (autowarefoundation#914) * fix typos in common modules * minor fix (lowercasing) * revert changes in PathPoint.msg * Fix memory leaks in turn signal plugin (autowarefoundation#932) * fix memory leak (QPointF) * convert raw pointers to smart pointers * update handle image (autowarefoundation#948) * reduce calc cost rviz plugin (autowarefoundation#947) * reduce calc cost * cosmetic change * cosmetic change * Use CMAKE_CXX_STANDARD to enable C++14 for Qt Signed-off-by: Kenji Miyake <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> * change font size independency desplay (autowarefoundation#946) * bug fix (wrong unit conversion) (autowarefoundation#956) * Refactor autoware_vehicle_rviz_plugin (autowarefoundation#967) * Refactor autoware_vehicle_rviz_plugin - change smart pointers to raw pointers according to Qt convention - remove unused headers - remove unused variables - cosmetic changes according to Google C++ Style Guide - use the range-based for statement - replace push_back with emplace_back See also: autowarefoundation#932, autowarefoundation#964 * Apply clang-format * Change a variable name to clarify: history -> histories * add build testing * appply ament_uncrustify * apply lint * fix bug Co-authored-by: Yukihiro Saito <[email protected]> Co-authored-by: Kazuki Miyahara <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> * Ros2 v0.8.0 autoware perception rviz plugin (autowarefoundation#334) * Fix typos in common modules (autowarefoundation#914) * fix typos in common modules * minor fix (lowercasing) * revert changes in PathPoint.msg * ament_cmake_cppcheck -> ament_lint_common * apply lint Co-authored-by: Kazuki Miyahara <[email protected]> * Ros2 v0.8.0 autoware planning rviz plugin (autowarefoundation#336) * add speed limit visualizer (autowarefoundation#908) * add speed limit visualizer * 🚮 * add max velocity output * fix bug * update visualizer Co-authored-by: tomoya.kimura <[email protected]> * change font size independency desplay (autowarefoundation#946) * ament_cmake_cppcheck -> ament_lint_common * apply lint * change topic type Co-authored-by: Yukihiro Saito <[email protected]> * Ros2 v0.8.0 remove std msgs awapi (autowarefoundation#348) * [autoware_vehicle_msgs] add BatteryStatus msg Signed-off-by: mitsudome-r <[email protected]> * [autoware_planning_msgs] add ExpandStopRange and StopSpeedExceeded messages Signed-off-by: mitsudome-r <[email protected]> * [autoware_api_msgs] add DoorControlCommand, StopCommand, and VelocityLimit messages Signed-off-by: mitsudome-r <[email protected]> * remove std_msgs related to autoware_awaiv_adapter node Signed-off-by: mitsudome-r <[email protected]> * apply ament_uncrustify Signed-off-by: mitsudome-r <[email protected]> * fix build failure Signed-off-by: mitsudome-r <[email protected]> * fix test failures Signed-off-by: mitsudome-r <[email protected]> * address review commends Signed-off-by: mitsudome-r <[email protected]> * Ros2 v0.9.0 pose history (autowarefoundation#387) * Port pose history to ROS2 Signed-off-by: wep21 <[email protected]> * pose_history (autowarefoundation#1169) * change pkg name * add alpha Co-authored-by: Yukihiro Saito <[email protected]> * fix max velocity visualization (autowarefoundation#397) * fix max velocity vis * apply lint-format * Ros2 rtd plugin (autowarefoundation#444) * Use RTD instead of MFD Signed-off-by: wep21 <[email protected]> * Sync public repo (autowarefoundation#1228) * [simple_planning_simulator] add readme (autowarefoundation#424) * add readme of simple_planning_simulator Signed-off-by: Takamasa Horibe <[email protected]> * Update simulator/simple_planning_simulator/README.md * set transit_margin_time to intersect. planner (autowarefoundation#460) * Fix pose2twist (autowarefoundation#462) Signed-off-by: Takagi, Isamu <[email protected]> * Ros2 vehicle info param server (autowarefoundation#447) * add vehicle_info_param_server * update vehicle info * apply format * fix bug * skip unnecessary search * delete vehicle param file * fix bug * Ros2 fix topic name part2 (autowarefoundation#425) * Fix topic name of traffic_light_classifier Signed-off-by: Takagi, Isamu <[email protected]> * Fix topic name of traffic_light_visualization Signed-off-by: Takagi, Isamu <[email protected]> * Fix topic name of traffic_light_ssd_fine_detector Signed-off-by: Takagi, Isamu <[email protected]> * Fix topic name of traffic_light_map_based_detector Signed-off-by: Takagi, Isamu <[email protected]> * Fix lint traffic_light_recognition Signed-off-by: Takagi, Isamu <[email protected]> * Fix lint traffic_light_ssd_fine_detector Signed-off-by: Takagi, Isamu <[email protected]> * Fix lint traffic_light_classifier Signed-off-by: Takagi, Isamu <[email protected]> * Fix lint traffic_light_classifier Signed-off-by: Takagi, Isamu <[email protected]> * Fix lint traffic_light_ssd_fine_detector Signed-off-by: Takagi, Isamu <[email protected]> * Fix issues in hdd_reader (autowarefoundation#466) * Fix some issues detected by Coverity Scan and Clang-Tidy * Update launch command * Add more `close(new_sock)` * Simplify the definitions of struct * fix: re-construct laneletMapLayer for reindex RTree (autowarefoundation#463) * Rviz overlay render fix (autowarefoundation#461) * Moved painiting in SteeringAngle plugin to update() Signed-off-by: Adam Dabrowski <[email protected]> * super class now back to MFD Signed-off-by: Adam Dabrowski <[email protected]> * uncrustified Signed-off-by: Adam Dabrowski <[email protected]> * acquire data in mutex Signed-off-by: Adam Dabrowski <[email protected]> * back to RTD as superclass Signed-off-by: Adam Dabrowski <[email protected]> * Rviz overlay render in update (autowarefoundation#465) * Moved painiting in SteeringAngle plugin to update() Signed-off-by: Adam Dabrowski <[email protected]> * super class now back to MFD Signed-off-by: Adam Dabrowski <[email protected]> * uncrustified Signed-off-by: Adam Dabrowski <[email protected]> * acquire data in mutex Signed-off-by: Adam Dabrowski <[email protected]> * removed unnecessary includes and some dead code Signed-off-by: Adam Dabrowski <[email protected]> * Adepted remaining vehicle plugin classes to render-in-update concept. Returned to MFD superclass Signed-off-by: Adam Dabrowski <[email protected]> * restored RTD superclass Signed-off-by: Adam Dabrowski <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]> Co-authored-by: tkimura4 <[email protected]> Co-authored-by: Takagi, Isamu <[email protected]> Co-authored-by: Kazuki Miyahara <[email protected]> Co-authored-by: Makoto Tokunaga <[email protected]> Co-authored-by: Adam Dąbrowski <[email protected]> * Unify Apache-2.0 license name (autowarefoundation#1242) * Porting trajectory rviz plugin (autowarefoundation#1295) * update trajectory rviz plugin to show velocity (autowarefoundation#1257) * update trajectory rviz plugin to show velocity * use size_t instead of int to remove warning during compiling * not show velocity on rviz unless check button is enabled * modify visibility of velocity (autowarefoundation#1258) * fix plugin * add dependency Co-authored-by: Takayuki Murooka <[email protected]> Co-authored-by: tomoya.kimura <[email protected]> * Fix msgs (autowarefoundation#1379) * Fix msgs Signed-off-by: Kenji Miyake <[email protected]> * [autoware_planning_rviz_plugin]: Fix lint Signed-off-by: wep21 <[email protected]> Co-authored-by: wep21 <[email protected]> * Fix topic name of autoware_perception_rviz_plugin (autowarefoundation#1277) (autowarefoundation#1479) Signed-off-by: Kenji Miyake <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> * Porting polar grid to ros2 (autowarefoundation#1507) Signed-off-by: wep21 <[email protected]> * Add dummy unknown publisher (autowarefoundation#1470) * Add dummy unknown publisher Signed-off-by: Kenji Miyake <[email protected]> Signed-off-by: wep21 <[email protected]> * Fix lint Signed-off-by: wep21 <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> * Add pre-commit (autowarefoundation#1560) * add pre-commit * add pre-commit-config * add additional settings for private repository * use default pre-commit-config * update pre-commit setting * Ignore whitespace for line breaks in markdown * Update .github/workflows/pre-commit.yml Co-authored-by: Kazuki Miyahara <[email protected]> * exclude svg * remove pretty-format-json * add double-quote-string-fixer * consider COLCON_IGNORE file when seaching modified package * format file * pre-commit fixes * Update pre-commit.yml * Update .pre-commit-config.yaml Co-authored-by: Kazuki Miyahara <[email protected]> Co-authored-by: pre-commit <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> * Fix -Wunused-parameter (autowarefoundation#1836) * Fix -Wunused-parameter Signed-off-by: Kenji Miyake <[email protected]> * Fix mistake Signed-off-by: Kenji Miyake <[email protected]> * fix spell * Fix lint issues Signed-off-by: Kenji Miyake <[email protected]> * Ignore flake8 warnings Signed-off-by: Kenji Miyake <[email protected]> Co-authored-by: Hiroki OTA <[email protected]> * suppress warnings for common packages (autowarefoundation#1891) * add maybe unused * add Werror * fix for uncrustify * 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 * add autoware_state_rviz_plugin (autowarefoundation#2160) * initial commit * fix * use raw pointer * fix style * fix style * fix style * fix style * fix header arrangement * add gear check and prefix label (autowarefoundation#2173) * add gear and prefix label * add subscription * fix for cpplint * add engage button and status (autowarefoundation#2257) * fix style * add engage button and engage status * use api * fix for pre commit * fix for cpplint * fix * fix for cpplint * fix for cpplint * fix coding style * Add datetime panel (autowarefoundation#2275) * Add datetime panel * Fix/ros time (autowarefoundation#2276) * Fix ros time Signed-off-by: wep21 <[email protected]> * Add icon Signed-off-by: wep21 <[email protected]> Co-authored-by: Daisuke Nishimatsu <[email protected]> * add footprint in trajectory msg of rviz plugin (autowarefoundation#1553) (autowarefoundation#1684) * add footprint in trajectory msg of rviz plugin (autowarefoundation#1553) * add footprint in trajectory msg of rviz plugin * update * trajectory -> footprint * update * add icons * rename trajectory footprint from footprint * add PathFootprint * update * Add min value Signed-off-by: wep21 <[email protected]> Co-authored-by: Takayuki Murooka <[email protected]> * Feature/trajectory point rviz plugin (autowarefoundation#2123) * add trajectory point * set trajectory point view false by default * add pull over/out module (autowarefoundation#2147) * Change formatter to clang-format and black (autowarefoundation#2332) * Revert "Temporarily comment out pre-commit hooks" This reverts commit 748e9cdb145ce12f8b520bcbd97f5ff899fc28a3. * Replace ament_lint_common with autoware_lint_common Signed-off-by: Kenji Miyake <[email protected]> * Remove ament_cmake_uncrustify and ament_clang_format Signed-off-by: Kenji Miyake <[email protected]> * Apply Black Signed-off-by: Kenji Miyake <[email protected]> * Apply clang-format Signed-off-by: Kenji Miyake <[email protected]> * Fix build errors Signed-off-by: Kenji Miyake <[email protected]> * Fix for cpplint * Fix include double quotes to angle brackets Signed-off-by: Kenji Miyake <[email protected]> * Apply clang-format Signed-off-by: Kenji Miyake <[email protected]> * Fix build errors Signed-off-by: Kenji Miyake <[email protected]> * remove unused depends (autowarefoundation#496) * Add COLCON_IGNORE (autowarefoundation#500) Signed-off-by: Kenji Miyake <[email protected]> * port planning rviz plugins (autowarefoundation#492) * port planning rviz plugins * remove COLCON_IGNORE Co-authored-by: Takayuki Murooka <[email protected]> * port autoware vehicle rviz plugin (autowarefoundation#542) * [ polar grid ] add readme polar grid remove colcon ignore (autowarefoundation#559) * remove ignore * add readme * fix invalid link * port autoware_state_rviz_plugin (autowarefoundation#563) * remove COLCON_IGNORE form rviz plugins (autowarefoundation#544) * port autoware_perception_rviz_plugin (autowarefoundation#581) * add readme in rviz plugin (autowarefoundation#591) * [autoware_vehicle_rviz_plugin/route_handler/simple_planning_simulator]fix some packages (autowarefoundation#606) * fix console meter * fix velocity_history * fix route handler * change topic name * adding autoware_auto_perception_rviz_plugin (autowarefoundation#574) * [152] Implement BoundingBoxArray rviz display plugin. * [285] Clear bounding box markers before adding new markers on new message * [274] Trajectory visualization plugin * raw types to sized type * ControllerTestingNode: added publish_state(), publish_trajectory(), no timer hack to start test, all init is init() * Squashed 'src/external/mpc/' changes from 8fc7cfdd..eaa5908b eaa5908b Merge branch 'input-weight-modify' into 'master' b9ee8e4f Update default mpc_controller_node parameters 8d15f49d Add weights to acceleration and steer controls; loosen simulation test case: git-subtree-dir: src/external/mpc git-subtree-split: eaa5908bdd987051a9dcd9c505f99bfd7f028547 * [autowarefoundation#404] apply ament_auto macro to autoware_rviz_plugins * Adding missing dependency on rviz2. * Squashed 'src/external/autoware_auto_msgs/' changes from 56550efd..f40970ea f40970ea Adding velocity_mps to VehicleControlCommand. git-subtree-dir: src/external/autoware_auto_msgs git-subtree-split: f40970ead34d36a695b432dc37accff9d67c17e2 * Update copyright headers to transfer ownership to Autoware Foundation Signed-off-by: Juan Pablo Samper <[email protected]> * Add CHANGELOG and update package versions for release Add CHANGELOG and update package versions for release * [autowarefoundation#286] Parameterize boundingbox colors from rviz - Add visualization colours via Qt * [autowarefoundation#813] use autoware_set_compile_options() for nearly all compiled tests - fix a few causes of warnings and disable warning flags as needed for other tests - set CXX_STANDARD strictly and only in a single place - add CMake flag `AUTOWARE_OPTIMIZATION_OF_SLOW_TARGETS`. Default: OFF - update building instructions and MR template - fix nasty initialization error of static constexpr member in `GenericState` of Kalman filter * [autowarefoundation#910] remove private compilation warning ignore flags * [autowarefoundation#900] Implement rviz plugin to visualize TrackedObjects * [autowarefoundation#1110] Implement rviz plugin for DetectedObjects msg * Resolve "Clarify meaning of pose in *ObjectKinematics messages" * [autowarefoundation#1221] Add co-developed entry to copyright * [autowarefoundation#1282] Fix double free in ObjectPolygonDisplayBase rviz plugin * [autowarefoundation#1355] Make DetectedObject shape corners be in object-local coordinates * porting AAP perception visualization from https://github.com/tier4/AutowareArchitectureProposal.iv/blob/main/perception/util/visualizer/dynamic_object_visualization/include/dynamic_object_visualization/dynamic_object_visualizer.hpp * rename to autoware_auto_perception_rviz_plugin * fix copyright * format code * fix typo * convert camel to snake case * Apply suggestions from code review Co-authored-by: Daisuke Nishimatsu <[email protected]> * change color * replace boost::optional to std::optional * add icons * set marker id to value corresponding to the upper 32 bits of uuid * format code * change motorsycle color * add uuid map to set marker id * format code * remove brief comment * fix lint error * fix include sort * format code * fix include * add autoware_auto_perception_rviz_plugin to pre commit excluded list Co-authored-by: Yunus Emre Caliskan <[email protected]> Co-authored-by: Christopher Ho <[email protected]> Co-authored-by: MIURA Yasuyuki <[email protected]> Co-authored-by: Jit Ray Chowdhury <[email protected]> Co-authored-by: Joshua Whitley <[email protected]> Co-authored-by: Juan Pablo Samper <[email protected]> Co-authored-by: Jilada Eccleston <[email protected]> Co-authored-by: Frederik Beaujean <[email protected]> Co-authored-by: Vincent Richard <[email protected]> Co-authored-by: Gowtham <[email protected]> Co-authored-by: Nikolai Morin <[email protected]> Co-authored-by: Igor Bogoslavskyi <[email protected]> Co-authored-by: Daisuke Nishimatsu <[email protected]> * add autoware_auto_perception_rviz_plugin README (autowarefoundation#631) * fix readme sentence grammar (autowarefoundation#634) * Auto/fix perception viz (autowarefoundation#639) * add ns of uuid * remove dynamic_object_visualization * update to support velocity report header (autowarefoundation#655) * update to support velocity report header Signed-off-by: Takamasa Horibe <[email protected]> * Update simulator/simple_planning_simulator/src/simple_planning_simulator/simple_planning_simulator_core.cpp Co-authored-by: tkimura4 <[email protected]> * use maybe_unused Signed-off-by: Takamasa Horibe <[email protected]> * fix precommit Signed-off-by: Takamasa Horibe <[email protected]> Co-authored-by: tkimura4 <[email protected]> * adapt to actuation cmd/status as control msg (autowarefoundation#646) * adapt to actuation cmd/status as control msg * fix readme * fix topics * fix remaing topics * as to pacmod interface * fix vehicle status * add header to twist * revert gyro_odometer_change * revert twist topic change * revert unchanged package * FIx vehicle status topic name/type (autowarefoundation#658) * shift -> gear_status * twist -> velocity_status * Sync .auto branch with the latest branch in internal repository (autowarefoundation#691) * add trajectory point offset in rviz plugin (autowarefoundation#2270) * sync rc rc/v0.23.0 (autowarefoundation#2258) * fix interpolation for insert point (autowarefoundation#2228) * fix interpolation for insert point * to prev interpolation pkg * Revert "to prev interpolation pkg" This reverts commit 9eb145b5d36e297186015fb17c267ccd5b3c21ef. Co-authored-by: taikitanaka3 <[email protected]> Co-authored-by: taikitanaka <[email protected]> * fix topic name (autowarefoundation#2266) Signed-off-by: Takamasa Horibe <[email protected]> * Add namespace to diag for dual_return_filter (autowarefoundation#2269) * Add a function to make 'geometry_msgs::msg::TransformStamped' (autowarefoundation#2250) * Add a function to make 'geometry_msgs::msg::TransformStamped' * Add 'child_frame_id' as an argument of 'pose2transform' * Simplify marker scale initialization (autowarefoundation#2286) * Fix/crosswalk polygon (autowarefoundation#2279) * extend crosswalk polygon * improve readability * fix polygon shape * Add warning when decel distance calculation fails (autowarefoundation#2289) Signed-off-by: Makoto Kurihara <[email protected]> * [motion_velocity_smoother] ignore debug print (autowarefoundation#2292) * cosmetic change Signed-off-by: Takamasa Horibe <[email protected]> * cahnge severity from WARN to DEBUG for debug info Signed-off-by: Takamasa Horibe <[email protected]> * use util for stop_watch Signed-off-by: Takamasa Horibe <[email protected]> * fix map based prediction (autowarefoundation#2200) * fix map based prediction * fix format * change map based prediction * fix spells * fix spells in comments * fix for cpplint * fix some problems * fix format and code for clang-tidy * fix space for cpplint * Update Readme.md * Update perception/object_recognition/prediction/map_based_prediction/Readme.md * Update perception/object_recognition/prediction/map_based_prediction/Readme.md * Update perception/object_recognition/prediction/map_based_prediction/Readme.md * Update perception/object_recognition/prediction/map_based_prediction/Readme.md * Update perception/object_recognition/prediction/map_based_prediction/Readme.md * Update perception/object_recognition/prediction/map_based_prediction/Readme.md * fix vector access method * fix readme format * add parameter * Update perception/object_recognition/prediction/map_based_prediction/Readme.md Co-authored-by: Kazuki Miyahara <[email protected]> * Update perception/object_recognition/prediction/map_based_prediction/Readme.md Co-authored-by: Kazuki Miyahara <[email protected]> * Update perception/object_recognition/prediction/map_based_prediction/Readme.md Co-authored-by: Kazuki Miyahara <[email protected]> * Update Readme.md * Update perception/object_recognition/prediction/map_based_prediction/Readme.md Co-authored-by: Kazuki Miyahara <[email protected]> Co-authored-by: tkimura4 <[email protected]> Co-authored-by: Kazuki Miyahara <[email protected]> * remove failure condition for 0 velocity trajectory (autowarefoundation#2295) Signed-off-by: Takamasa Horibe <[email protected]> * [mpc_follower] remove stop distance condition from stopState decision (autowarefoundation#1916) * [mpc_follower] remove stop distance condition from stopState decision Signed-off-by: Takamasa Horibe <[email protected]> * add invalid index handling Signed-off-by: Takamasa Horibe <[email protected]> * Move the debug marker initialization part to another file (autowarefoundation#2288) * Move the debug marker initialization part to 'debug.cpp' * Make 'isLocalOptimalSolutionOscillation' independent from 'NDTScanMatcher' (autowarefoundation#2300) * Remove an unused function 'getTransform' (autowarefoundation#2301) * Simplify iteration of initial poses (autowarefoundation#2310) * Make a transform object const (autowarefoundation#2311) * Represent poses in 'std::vector' instead of 'geometry_msgs::msg::PoseArray' (autowarefoundation#2312) * Feature/no stopping area (autowarefoundation#2163) * add no stopping area module to behavior velocity planner * apply utils * add polygon interpolation module order stopline around area is considered * devide jpass udge with stop line polygon * update docs * rename file name * update to latest * minor change for marker * update license Co-authored-by: Yukihiro Saito <[email protected]> * update license Co-authored-by: Yukihiro Saito <[email protected]> * update license Co-authored-by: Yukihiro Saito <[email protected]> * update license Co-authored-by: Yukihiro Saito <[email protected]> * minor fix * add parameter tuning at experiment * update readme * format doc * apply comments * add exception gurd * cosmetic change * fix ament * fix typo and remove for statement * & to " " * better ns * return pass judge param * add missing stoppable condition * add clear pass judge and stoppable flag * add comment * precommit fix * cpplint Co-authored-by: Yukihiro Saito <[email protected]> * sync rc rc/v0.23.0 (autowarefoundation#2281) * Fix side shift planner (autowarefoundation#2171) (autowarefoundation#2172) * add print debug Signed-off-by: TakaHoribe <[email protected]> * remove forward shift points when adding new point Signed-off-by: TakaHoribe <[email protected]> * remove debug print Signed-off-by: TakaHoribe <[email protected]> * format Signed-off-by: TakaHoribe <[email protected]> * Fix remove threshold Co-authored-by: Fumiya Watanabe <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]> * Fix/pull out and pull over (autowarefoundation#2175) * delete unnecessary check * fix condition of starting pull out * Add emergency status API (autowarefoundation#2174) (autowarefoundation#2182) * Fix/mpc reset prev result (autowarefoundation#2185) (autowarefoundation#2195) * reset prev result * clean code * reset only raw_steer_cmd * Update control/mpc_follower/src/mpc_follower_core.cpp Co-authored-by: Takamasa Horibe <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]> * [hotfix] 1 path point exception after resampling (autowarefoundation#2204) * fix 1 path point exception after resampling Signed-off-by: TakaHoribe <[email protected]> * Apply suggestions from code review * Apply suggestions from code review Co-authored-by: Takamasa Horibe <[email protected]> Co-authored-by: tkimura4 <[email protected]> * [hotfix] Fix lane ids (autowarefoundation#2211) * Fix lane ids * Prevent acceleration on avoidance (autowarefoundation#2214) * prevent acceleration on avoidance Signed-off-by: TakaHoribe <[email protected]> * fix param name Signed-off-by: TakaHoribe <[email protected]> * parametrize avoidance acc Signed-off-by: Takamasa Horibe <[email protected]> * change param name Signed-off-by: Takamasa Horibe <[email protected]> * fix typo Signed-off-by: Takamasa Horibe <[email protected]> * Fix qos in roi cluster fusion (autowarefoundation#2218) * fix confidence (autowarefoundation#2220) * too high confidence (autowarefoundation#2229) * Fix/obstacle stop 0.23.0 (autowarefoundation#2232) * fix unexpected slow down in sharp curves (autowarefoundation#2181) * Fix/insert implementation (autowarefoundation#2186) Co-authored-by: Satoshi OTA <[email protected]> * [hotfix] Remove exception in avoidance module (autowarefoundation#2233) * Remove exception * Fix clock * Remove blank line * Update traffic light state if ref stop point is ahead of previous one (autowarefoundation#2197) Signed-off-by: wep21 <[email protected]> * fix interpolation for insert point (autowarefoundation#2228) * fix interpolation for insert point * to prev interpolation pkg * fix index (autowarefoundation#2265) * turn signal calculation (#2280) * add turn signal funtion in path shifter * add ros parameters Co-authored-by: Fumiya Watanabe <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]> Co-authored-by: tkimura4 <[email protected]> Co-authored-by: Takagi, Isamu <[email protected]> Co-authored-by: Daisuke Nishimatsu <[email protected]> Co-authored-by: Yukihiro Saito <[email protected]> Co-authored-by: Satoshi OTA <[email protected]> Co-authored-by: taikitanaka3 <[email protected]> Co-authored-by: Sugatyon <[email protected]> * [behavior_path_planner] fix sudden path change around ego (autowarefoundation#2305) (autowarefoundation#2318) * fix return-from-ego shift point generation logic Signed-off-by: Takamasa Horibe <[email protected]> * change param for trimSimilarGradShiftPoint Signed-off-by: Takamasa Horibe <[email protected]> * add comment for issue Signed-off-by: Takamasa Horibe <[email protected]> * update comment Signed-off-by: Takamasa Horibe <[email protected]> * replace code with function (logic has not changed) Signed-off-by: Takamasa Horibe <[email protected]> * move func to cpp Signed-off-by: Takamasa Horibe <[email protected]> * add comment for issue Signed-off-by: Takamasa Horibe <[email protected]> * fix typo Signed-off-by: Takamasa Horibe <[email protected]> * Update planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/src/scene_module/avoidance/avoidance_module.cpp Co-authored-by: Kazuki Miyahara <[email protected]> * Update planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/src/scene_module/avoidance/avoidance_module.cpp Co-authored-by: Kazuki Miyahara <[email protected]> Co-authored-by: Kazuki Miyahara <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]> Co-authored-by: Kazuki Miyahara <[email protected]> * Add functions to make stamped scalar messages (autowarefoundation#2317) * Fix/object yaw in intersection module (autowarefoundation#2294) * fix object orientation * fix function name * add guard (autowarefoundation#2321) * reduce cost (double to float) (autowarefoundation#2298) * Add detail collision check (autowarefoundation#2274) * Add detail collision check Signed-off-by: wep21 <[email protected]> * Remove unused function Signed-off-by: wep21 <[email protected]> * Fix arc length Signed-off-by: wep21 <[email protected]> * Seperate time margin Signed-off-by: wep21 <[email protected]> * Fix parameter name Signed-off-by: wep21 <[email protected]> * Update Readme Signed-off-by: wep21 <[email protected]> * Address review: Add comment for TimeDistanceArray Signed-off-by: wep21 <[email protected]> * Run pre-commit Signed-off-by: wep21 <[email protected]> * Fix cpplint Signed-off-by: wep21 <[email protected]> * Add return for empty polygon Signed-off-by: wep21 <[email protected]> * update CenterPoint (autowarefoundation#2222) * update to model trained by mmdet3d * add vizualizer (debug) * for multi-frame inputs * chagne config * use autoware_utils::pi * project specific model and param * rename vfe -> encoder * rename general to common * update download link * update * fix * rename model_name * change training toolbox link * chage lint package * fix test error * commit suggestion * Feature/lane change detection (autowarefoundation#2331) * add old information deleter * fix access bug * change to deque * update obstacle buffer * fix some bugs * add lane change detector * make a update lanelet function * fix code style * parameterize essential values * Update perception/object_recognition/prediction/map_based_prediction/src/map_based_prediction_ros.cpp Co-authored-by: Kazuki Miyahara <[email protected]> * fix slash position * remove unnecessary lines * fix format * fix format * change to new enum * fix format * fix typo and add guard * change funciton name * add lane change description Co-authored-by: Kazuki Miyahara <[email protected]> * Add Planning Evaluator (autowarefoundation#2293) * Add prototype planning evaluator Produced data for dist between points, curvature, and relative angle * Cleanup the code to make adding metrics easier * Add remaining basic metrics (length, duration, vel, accel, jerk) * Add motion_evaluator to evaluate the actual ego motion + code cleanup * Add deviation metrics * Add naive stability metric * Handle invalid stat (TODO: fix the output file formatting) * Add parameter file and cleanup * Add basic obstacle metric (TTC not yet implemented) and fix output file format * Add basic time to collision * Add lateral-distance based stability metric * Add check (at init time) that metrics' maps are complete * Publish metrics as ParamaterDeclaration msg (for openscenario) * Use lookahead and start from ego_pose when calculating stability metrics * Code cleanup * Fix lint * Add tests * Fix bug with Frechet dist and the last traj point * Finish implementing tests * Fix lint * Code cleanup * Update README.md * Remove unused metric * Change msg type of published metrics to DiagnosticArray * fix format to fix pre-commit check Signed-off-by: Takamasa Horibe <[email protected]> * fix yaml format to fix pre-commit check Signed-off-by: Takamasa Horibe <[email protected]> * fix yaml format Signed-off-by: Takamasa Horibe <[email protected]> * apply clang-format Signed-off-by: Takamasa Horibe <[email protected]> * apply clang-format Signed-off-by: Takamasa Horibe <[email protected]> * Update planning/planning_diagnostics/planning_evaluator/include/planning_evaluator/planning_evaluator_node.hpp * Update planning/planning_diagnostics/planning_evaluator/test/test_planning_evaluator_node.cpp * Update planning/planning_diagnostics/planning_evaluator/test/test_planning_evaluator_node.cpp * change lint format to autoware_lint_common Signed-off-by: Takamasa Horibe <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]> * Add keep braking function at driving state (autowarefoundation#2346) * Add keep braking function at driving state Signed-off-by: Makoto Kurihara <[email protected]> * Remove debug messages Signed-off-by: Makoto Kurihara <[email protected]> * Fix format Signed-off-by: Makoto Kurihara <[email protected]> * Change diag_updater's pediod from default to 0.1sec (autowarefoundation#2348) * add cross judgement and common signal function (autowarefoundation#2319) * merge branch turn_signal_common * add turn signal function in signal decider * add cross judge in path_utilities and delete from turn_signal_decider * remove original signal calculation in lane change * omit substitution * replace turn signal decider in pull over function * modify cross judge logic * replace turn signal decider in avoidance * add readme of turn signal * update * delete print debug * update * delete lane change decider in path shifter * delete blank line * fix indent * fix typo * fix typo * decrease nest * run pre commit * Add 0 limit at forward jerk velocity filter (autowarefoundation#2340) Signed-off-by: Makoto Kurihara <[email protected]> * add time offset param to point cloud concatenation (autowarefoundation#2303) * add offset param * clang-format Co-authored-by: Akihito OHSATO <[email protected]> * Feature/add doc for keep braking function at driving state (autowarefoundation#2366) * Add the description of brake keeping Signed-off-by: Makoto Kurihara <[email protected]> * Add the english document Signed-off-by: Makoto Kurihara <[email protected]> * Improve description Signed-off-by: Makoto Kurihara <[email protected]> * Add english description Signed-off-by: Makoto Kurihara <[email protected]> * Fix include files (autowarefoundation#2339) Signed-off-by: Kenji Miyake <[email protected]> * fix behavior intersection module * fix behavior no stopping area module * fix planning_evaluator * fix motion_velocity_smoother * rename variable * Revert "[mpc_follower] remove stop distance condition from stopState decision (autowarefoundation#1916)" This reverts commit ff4f0b5a844d1f835f1b93bd3b36a76747b0cd02. * Revert "Add keep braking function at driving state (autowarefoundation#2346)" This reverts commit f0478187db4c28bf6092c198723dcc5ec11a9c70. * Revert "Feature/add doc for keep braking function at driving state (autowarefoundation#2366)" This reverts commit 66de2f3924a479049fce2d5c5c6b579cacbd3e49. * Fix orientation availability in centerpoint Signed-off-by: wep21 <[email protected]> * fix test_trajectory.cpp * add target link libraries * Use .auto msg in test code for planniing evaluator Signed-off-by: wep21 <[email protected]> * fix include Signed-off-by: wep21 <[email protected]> Co-authored-by: Takayuki Murooka <[email protected]> Co-authored-by: autoware-iv-sync-ci[bot] <87871706+autoware-iv-sync-ci[bot]@users.noreply.github.com> Co-authored-by: taikitanaka3 <[email protected]> Co-authored-by: taikitanaka <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]> Co-authored-by: Takeshi Miura <[email protected]> Co-authored-by: Takeshi Ishita <[email protected]> Co-authored-by: Satoshi OTA <[email protected]> Co-authored-by: Makoto Kurihara <[email protected]> Co-authored-by: purewater0901 <[email protected]> Co-authored-by: tkimura4 <[email protected]> Co-authored-by: Kazuki Miyahara <[email protected]> Co-authored-by: Yukihiro Saito <[email protected]> Co-authored-by: Fumiya Watanabe <[email protected]> Co-authored-by: Takagi, Isamu <[email protected]> Co-authored-by: Sugatyon <[email protected]> Co-authored-by: s-murakami-esol <[email protected]> Co-authored-by: Yusuke Muramatsu <[email protected]> Co-authored-by: Maxime CLEMENT <[email protected]> Co-authored-by: Shunsuke Miura <[email protected]> Co-authored-by: Shinnosuke Hirakawa <[email protected]> Co-authored-by: Akihito OHSATO <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> * [autoware_auto_perception_rviz_plugin]fix bug (autowarefoundation#721) * fix perception_marker * fix missing commit * apply format * patch for PR721 (autowarefoundation#722) * fix id_map erase operation * fix code to use c++11 function * update tracked_objects_display * fix bug Co-authored-by: Taichi Higashide <[email protected]> * fix rviz plugin (autowarefoundation#743) * move plugin packages * add ignore file to apply pre-commit Co-authored-by: mitsudome-r <[email protected]> Co-authored-by: Servando <[email protected]> Co-authored-by: Nikolai Morin <[email protected]> Co-authored-by: Ryohsuke Mitsudome <[email protected]> Co-authored-by: nik-tier4 <[email protected]> Co-authored-by: Daisuke Nishimatsu <[email protected]> Co-authored-by: Yukihiro Saito <[email protected]> Co-authored-by: Kazuki Miyahara <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]> Co-authored-by: Takagi, Isamu <[email protected]> Co-authored-by: Makoto Tokunaga <[email protected]> Co-authored-by: Adam Dąbrowski <[email protected]> Co-authored-by: Keisuke Shima <[email protected]> Co-authored-by: Takayuki Murooka <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> Co-authored-by: wep21 <[email protected]> Co-authored-by: Keisuke Shima <[email protected]> Co-authored-by: pre-commit <[email protected]> Co-authored-by: Hiroki OTA <[email protected]> Co-authored-by: kyoichi sugahara <[email protected]> Co-authored-by: taikitanaka3 <[email protected]> Co-authored-by: Takayuki Murooka <[email protected]> Co-authored-by: Takeshi Miura <[email protected]> Co-authored-by: Taichi Higashide <[email protected]> Co-authored-by: Yunus Emre Caliskan <[email protected]> Co-authored-by: Christopher Ho <[email protected]> Co-authored-by: MIURA Yasuyuki <[email protected]> Co-authored-by: Jit Ray Chowdhury <[email protected]> Co-authored-by: Joshua Whitley <[email protected]> Co-authored-by: Juan Pablo Samper <[email protected]> Co-authored-by: Jilada Eccleston <[email protected]> Co-authored-by: Frederik Beaujean <[email protected]> Co-authored-by: Vincent Richard <[email protected]> Co-authored-by: Gowtham <[email protected]> Co-authored-by: Nikolai Morin <[email protected]> Co-authored-by: Igor Bogoslavskyi <[email protected]> Co-authored-by: autoware-iv-sync-ci[bot] <87871706+autoware-iv-sync-ci[bot]@users.noreply.github.com> Co-authored-by: taikitanaka <[email protected]> Co-authored-by: Takeshi Ishita <[email protected]> Co-authored-by: Satoshi OTA <[email protected]> Co-authored-by: Makoto Kurihara <[email protected]> Co-authored-by: purewater0901 <[email protected]> Co-authored-by: Fumiya Watanabe <[email protected]> Co-authored-by: Sugatyon <[email protected]> Co-authored-by: s-murakami-esol <[email protected]> Co-authored-by: Yusuke Muramatsu <[email protected]> Co-authored-by: Maxime CLEMENT <[email protected]> Co-authored-by: Shunsuke Miura <[email protected]> Co-authored-by: Shinnosuke Hirakawa <[email protected]> Co-authored-by: Akihito OHSATO <[email protected]>
* release v0.4.0 * pointcloud_map_path form autoware_launch as optional (autowarefoundation#45) * pointcloud_map_path form autoware_launch as optional * add lanelet2_map_path * use map_file argments under map_path * Fix unnecessary "default" tag to "value" Signed-off-by: Kenji Miyake <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> * add some dependencies (autowarefoundation#54) * Add some scenario-simulation specifiec parameters as arguments (autowarefoundation#57) * Add some scenario-simulation specifiec parameters as arguments * Update arg to pass 'initial_engage_state' to simple_planning_simulator * Add new optional argument 'rviz_args' * Rename some roslaunch arguments * Remove unneeded arguments * Fix typo (autowarefoundation#63) Signed-off-by: Kenji Miyake <[email protected]> * add obstacle avoid param (autowarefoundation#62) * Logging simulator (autowarefoundation#65) * Add logging_simulator.launch Signed-off-by: Daisuke Nishimatsu <[email protected]> * Don't load env when launch driver is false Signed-off-by: Daisuke Nishimatsu <[email protected]> * Launch vehicle description in logging simulator (autowarefoundation#67) Signed-off-by: Daisuke Nishimatsu <[email protected]> * add autoware api launcher (autowarefoundation#64) * add blocked by obstacle (autowarefoundation#68) * Fix turn signal topic name (autowarefoundation#75) * Revert "Fix turn signal topic name (autowarefoundation#75)" (autowarefoundation#76) This reverts commit f384b9f7b2e59b7f048926e7eb0fe7c936f5cd3b. * Fix namespace in autoware.rviz (autowarefoundation#78) * Fix/turn signal topic name (autowarefoundation#77) * removed ROS1 package Signed-off-by: mitsudome-r <[email protected]> * Revert "removed ROS1 package" This reverts commit 1e33e7e3f3e839bcdf623f9e3b4b6a14dd4ec35a. * add COLCON_IGNORE file to all ROS1 packages Signed-off-by: mitsudome-r <[email protected]> * rename *.launch files to *.launch.xml Signed-off-by: mitsudome-r <[email protected]> * Ros2 port autoware launch (autowarefoundation#35) * [autoware_launch] port CMakelists.txt and remove COLCON_IGNORE Signed-off-by: mitsudome-r <[email protected]> * [autoware_launch] fix planning_simulator.launch.xml Signed-off-by: mitsudome-r <[email protected]> * [autoware_launch] add rviz config Signed-off-by: mitsudome-r <[email protected]> * [autoware_launch] first port of autoware_launch Signed-off-by: mitsudome-r <[email protected]> * lanuch rviz with config file Signed-off-by: kosuke murakami <[email protected]> * modify launch file for making psim work Signed-off-by: kosuke murakami <[email protected]> * add vehicle model in launch Signed-off-by: kosuke murakami <[email protected]> * change from vehicle_model to vehicle_param_file Signed-off-by: kosuke murakami <[email protected]> * [autoware_launch] add autoware_web_controller and system launch Signed-off-by: mitsudome-r <[email protected]> * add rosbrdige_suite to build_depends.repos Signed-off-by: mitsudome-r <[email protected]> * Update rviz Signed-off-by: wep21 <[email protected]> * update autoware.rviz Signed-off-by: mitsudome-r <[email protected]> * remove autoware_ros2.rviz Signed-off-by: mitsudome-r <[email protected]> Co-authored-by: kosuke murakami <[email protected]> Co-authored-by: wep21 <[email protected]> * Update rviz config for vehicle rviz plugins (autowarefoundation#41) Signed-off-by: wep21 <[email protected]> * Ros2 v0.8.0 fix packages (autowarefoundation#64) * add vehicle_param_file to simple planning simulator * add vehicle_param_file to lane change planner * Rename ROS-related .yaml to .param.yaml (autowarefoundation#65) * Rename ROS-related .yaml to .param.yaml Signed-off-by: Kenji Miyake <[email protected]> * Add missing '--' Signed-off-by: Kenji Miyake <[email protected]> * Rename vehicle_info.yaml to vehicle_info.param.yaml Signed-off-by: Kenji Miyake <[email protected]> * Fix livox param name Signed-off-by: Kenji Miyake <[email protected]> * Ros2 v0.8.0 autoware launch (autowarefoundation#58) * [autoware_launch] ros2-porting: v0.5.0 to v0.8.0 Signed-off-by: Takamasa Horibe <[email protected]> * Cleanup autoware and logging simulator launch * Add .xml extention * Fix missing arguments * Fix tag * Fix web controller launch Signed-off-by: wep21 <[email protected]> * Update rviz Signed-off-by: wep21 <[email protected]> * [autoware_launch] Fix yaml name Signed-off-by: wep21 <[email protected]> * [autoware_launch] Cleanup dependencies Signed-off-by: wep21 <[email protected]> Co-authored-by: wep21 <[email protected]> * [autoware_launch]: Fix missing arguments (autowarefoundation#66) Signed-off-by: Autoware <[email protected]> Co-authored-by: Autoware <[email protected]> * Ros2 update v0.9.0 (autowarefoundation#67) * Add pose history into rviz config Signed-off-by: wep21 <[email protected]> * add blocked by obstacle option (autowarefoundation#164) * fix tab name (autowarefoundation#166) * disenable ndt visualization (autowarefoundation#169) * disenable ndt visualization * change alpha * dont visualize position covariance Signed-off-by: wep21 <[email protected]> * change global frame to map (autowarefoundation#171) * add param (autowarefoundation#156) Co-authored-by: taikitanaka3 <[email protected]> Co-authored-by: Taichi Higashide <[email protected]> Co-authored-by: Yukihiro Saito <[email protected]> Co-authored-by: tkimura4 <[email protected]> * Sync with Ros2 v0.8.0 beta (autowarefoundation#71) * update sensing launch to support aip_x1 (autowarefoundation#69) Signed-off-by: taichiH <[email protected]> * fix logging_simulator_bug (autowarefoundation#68) Signed-off-by: taichiH <[email protected]> * fix aip_x1 param (autowarefoundation#70) Signed-off-by: taichiH <[email protected]> Co-authored-by: Taichi Higashide <[email protected]> * temporary disable steering angle plugin to avoid RVIZ2 to crash (autowarefoundation#76) Signed-off-by: mitsudome-r <[email protected]> * fix rviz settings (autowarefoundation#77) * Points -> Squares * disable road_lanelets * visualize path of dynamic object * fix durability policy of route_marker * fix topic name * fix topic name of check point * fix some options about object * add clock_publisher and autoware_version (autowarefoundation#79) * add clock_publisher and autoware_version Signed-off-by: mitsudome-r <[email protected]> * update package.xml Signed-off-by: mitsudome-r <[email protected]> * update build_depends.repos Signed-off-by: mitsudome-r <[email protected]> * fix CI Signed-off-by: mitsudome-r <[email protected]> * Fix typo in rviz config (autowarefoundation#80) Signed-off-by: wep21 <[email protected]> * fixed typo and added AW_ROS2_USE_SIM_TIME setting (autowarefoundation#81) Co-authored-by: hosokawa <[email protected]> * Fix point size in rviz (autowarefoundation#84) Signed-off-by: wep21 <[email protected]> * Use sensor data qos for pointcloud (autowarefoundation#82) Signed-off-by: Autoware <[email protected]> Co-authored-by: Autoware <[email protected]> * Ros2 fix topic name part1 (autowarefoundation#83) * Fix topic name for behavior_velocity_planner Signed-off-by: Takagi, Isamu <[email protected]> * Fix topic name of lane_change_planner Signed-off-by: Takagi, Isamu <[email protected]> * Fix topic name of freespace_planner Signed-off-by: Takagi, Isamu <[email protected]> * Fix topic name for freespace_planner Signed-off-by: Takagi, Isamu <[email protected]> * Fix various typos in launch files (autowarefoundation#97) * add use_sim-time option (autowarefoundation#99) * Format launch files (autowarefoundation#178) Signed-off-by: Kenji Miyake <[email protected]> * Replace doc by description (autowarefoundation#182) Signed-off-by: Kenji Miyake <[email protected]> * Sync public repo (autowarefoundation#185) * add tier4 usbcam (autowarefoundation#104) * add tier4 usbcam * change version * tier4/ros2 * Ros2 vehicle info param server (autowarefoundation#96) * add vehicle info param server * delete vehicle param file Co-authored-by: taikitanaka <[email protected]> * Ros2 fix topic name part2 (autowarefoundation#89) * Fix topic name for traffic_light_classifier Signed-off-by: Takagi, Isamu <[email protected]> * Fix topic name for traffic_light_visualization Signed-off-by: Takagi, Isamu <[email protected]> * Fix topic name for traffic_light_ssd_fine_detector Signed-off-by: Takagi, Isamu <[email protected]> Co-authored-by: taikitanaka3 <[email protected]> Co-authored-by: tkimura4 <[email protected]> Co-authored-by: taikitanaka <[email protected]> Co-authored-by: Takagi, Isamu <[email protected]> * Ros2 lsim test (autowarefoundation#186) * Add group to launch file for var scope Signed-off-by: Takagi, Isamu <[email protected]> * Remove pointcloud relay for localization Signed-off-by: Takagi, Isamu <[email protected]> * Add use_sim_time Signed-off-by: Takagi, Isamu <[email protected]> * Remove pointcloud relay for localization Signed-off-by: Takagi, Isamu <[email protected]> Co-authored-by: Takagi, Isamu <[email protected]> * Add vehicle info param server into logging simulator (autowarefoundation#194) Signed-off-by: wep21 <[email protected]> * Use set_parameter for use_sim_time (autowarefoundation#198) * Use set_parameter for use_sim_time Signed-off-by: wep21 <[email protected]> * Add default parameter for scenario simulator Signed-off-by: wep21 <[email protected]> * Add control composed launch (autowarefoundation#201) Signed-off-by: wep21 <[email protected]> * add param for psim v2 (autowarefoundation#197) * add param for psim v2 Signed-off-by: kosuke murakami <[email protected]> * Update to pass var 'scenario_simulation' to dummy_perception_publisher * Update dummy_perception_publisher's arg-name Co-authored-by: yamacir-kit <[email protected]> * Feature/porting v0.9.1 master (autowarefoundation#202) * add simulation arg (autowarefoundation#174) * add simulation arg * add comment * change arg name * add parameter use_empty_dynamic_object_publisher into perception.launch (autowarefoundation#176) Signed-off-by: Azumi Suzuki <[email protected]> Co-authored-by: Yusuke FUJII <[email protected]> Co-authored-by: s-azumi <[email protected]> * Add vehicle info launch for setting vehicle info param (autowarefoundation#199) * Add vehicle info launch for setting vehicle info param Signed-off-by: wep21 <[email protected]> * Add comment for global parameters section Signed-off-by: wep21 <[email protected]> * Fix year and apply format Signed-off-by: Kenji Miyake <[email protected]> * Remove ready vehicle info param Signed-off-by: wep21 <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> * Remove vehicle info param server from logging simulator (autowarefoundation#211) Signed-off-by: wep21 <[email protected]> * Add map.launch.py (autowarefoundation#212) * Add map.launch.py Signed-off-by: wep21 <[email protected]> * Update map.launch.xml Signed-off-by: wep21 <[email protected]> * Rename parameter for lanelet2 map path Signed-off-by: wep21 <[email protected]> * Exclude dummy_perception_publisher.launch.xml if is scenario_simulation (autowarefoundation#230) * Remove clock publisher (autowarefoundation#217) Signed-off-by: wep21 <[email protected]> * Fixup for autowarefoundation#217 (autowarefoundation#254) * Fixup for autowarefoundation#217 Signed-off-by: Kenji Miyake <[email protected]> * Fix typo Signed-off-by: Kenji Miyake <[email protected]> * Add global_params.launch.py (autowarefoundation#260) Signed-off-by: Kenji Miyake <[email protected]> * Add time panel (autowarefoundation#233) * Move global_params.launch.py and vehicle_info.launch.py to autoware_global_parameter_loader (autowarefoundation#282) * Move global_params.launch.py and vehicle_info.launch.py to autoware_global_parameter_loader Signed-off-by: Kenji Miyake <[email protected]> * Add exec_depend Signed-off-by: Kenji Miyake <[email protected]> * add descriptions for autoware_launch autowarefoundation#329 * add README.md and svg files (autowarefoundation#328) * add md and svg * fix typo * fix typo * fix word * fix typo * add lack of things * Update README * fix depending packages * fix word * Add autoware api (autowarefoundation#376) * Add external api adaptor (autowarefoundation#267) * Add external api adaptor * Add api adaptor to logging simulator Signed-off-by: Takagi, Isamu <[email protected]> * Add engage status output Signed-off-by: Takagi, Isamu <[email protected]> * Add internal api adaptor (autowarefoundation#273) Signed-off-by: Takagi, Isamu <[email protected]> * Add map hash generator (autowarefoundation#319) Signed-off-by: Takagi, Isamu <[email protected]> * Add autoware api launch (autowarefoundation#326) * Add autoware api launch Signed-off-by: Takagi, Isamu <[email protected]> * Apply autoware api launch Signed-off-by: Takagi, Isamu <[email protected]> * Add deprecated comment Signed-off-by: Takagi, Isamu <[email protected]> * Remove unused parameter (autowarefoundation#325) Signed-off-by: Takagi, Isamu <[email protected]> * Add api parameter (autowarefoundation#341) Signed-off-by: Takagi, Isamu <[email protected]> * Add start request API (autowarefoundation#321) * Add use start request option Signed-off-by: Takagi, Isamu <[email protected]> * Fix lint Signed-off-by: Takagi, Isamu <[email protected]> * Feature external cmd selector heartbeat (autowarefoundation#356) * Rename external command topic Signed-off-by: Takagi, Isamu <[email protected]> * Modify command topic name Signed-off-by: Takagi, Isamu <[email protected]> * Fix topic name Signed-off-by: Takagi, Isamu <[email protected]> * Rename remote_cmd_converter Signed-off-by: Takagi, Isamu <[email protected]> * Remove gate mode from external command Signed-off-by: Takagi, Isamu <[email protected]> * Fix latest external command name (autowarefoundation#361) Signed-off-by: Takagi, Isamu <[email protected]> * Fix merge conflict Signed-off-by: Takagi, Isamu <[email protected]> * change external traffic light topic name in behavior velocity planner (autowarefoundation#310) * fix topic * change internal topic name Co-authored-by: yabuta <[email protected]> * Feature/add virtual traffic light planner (autowarefoundation#317) * Move autoware api launch files (autowarefoundation#387) * Fix misspell in rviz config (autowarefoundation#392) Signed-off-by: Takagi, Isamu <[email protected]> * update rviz config (autowarefoundation#399) * update rviz config * update config * Fix pre-commit (autowarefoundation#407) * Fix pre-commit errors Signed-off-by: Kenji Miyake <[email protected]> * Fix package.xml Signed-off-by: Kenji Miyake <[email protected]> * Add polar grid into rviz config (autowarefoundation#458) * Add simulator_launch package (autowarefoundation#459) * Add simulator_launch package * add argument * fix depend order * add argument * move dummy_perception_publisher * add arg for dummy_perception_publisher * Update simulator_launch/launch/simulator.launch.xml Co-authored-by: Kenji Miyake <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> * add steering angle (autowarefoundation#476) * Move simple_planning_simulator to simulator_launch (autowarefoundation#462) * move simple_planning_simulator * add simulation arg to logging_simulator.launch * delete unused argument * add arguments for logging simulation * change default value * update README * add default value to simulator arg * restore vehicle_simulation arg * Add sensor_model to system_launch (autowarefoundation#480) Signed-off-by: Kenji Miyake <[email protected]> * hide traffic light id by default (autowarefoundation#286) Co-authored-by: satoshi-ota <[email protected]> * Feature/porting behavior path planner (autowarefoundation#300) * modify behavior_planning launch for behavior_path_planner with lane_c… (autowarefoundation#239) * modify behavior_planning launch for behavior_path_planner with lane_change_only config Signed-off-by: Takamasa Horibe <[email protected]> * remove avoidance & side_shift related code Signed-off-by: Takamasa Horibe <[email protected]> * Fix launcher and add config files and change obstacle avoid param * Add new line * Fix visualization and remove multiple args * Enable auto approve path change Co-authored-by: rej55 <[email protected]> Signed-off-by: wep21 <[email protected]> * add param in behavior_path_planner (autowarefoundation#255) Signed-off-by: Takamasa Horibe <[email protected]> * Fix param (autowarefoundation#251) * Fix typo Signed-off-by: wep21 <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]> Co-authored-by: rej55 <[email protected]> * update rviz config & planner params (autowarefoundation#305) Co-authored-by: satoshi-ota <[email protected]> * Feature/porting occlusion spot (autowarefoundation#309) * add occulusion_spot marker (autowarefoundation#266) * add blindspot marker * to occlusion spot slow down * remove debug info from marker (autowarefoundation#287) * remove debug info from marker * remove debug arrow * fix format * update behavior launch * apply pep8 * fix format Co-authored-by: taikitanaka3 <[email protected]> * Feature/porting camera lidar fusion (autowarefoundation#316) * Feature/camera lidar fusion (autowarefoundation#248) * change camera lidar fusion node * change default mode of object recognition * change spilit range parameter from 10 to 30 (autowarefoundation#272) Co-authored-by: Yukihiro Saito <[email protected]> * add underscore to marker namespace (autowarefoundation#323) Co-authored-by: satoshi-ota <[email protected]> * Feature/hide verbose marker (autowarefoundation#322) * tmp : enable slow down * hide verbose markers * Revert "tmp : enable slow down" This reverts commit 5ad32c5903866d9cf946cc47b0b35cefa359d502. * update rviz tool bar Co-authored-by: satoshi-ota <[email protected]> * update rviz config ( add shoulder road lanelets ) (autowarefoundation#420) * update rviz config * Apply suggestions from code review * Apply suggestions from code review * Apply suggestions from code review * Fix for pre-commit (437) Signed-off-by: Kenji Miyake <[email protected]> * Change formatter to black (autowarefoundation#488) * Update pre-commit settings * Apply Black * Replace ament_lint_common with autoware_lint_common * Update build_depends.repos * Fix build_depends * Auto/fix launch (autowarefoundation#110) * fix namespace * remove dynamic_object_visualization * fix rviz * change topic name for rviz plugin (autowarefoundation#114) * Auto/launcher ground segmentation (autowarefoundation#117) * add base line launch * add ground_segmentation launcher * run pre-commit * clean up * fix coding style * fix topic name * fix yaml params * fix loader name * rename components * improve implementation * Sync .auto branch with the latest branch in internal repository (autowarefoundation#120) * Disbale intersection polygon marker (autowarefoundation#483) Signed-off-by: wep21 <[email protected]> * Merge pull request autowarefoundation#384 from tier4/feature/no_stopping_area Feature/no stopping area Signed-off-by: Kenji Miyake <[email protected]> Co-authored-by: Daisuke Nishimatsu <[email protected]> Co-authored-by: taikitanaka3 <[email protected]> * fix turn signal to indicators (autowarefoundation#123) * fix no ground points topic name (autowarefoundation#125) * support x1 perception config (autowarefoundation#129) * support x1 perception config * remove product config * update launch.py * maintain some filters params in yaml file * add function to create elevation map pipeline * add param to yaml * fix/rviz perception config (autowarefoundation#138) * fix/rename segmentation namespace (autowarefoundation#139) * fix namespace: rviz config * fix namespace: planning stack * rename segmentatino directory * fix namespace: perception stack * fix/add arg in order to disable dummy_perception_publisher from command line (autowarefoundation#144) * change topic name for predicted trajectory (autowarefoundation#145) * feature/use common pointcloud container (autowarefoundation#147) * add container argument * load composable node to pointcloud_container * fix autoware_launch * enable multi-thread * improve readability * add vehicle_info_param_file Signed-off-by: tomoya.kimura <[email protected]> * ci(pre-commit): autofix * fix launch files and remove api launch Signed-off-by: tomoya.kimura <[email protected]> * ci(pre-commit): autofix * add initial pose relay Signed-off-by: tomoya.kimura <[email protected]> Co-authored-by: mitsudome-r <[email protected]> Co-authored-by: hiroyuki obinata <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> Co-authored-by: Yamasaki Tatsuya <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> Co-authored-by: Kosuke Murakami <[email protected]> Co-authored-by: Daisuke Nishimatsu <[email protected]> Co-authored-by: Fumiya Watanabe <[email protected]> Co-authored-by: Ryohsuke Mitsudome <[email protected]> Co-authored-by: wep21 <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]> Co-authored-by: Autoware <[email protected]> Co-authored-by: taikitanaka3 <[email protected]> Co-authored-by: Taichi Higashide <[email protected]> Co-authored-by: Yukihiro Saito <[email protected]> Co-authored-by: HOSOKAWA Ikuto <[email protected]> Co-authored-by: hosokawa <[email protected]> Co-authored-by: Takagi, Isamu <[email protected]> Co-authored-by: Kazuki Miyahara <[email protected]> Co-authored-by: taikitanaka <[email protected]> Co-authored-by: Takagi, Isamu <[email protected]> Co-authored-by: Keisuke Shima <[email protected]> Co-authored-by: Yusuke FUJII <[email protected]> Co-authored-by: s-azumi <[email protected]> Co-authored-by: Hiroki OTA <[email protected]> Co-authored-by: yabuta <[email protected]> Co-authored-by: Keisuke Shima <[email protected]> Co-authored-by: Satoshi OTA <[email protected]> Co-authored-by: satoshi-ota <[email protected]> Co-authored-by: Takeshi Miura <[email protected]> Co-authored-by: Sugatyon <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* release v0.4.0 * Use MkDocs to generate the documentation (autowarefoundation#1346) * Use MkDocs to generate the documentation * Serach all docs source files under the root directory * Add space Co-authored-by: Kenji Miyake <[email protected]> * Fix layout errors and 404 in the generated documentation (autowarefoundation#1348) * Specify the site_url to prevent layout errors * Add README.md since the top-level file could not be generated * Change the MathJax URL since the current one will be deprecated Signed-off-by: Kenji Miyake <[email protected]> Co-authored-by: IshitaTakeshi <[email protected]> * adding css and favicons (autowarefoundation#1452) * adding css and favicons Signed-off-by: Masaya Kataoka <[email protected]> * Update tierivcolor.css * Rename CSS Signed-off-by: Kenji Miyake <[email protected]> * Don't remove css files Signed-off-by: Kenji Miyake <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> * Add dependabot (autowarefoundation#1561) * add dependabot * add pull request limit * Change nested_indent for mkdocs (autowarefoundation#1639) * Change nested_indent for mkdocs Signed-off-by: Kenji Miyake <[email protected]> * Fix a lint issue Signed-off-by: Kenji Miyake <[email protected]> * Add "/" to documentation URL Signed-off-by: Kenji Miyake <[email protected]> * Add pre-commit (autowarefoundation#1560) * add pre-commit * add pre-commit-config * add additional settings for private repository * use default pre-commit-config * update pre-commit setting * Ignore whitespace for line breaks in markdown * Update .github/workflows/pre-commit.yml Co-authored-by: Kazuki Miyahara <[email protected]> * exclude svg * remove pretty-format-json * add double-quote-string-fixer * consider COLCON_IGNORE file when seaching modified package * format file * pre-commit fixes * Update pre-commit.yml * Update .pre-commit-config.yaml Co-authored-by: Kazuki Miyahara <[email protected]> Co-authored-by: pre-commit <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> * Add markdownlint and prettier (autowarefoundation#1661) * Add markdownlint and prettier Signed-off-by: Kenji Miyake <[email protected]> * Ignore .param.yaml Signed-off-by: Kenji Miyake <[email protected]> * Apply format Signed-off-by: Kenji Miyake <[email protected]> * Fix MD029 (autowarefoundation#1813) Signed-off-by: Kenji Miyake <[email protected]> * Invoke code formatter at pre-commit (autowarefoundation#1935) * Run ament_uncrustify at pre-commit * Reformat existing files * Fix copyright and cpplint errors Signed-off-by: Kenji Miyake <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> * 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 * Add shellcheck (autowarefoundation#2079) * Add shellcheck Signed-off-by: Kenji Miyake <[email protected]> * Fix shellcheck Signed-off-by: Kenji Miyake <[email protected]> * update pre-commit-hooks-ros to v0.2.0 (autowarefoundation#2137) * Auto-update pre-commit hooks (autowarefoundation#2138) Co-authored-by: KeisukeShima <[email protected]> * Auto-update pre-commit hooks (autowarefoundation#2146) * Auto-update pre-commit hooks * Update update-pre-commit.yml Co-authored-by: kenji-miyake <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> * Add markdown-link-check pre-commit (autowarefoundation#2215) * add markdown-lint-check pre-commit * delete files argument * add optional hook * modify comment * add comment * delete hook * add retry option * add option * add files arg * Fix links in hdd_reader.md Signed-off-by: Kenji Miyake <[email protected]> * Ignore 403 Signed-off-by: Kenji Miyake <[email protected]> * Ignore tier4 github url Signed-off-by: Kenji Miyake <[email protected]> * Update link Signed-off-by: Kenji Miyake <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> * Auto-update pre-commit hooks (autowarefoundation#2323) Co-authored-by: kenji-miyake <[email protected]> * ignore .swp file (autowarefoundation#1833) * Add settings for new formatters (autowarefoundation#2330) * Update .pre-commit-config.yaml Signed-off-by: Kenji Miyake <[email protected]> * Ignore .cu for cpplint Signed-off-by: Kenji Miyake <[email protected]> * Update .clang-format Signed-off-by: Kenji Miyake <[email protected]> * Add setup.cfg Signed-off-by: Kenji Miyake <[email protected]> * Add CPPLINT.cfg Signed-off-by: Kenji Miyake <[email protected]> * Add autoware-lint-common Signed-off-by: Kenji Miyake <[email protected]> * Remove unnecessary part Signed-off-by: Kenji Miyake <[email protected]> * Add includeorder=standardcfirst Signed-off-by: Kenji Miyake <[email protected]> * Use clang-format-12 Signed-off-by: Kenji Miyake <[email protected]> * Add IncludeCategories to clang-format Signed-off-by: Kenji Miyake <[email protected]> * Remove unnecessary file Signed-off-by: Kenji Miyake <[email protected]> * Temporarily comment out pre-commit hooks Signed-off-by: Kenji Miyake <[email protected]> * Fix indent miss Signed-off-by: Kenji Miyake <[email protected]> * Change include order rule and ignore build/include_order in cpplint Signed-off-by: Kenji Miyake <[email protected]> * Change formatter to clang-format and black (autowarefoundation#2332) * Revert "Temporarily comment out pre-commit hooks" This reverts commit 748e9cdb145ce12f8b520bcbd97f5ff899fc28a3. * Replace ament_lint_common with autoware_lint_common Signed-off-by: Kenji Miyake <[email protected]> * Remove ament_cmake_uncrustify and ament_clang_format Signed-off-by: Kenji Miyake <[email protected]> * Apply Black Signed-off-by: Kenji Miyake <[email protected]> * Apply clang-format Signed-off-by: Kenji Miyake <[email protected]> * Fix build errors Signed-off-by: Kenji Miyake <[email protected]> * Fix for cpplint * Fix include double quotes to angle brackets Signed-off-by: Kenji Miyake <[email protected]> * Apply clang-format Signed-off-by: Kenji Miyake <[email protected]> * Fix build errors Signed-off-by: Kenji Miyake <[email protected]> * Back port .auto control packages (autowarefoundation#571) * Implement Lateral and Longitudinal Control Muxer * [autowarefoundation#570] Porting wf_simulator * [autowarefoundation#1189] Deactivate flaky test in 'trajectory_follower_nodes' * [autowarefoundation#1189] Fix flacky test in 'trajectory_follower_nodes/latlon_muxer' * [autowarefoundation#1057] Add osqp_interface package * [autowarefoundation#1057] Add library code for MPC-based lateral control * [autowarefoundation#1271] Use std::abs instead of abs * [autowarefoundation#1057] Implement Lateral Controller for Cargo ODD * [autowarefoundation#1246] Resolve "Test case names currently use snake_case but should be CamelCase" * [autowarefoundation#1325] Deactivate flaky smoke test in 'trajectory_follower_nodes' * [autowarefoundation#1058] Add library code of longitudinal controller * Fix build error for trajectory follower Signed-off-by: wep21 <[email protected]> * Fix build error for trajectory follower nodes Signed-off-by: wep21 <[email protected]> * [autowarefoundation#1272] Add AckermannControlCommand support to simple_planning_simulator * [autowarefoundation#1058] Add Longitudinal Controller node * [autowarefoundation#1058] Rename velocity_controller -> longitudinal_controller * [autowarefoundation#1058] Update CMakeLists.txt for the longitudinal_controller_node * [autowarefoundation#1058] Add smoke test python launch file * [autowarefoundation#1058] Use LowPassFilter1d from trajectory_follower * [autowarefoundation#1058] Use autoware_auto_msgs * [autowarefoundation#1058] Changes for .auto (debug msg tmp fix, common func, tf listener) * [autowarefoundation#1058] Remove unused parameters * [autowarefoundation#1058] Fix ros test * [autowarefoundation#1058] Rm default params from declare_parameters + use autoware types * [autowarefoundation#1058] Use default param file to setup NodeOptions in the ros test * [autowarefoundation#1058] Fix docstring * [autowarefoundation#1058] Replace receiving a Twist with a VehicleKinematicState * [autowarefoundation#1058] Change class variables format to m_ prefix * [autowarefoundation#1058] Fix plugin name of LongitudinalController in CMakeLists.txt * [autowarefoundation#1058] Fix copyright dates * [autowarefoundation#1058] Reorder includes * [autowarefoundation#1058] Add some tests (~89% coverage without disabling flaky tests) * [autowarefoundation#1058] Add more tests (90+% coverage without disabling flaky tests) * [autowarefoundation#1058] Use Float32MultiArrayDiagnostic message for debug and slope * [autowarefoundation#1058] Calculate wheel_base value from vehicle parameters * [autowarefoundation#1058] Cleanup redundant logger setting in tests * [autowarefoundation#1058] Set ROS_DOMAIN_ID when running tests to prevent CI failures * [autowarefoundation#1058] Remove TF listener and use published vehicle state instead * [autowarefoundation#1058] Change smoke tests to use autoware_testing * [autowarefoundation#1058] Add plotjuggler cfg for both lateral and longitudinal control * [autowarefoundation#1058] Improve design documents * [autowarefoundation#1058] Disable flaky test * [autowarefoundation#1058] Properly transform vehicle state in longitudinal node * [autowarefoundation#1058] Fix TF buffer of lateral controller * [autowarefoundation#1058] Tuning of lateral controller for LGSVL * [autowarefoundation#1058] Fix formating * [autowarefoundation#1058] Fix /tf_static sub to be transient_local * [autowarefoundation#1058] Fix yaw recalculation of reverse trajs in the lateral controller * modify trajectory_follower for galactic build Signed-off-by: Takamasa Horibe <[email protected]> * [autowarefoundation#1379] Update trajectory_follower * [autowarefoundation#1379] Update simple_planning_simulator * [autowarefoundation#1379] Update trajectory_follower_nodes * apply trajectory msg modification in control Signed-off-by: Takamasa Horibe <[email protected]> * move directory Signed-off-by: Takamasa Horibe <[email protected]> * remote control/trajectory_follower level dorectpry Signed-off-by: Takamasa Horibe <[email protected]> * remove .iv trajectory follower Signed-off-by: Takamasa Horibe <[email protected]> * use .auto trajectory_follower Signed-off-by: Takamasa Horibe <[email protected]> * remove .iv simple_planning_simulator & osqp_interface Signed-off-by: Takamasa Horibe <[email protected]> * use .iv simple_planning_simulator & osqp_interface Signed-off-by: Takamasa Horibe <[email protected]> * add tmp_autoware_auto_dependencies Signed-off-by: Takamasa Horibe <[email protected]> * tmporally add autoware_auto_msgs Signed-off-by: Takamasa Horibe <[email protected]> * apply .auto message split Signed-off-by: Takamasa Horibe <[email protected]> * fix build depend Signed-off-by: Takamasa Horibe <[email protected]> * fix packages using osqp * fix autoware_auto_geometry * ignore lint of some packages * ignore ament_lint of some packages * ignore lint/pre-commit of trajectory_follower_nodes * disable unit tests of some packages Co-authored-by: Maxime CLEMENT <[email protected]> Co-authored-by: Joshua Whitley <[email protected]> Co-authored-by: Igor Bogoslavskyi <[email protected]> Co-authored-by: MIURA Yasuyuki <[email protected]> Co-authored-by: wep21 <[email protected]> Co-authored-by: tomoya.kimura <[email protected]> * 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 <[email protected]> * ignore testing Signed-off-by: Takamasa Horibe <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]> * adding autoware_auto_perception_rviz_plugin (autowarefoundation#574) * [152] Implement BoundingBoxArray rviz display plugin. * [285] Clear bounding box markers before adding new markers on new message * [274] Trajectory visualization plugin * raw types to sized type * ControllerTestingNode: added publish_state(), publish_trajectory(), no timer hack to start test, all init is init() * Squashed 'src/external/mpc/' changes from 8fc7cfdd..eaa5908b eaa5908b Merge branch 'input-weight-modify' into 'master' b9ee8e4f Update default mpc_controller_node parameters 8d15f49d Add weights to acceleration and steer controls; loosen simulation test case: git-subtree-dir: src/external/mpc git-subtree-split: eaa5908bdd987051a9dcd9c505f99bfd7f028547 * [autowarefoundation#404] apply ament_auto macro to autoware_rviz_plugins * Adding missing dependency on rviz2. * Squashed 'src/external/autoware_auto_msgs/' changes from 56550efd..f40970ea f40970ea Adding velocity_mps to VehicleControlCommand. git-subtree-dir: src/external/autoware_auto_msgs git-subtree-split: f40970ead34d36a695b432dc37accff9d67c17e2 * Update copyright headers to transfer ownership to Autoware Foundation Signed-off-by: Juan Pablo Samper <[email protected]> * Add CHANGELOG and update package versions for release Add CHANGELOG and update package versions for release * [autowarefoundation#286] Parameterize boundingbox colors from rviz - Add visualization colours via Qt * [autowarefoundation#813] use autoware_set_compile_options() for nearly all compiled tests - fix a few causes of warnings and disable warning flags as needed for other tests - set CXX_STANDARD strictly and only in a single place - add CMake flag `AUTOWARE_OPTIMIZATION_OF_SLOW_TARGETS`. Default: OFF - update building instructions and MR template - fix nasty initialization error of static constexpr member in `GenericState` of Kalman filter * [autowarefoundation#910] remove private compilation warning ignore flags * [autowarefoundation#900] Implement rviz plugin to visualize TrackedObjects * [autowarefoundation#1110] Implement rviz plugin for DetectedObjects msg * Resolve "Clarify meaning of pose in *ObjectKinematics messages" * [autowarefoundation#1221] Add co-developed entry to copyright * [autowarefoundation#1282] Fix double free in ObjectPolygonDisplayBase rviz plugin * [autowarefoundation#1355] Make DetectedObject shape corners be in object-local coordinates * porting AAP perception visualization from https://github.com/tier4/AutowareArchitectureProposal.iv/blob/main/perception/util/visualizer/dynamic_object_visualization/include/dynamic_object_visualization/dynamic_object_visualizer.hpp * rename to autoware_auto_perception_rviz_plugin * fix copyright * format code * fix typo * convert camel to snake case * Apply suggestions from code review Co-authored-by: Daisuke Nishimatsu <[email protected]> * change color * replace boost::optional to std::optional * add icons * set marker id to value corresponding to the upper 32 bits of uuid * format code * change motorsycle color * add uuid map to set marker id * format code * remove brief comment * fix lint error * fix include sort * format code * fix include * add autoware_auto_perception_rviz_plugin to pre commit excluded list Co-authored-by: Yunus Emre Caliskan <[email protected]> Co-authored-by: Christopher Ho <[email protected]> Co-authored-by: MIURA Yasuyuki <[email protected]> Co-authored-by: Jit Ray Chowdhury <[email protected]> Co-authored-by: Joshua Whitley <[email protected]> Co-authored-by: Juan Pablo Samper <[email protected]> Co-authored-by: Jilada Eccleston <[email protected]> Co-authored-by: Frederik Beaujean <[email protected]> Co-authored-by: Vincent Richard <[email protected]> Co-authored-by: Gowtham <[email protected]> Co-authored-by: Nikolai Morin <[email protected]> Co-authored-by: Igor Bogoslavskyi <[email protected]> Co-authored-by: Daisuke Nishimatsu <[email protected]> * style(prettier): change printWitdh Signed-off-by: Kenji Miyake <[email protected]> * chore: add empty build_depends.repos Signed-off-by: Kenji Miyake <[email protected]> * style: fix styles of .pre-commit-config.yaml Signed-off-by: Kenji Miyake <[email protected]> * docs(mkdocs): update settings Signed-off-by: Kenji Miyake <[email protected]> * chore: update .gitignore Signed-off-by: Kenji Miyake <[email protected]> * chore: update .markdown-link-check.json Signed-off-by: Kenji Miyake <[email protected]> * chore: update .pre-commit-config.yaml Signed-off-by: Kenji Miyake <[email protected]> Co-authored-by: mitsudome-r <[email protected]> Co-authored-by: Ishita Takeshi <[email protected]> Co-authored-by: Masaya Kataoka <[email protected]> Co-authored-by: Keisuke Shima <[email protected]> Co-authored-by: Kazuki Miyahara <[email protected]> Co-authored-by: pre-commit <[email protected]> Co-authored-by: autoware-iv-sync-ci[bot] <87871706+autoware-iv-sync-ci[bot]@users.noreply.github.com> Co-authored-by: KeisukeShima <[email protected]> Co-authored-by: kenji-miyake <[email protected]> Co-authored-by: Satoshi OTA <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]> Co-authored-by: Maxime CLEMENT <[email protected]> Co-authored-by: Joshua Whitley <[email protected]> Co-authored-by: Igor Bogoslavskyi <[email protected]> Co-authored-by: MIURA Yasuyuki <[email protected]> Co-authored-by: wep21 <[email protected]> Co-authored-by: tomoya.kimura <[email protected]> Co-authored-by: Maxime CLEMENT <[email protected]> Co-authored-by: Taichi Higashide <[email protected]> Co-authored-by: Yunus Emre Caliskan <[email protected]> Co-authored-by: Christopher Ho <[email protected]> Co-authored-by: Jit Ray Chowdhury <[email protected]> Co-authored-by: Juan Pablo Samper <[email protected]> Co-authored-by: Jilada Eccleston <[email protected]> Co-authored-by: Frederik Beaujean <[email protected]> Co-authored-by: Vincent Richard <[email protected]> Co-authored-by: Gowtham <[email protected]> Co-authored-by: Nikolai Morin <[email protected]> Co-authored-by: Daisuke Nishimatsu <[email protected]>
* release v0.4.0 * add use_object_recognition flag in dummy_perception_publisher (autowarefoundation#696) * remove ROS1 packages temporarily Signed-off-by: mitsudome-r <[email protected]> * add sample ros2 packages Signed-off-by: mitsudome-r <[email protected]> * remove ROS1 packages Signed-off-by: mitsudome-r <[email protected]> * Revert "remove ROS1 packages temporarily" This reverts commit 2e9822586a3539a32653e6bcd378715674b519ca. Signed-off-by: mitsudome-r <[email protected]> * add COLCON_IGNORE to ros1 packages Signed-off-by: mitsudome-r <[email protected]> * Rename launch files to launch.xml (autowarefoundation#28) * Port dummy_perception_publisher to ROS2 (autowarefoundation#90) * Port dummy_perception_publisher to ROS2 * Uncrustify * Lint * Copyright * Period * Further ament_cpplint fixes * Convert calls of Duration to Duration::from_seconds where appropriate (autowarefoundation#131) * Use quotes for includes where appropriate (autowarefoundation#144) * Use quotes for includes where appropriate * Fix lint tests * Make tests pass hopefully * adding linters to dummy_perception_publisher (autowarefoundation#220) * [dummy_perception_publisher] fix launch file and installation (autowarefoundation#215) * [dummy_perception_publisher] fix launch file and installation Signed-off-by: mitsudome-r <[email protected]> * Apply suggestions from code review Co-authored-by: Takamasa Horibe <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]> * reduce terminal ouput for better error message visibility (autowarefoundation#200) * reduce terminal ouput for better error message visibility Signed-off-by: mitsudome-r <[email protected]> * [costmap_generator] fix waiting for first transform Signed-off-by: mitsudome-r <[email protected]> * fix tests Signed-off-by: mitsudome-r <[email protected]> * fix test Signed-off-by: mitsudome-r <[email protected]> * modify launch file for making psim work (autowarefoundation#238) * modify launch file for making psim work Signed-off-by: kosuke murakami <[email protected]> * remove unnecesary ns Signed-off-by: kosuke murakami <[email protected]> * Ros2 v0.8.0 dummy perception publisher (autowarefoundation#286) * Remove "/" in frame_id (autowarefoundation#406) Signed-off-by: Kenji Miyake <[email protected]> * Fix transform (autowarefoundation#420) * Replace rclcpp::Time(0) by tf2::TimePointZero() in lookupTransform Signed-off-by: Kenji Miyake <[email protected]> * Fix canTransform Signed-off-by: Kenji Miyake <[email protected]> * Fix test Signed-off-by: Kenji Miyake <[email protected]> * add use_sim-time option (autowarefoundation#454) * Remove use_sim_time for set_parameter (autowarefoundation#1260) Signed-off-by: wep21 <[email protected]> * Diable dummy_perception_publisher if argument 'scenario_simulation' i… (autowarefoundation#1275) * Diable dummy_perception_publisher if argument 'scenario_simulation' is true * Rename argument to 'disable_dummy_perception_publisher_node' from 'scenario_simulation' * change theta step for obj point cloud (autowarefoundation#1280) * Revert changes of PR autowarefoundation#1275 (autowarefoundation#1377) * Add pre-commit (autowarefoundation#1560) * add pre-commit * add pre-commit-config * add additional settings for private repository * use default pre-commit-config * update pre-commit setting * Ignore whitespace for line breaks in markdown * Update .github/workflows/pre-commit.yml Co-authored-by: Kazuki Miyahara <[email protected]> * exclude svg * remove pretty-format-json * add double-quote-string-fixer * consider COLCON_IGNORE file when seaching modified package * format file * pre-commit fixes * Update pre-commit.yml * Update .pre-commit-config.yaml Co-authored-by: Kazuki Miyahara <[email protected]> Co-authored-by: pre-commit <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> * Fix dependency type of rosidl_default_generators (autowarefoundation#1801) * Fix dependency type of rosidl_default_generators Signed-off-by: Kenji Miyake <[email protected]> * Remove unnecessary depends Signed-off-by: Kenji Miyake <[email protected]> * Use ament_cmake_auto Signed-off-by: Kenji Miyake <[email protected]> * Fix -Wunused-parameter (autowarefoundation#1836) * Fix -Wunused-parameter Signed-off-by: Kenji Miyake <[email protected]> * Fix mistake Signed-off-by: Kenji Miyake <[email protected]> * fix spell * Fix lint issues Signed-off-by: Kenji Miyake <[email protected]> * Ignore flake8 warnings Signed-off-by: Kenji Miyake <[email protected]> Co-authored-by: Hiroki OTA <[email protected]> * fix topic namespace (autowarefoundation#2054) Signed-off-by: Azumi Suzuki <[email protected]> * add sort-package-xml hook in pre-commit (autowarefoundation#1881) * add sort xml hook in pre-commit * change retval to exit_status * rename * add prettier plugin-xml * use early return * add license note * add tier4 license * restore prettier * change license order * move local hooks to public repo * move prettier-xml to pre-commit-hooks-ros * update version for bug-fix * apply pre-commit * Feature/porting occlusion spot (autowarefoundation#1740) * Feature/occlusion_spot safety planner public road (autowarefoundation#1594) * add blind spot safety planner public road * remove duplicated procesing * remove unused private param * renaming fix typo add comments * fix spell check * velocity -> relative velocity * calc2d, To param, simplify search, To original * add the num possible collision gurd * computational cost reduction * Cosmetic change for PossibleCollisionInfo * add interpolation to possible collision value * refactor codes * fix details * invalid point gurd * To Param * refacotor to occlusion spot util * cosmetic change * clean up blindspot * To Occlusion Spot * revise readme * refactor drawing * for better explanation * fix velocity profile * clean up details * cosmetic change for debug marker * use max velocity in obstacle info instead * add gtest for Too Many Possible Collision case * change case * refactor readme * minor fix * add more occlusion spot explanation * replace svg * add gtest build path lanelet * hotfix lateral distance and searching method * update g test for lateral distance * use faster search * set more realistic param * add lanelet subtype highway * cosmetic change of reviews * add occlusion spot module in private area (autowarefoundation#1640) * add occlusion spot in private * For debugging change * add spline interpolation to path * add review changes * adding minor change * cosmetic change * Vector to retval * Blindspot To OcclusionSpot1 * To Occlusion Spot 2 * To Occlusions spot3 * update gtest with unified anchor * remove anchor * add test slice * simplify interpolation * Too Occlusion spot4 * add test buffer * To Occlusion spot * namespace gurd * correct slice and add interpolation first * handle self crossing with check for invation * to ros debug stream * removed unused interpolation * add readme to plant uml * cosmetic change * minor change * update readme * review change * change occlusion spot text color * To Offset no Throw * better debug marker * catch only inversion error * skip return in case of inversion * for better grid * simplify path lanelet at first * remove std::cout * for better path * limit ego path inside target lanelet location * remove last points * cosmetic change for markers * apply module for limited scene * fix interpolation gurd * for better params * do not includes path behind * remove dummy perception publisher * Revert "remove dummy perception publisher" This reverts commit 4acad985fe31dd9befaa21a16631495de6c3a117. * replace hard coded occupancy grid option in psim * remove respawn * add arg to params and remove redundunt launch * fix spell check * fix default value Co-authored-by: tkimura4 <[email protected]> * Feature/occlusion spot private slice size param (autowarefoundation#1703) * add min slice size * for a bit narrow lateral distance * Update planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner/config/occlusion_spot_param.yaml Co-authored-by: Maxime CLEMENT <[email protected]> Co-authored-by: Maxime CLEMENT <[email protected]> * Rename files Signed-off-by: wep21 <[email protected]> * Porting to ros2 Signed-off-by: wep21 <[email protected]> * pre-commit fixes Signed-off-by: wep21 <[email protected]> * Fix typo Signed-off-by: wep21 <[email protected]> * Fix launch namespace Co-authored-by: tkimura4 <[email protected]> * Fix parameter type Co-authored-by: tkimura4 <[email protected]> * Update planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner/src/scene_module/occlusion_spot/scene_occlusion_spot_in_private_road.cpp Co-authored-by: tkimura4 <[email protected]> Co-authored-by: taikitanaka3 <[email protected]> Co-authored-by: tkimura4 <[email protected]> Co-authored-by: Maxime CLEMENT <[email protected]> * Change formatter to clang-format and black (autowarefoundation#2332) * Revert "Temporarily comment out pre-commit hooks" This reverts commit 748e9cdb145ce12f8b520bcbd97f5ff899fc28a3. * Replace ament_lint_common with autoware_lint_common Signed-off-by: Kenji Miyake <[email protected]> * Remove ament_cmake_uncrustify and ament_clang_format Signed-off-by: Kenji Miyake <[email protected]> * Apply Black Signed-off-by: Kenji Miyake <[email protected]> * Apply clang-format Signed-off-by: Kenji Miyake <[email protected]> * Fix build errors Signed-off-by: Kenji Miyake <[email protected]> * Fix for cpplint * Fix include double quotes to angle brackets Signed-off-by: Kenji Miyake <[email protected]> * Apply clang-format Signed-off-by: Kenji Miyake <[email protected]> * Fix build errors Signed-off-by: Kenji Miyake <[email protected]> * Add COLCON_IGNORE (autowarefoundation#500) Signed-off-by: Kenji Miyake <[email protected]> * port dummy perception publisher to auto (autowarefoundation#562) * port dummy perception publisher to auto * autoware_perception_msgs/DynamicObjectWithFeatureArray convert to autoware_perception_msgs/DetectedObjectsWithFeature * change tracked objects to PREDICTED objects * separate pub type with real * Add README.md to dummy perception publisher (autowarefoundation#641) * Added readme for dummy_perception_pub * README update * README update * Fix pre-commit * fix typo * Update README.md * Update README.md * Update README.md * Modified node.cpp * Modified README.md * change parameter name * Update README.md * [shape_estimation]change type (autowarefoundation#663) * change output type of shape_estimation * remove unused function * add dynamic_object_converter * rename * fix typo * fix dummy_perception_publisher * update readme * fix copyright * rename package * add readme * fix launch name * remove unused variable * fix readme * fix convert function * change topic name of DynamicObjectsWithFeature * Fix no ground pointcloud topic name (autowarefoundation#733) Signed-off-by: j4tfwm6z <[email protected]> Co-authored-by: j4tfwm6z <[email protected]> * auto/fix occupancy grid name space in dummy perception publisher (autowarefoundation#739) * fix name space * change namespace: object_segmentation -> obstacle_segmentation * feat: add use_traffic_light status Co-authored-by: mitsudome-r <[email protected]> Co-authored-by: Taichi Higashide <[email protected]> Co-authored-by: Nikolai Morin <[email protected]> Co-authored-by: nik-tier4 <[email protected]> Co-authored-by: Ryohsuke Mitsudome <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]> Co-authored-by: Kosuke Murakami <[email protected]> Co-authored-by: Daisuke Nishimatsu <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> Co-authored-by: tkimura4 <[email protected]> Co-authored-by: Tatsuya Yamasaki <[email protected]> Co-authored-by: taikitanaka3 <[email protected]> Co-authored-by: Keisuke Shima <[email protected]> Co-authored-by: Kazuki Miyahara <[email protected]> Co-authored-by: pre-commit <[email protected]> Co-authored-by: Hiroki OTA <[email protected]> Co-authored-by: Azumi Suzuki <[email protected]> Co-authored-by: Maxime CLEMENT <[email protected]> Co-authored-by: Yohei Mishina <[email protected]> Co-authored-by: j4tfwm6z <[email protected]> Co-authored-by: Satoshi OTA <[email protected]>
* release v0.4.0 * remove ROS1 packages temporarily Signed-off-by: mitsudome-r <[email protected]> * add sample ros2 packages Signed-off-by: mitsudome-r <[email protected]> * remove ROS1 packages Signed-off-by: mitsudome-r <[email protected]> * Revert "remove ROS1 packages temporarily" This reverts commit 7eacbcea261a65d6c305c7b0d069591ca3a2ee3a. Signed-off-by: mitsudome-r <[email protected]> * add COLCON_IGNORE to ros1 packages Signed-off-by: mitsudome-r <[email protected]> * Port autoware-perception-rviz-plugin (autowarefoundation#100) * Port to ROS2 Signed-off-by: Servando German Serrano <[email protected]> * Update namespaces Signed-off-by: Servando German Serrano <[email protected]> * Port autoware-planning-rviz-plugin (autowarefoundation#103) * Port to ROS2 Signed-off-by: Servando German Serrano <[email protected]> * Update deprecated Signed-off-by: Servando German Serrano <[email protected]> * Update namespaces Signed-off-by: Servando German Serrano <[email protected]> * 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 * Run uncrustify on the entire Pilot.Auto codebase (autowarefoundation#151) * Run uncrustify on the entire Pilot.Auto codebase * Exclude open PRs * Fix rviz plugins (autowarefoundation#175) * [autoware_perception_rviz_plugin] make library to shared and fix library name in plugin_description.xml Signed-off-by: mitsudome-r <[email protected]> * [autoware_planning_rviz_plugin] make library to shared and fix library name in plugin_description.xml Signed-off-by: mitsudome-r <[email protected]> * Port autoware vehicle rviz plugin (autowarefoundation#111) * Port to ROS2 Signed-off-by: Servando German Serrano <[email protected]> * Amend buildtool Signed-off-by: Servando German Serrano <[email protected]> * Fix license Signed-off-by: Servando German Serrano <[email protected]> * Fix Signed-off-by: Servando German Serrano <[email protected]> * Fixes Signed-off-by: Servando German Serrano <[email protected]> * adding linters to autoware_planning_rviz_plugin (autowarefoundation#224) * adding linters to autoware_perception_rviz_plugin (autowarefoundation#225) * [autoware_perception_rviz_plugin] make plugin library SHARED (autowarefoundation#236) Signed-off-by: mitsudome-r <[email protected]> * Fix bugs in autoware vehicle rviz plugin (autowarefoundation#246) Signed-off-by: wep21 <[email protected]> * Ros2 v0.8.0 autoware vehicle rviz plugin (autowarefoundation#333) * add test depend * fix console meter size (autowarefoundation#909) * update to change font scale (autowarefoundation#910) * Fix typos in common modules (autowarefoundation#914) * fix typos in common modules * minor fix (lowercasing) * revert changes in PathPoint.msg * Fix memory leaks in turn signal plugin (autowarefoundation#932) * fix memory leak (QPointF) * convert raw pointers to smart pointers * update handle image (autowarefoundation#948) * reduce calc cost rviz plugin (autowarefoundation#947) * reduce calc cost * cosmetic change * cosmetic change * Use CMAKE_CXX_STANDARD to enable C++14 for Qt Signed-off-by: Kenji Miyake <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> * change font size independency desplay (autowarefoundation#946) * bug fix (wrong unit conversion) (autowarefoundation#956) * Refactor autoware_vehicle_rviz_plugin (autowarefoundation#967) * Refactor autoware_vehicle_rviz_plugin - change smart pointers to raw pointers according to Qt convention - remove unused headers - remove unused variables - cosmetic changes according to Google C++ Style Guide - use the range-based for statement - replace push_back with emplace_back See also: autowarefoundation#932, autowarefoundation#964 * Apply clang-format * Change a variable name to clarify: history -> histories * add build testing * appply ament_uncrustify * apply lint * fix bug Co-authored-by: Yukihiro Saito <[email protected]> Co-authored-by: Kazuki Miyahara <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> * Ros2 v0.8.0 autoware perception rviz plugin (autowarefoundation#334) * Fix typos in common modules (autowarefoundation#914) * fix typos in common modules * minor fix (lowercasing) * revert changes in PathPoint.msg * ament_cmake_cppcheck -> ament_lint_common * apply lint Co-authored-by: Kazuki Miyahara <[email protected]> * Ros2 v0.8.0 autoware planning rviz plugin (autowarefoundation#336) * add speed limit visualizer (autowarefoundation#908) * add speed limit visualizer * 🚮 * add max velocity output * fix bug * update visualizer Co-authored-by: tomoya.kimura <[email protected]> * change font size independency desplay (autowarefoundation#946) * ament_cmake_cppcheck -> ament_lint_common * apply lint * change topic type Co-authored-by: Yukihiro Saito <[email protected]> * Ros2 v0.8.0 remove std msgs awapi (autowarefoundation#348) * [autoware_vehicle_msgs] add BatteryStatus msg Signed-off-by: mitsudome-r <[email protected]> * [autoware_planning_msgs] add ExpandStopRange and StopSpeedExceeded messages Signed-off-by: mitsudome-r <[email protected]> * [autoware_api_msgs] add DoorControlCommand, StopCommand, and VelocityLimit messages Signed-off-by: mitsudome-r <[email protected]> * remove std_msgs related to autoware_awaiv_adapter node Signed-off-by: mitsudome-r <[email protected]> * apply ament_uncrustify Signed-off-by: mitsudome-r <[email protected]> * fix build failure Signed-off-by: mitsudome-r <[email protected]> * fix test failures Signed-off-by: mitsudome-r <[email protected]> * address review commends Signed-off-by: mitsudome-r <[email protected]> * Ros2 v0.9.0 pose history (autowarefoundation#387) * Port pose history to ROS2 Signed-off-by: wep21 <[email protected]> * pose_history (autowarefoundation#1169) * change pkg name * add alpha Co-authored-by: Yukihiro Saito <[email protected]> * fix max velocity visualization (autowarefoundation#397) * fix max velocity vis * apply lint-format * Ros2 rtd plugin (autowarefoundation#444) * Use RTD instead of MFD Signed-off-by: wep21 <[email protected]> * Sync public repo (autowarefoundation#1228) * [simple_planning_simulator] add readme (autowarefoundation#424) * add readme of simple_planning_simulator Signed-off-by: Takamasa Horibe <[email protected]> * Update simulator/simple_planning_simulator/README.md * set transit_margin_time to intersect. planner (autowarefoundation#460) * Fix pose2twist (autowarefoundation#462) Signed-off-by: Takagi, Isamu <[email protected]> * Ros2 vehicle info param server (autowarefoundation#447) * add vehicle_info_param_server * update vehicle info * apply format * fix bug * skip unnecessary search * delete vehicle param file * fix bug * Ros2 fix topic name part2 (autowarefoundation#425) * Fix topic name of traffic_light_classifier Signed-off-by: Takagi, Isamu <[email protected]> * Fix topic name of traffic_light_visualization Signed-off-by: Takagi, Isamu <[email protected]> * Fix topic name of traffic_light_ssd_fine_detector Signed-off-by: Takagi, Isamu <[email protected]> * Fix topic name of traffic_light_map_based_detector Signed-off-by: Takagi, Isamu <[email protected]> * Fix lint traffic_light_recognition Signed-off-by: Takagi, Isamu <[email protected]> * Fix lint traffic_light_ssd_fine_detector Signed-off-by: Takagi, Isamu <[email protected]> * Fix lint traffic_light_classifier Signed-off-by: Takagi, Isamu <[email protected]> * Fix lint traffic_light_classifier Signed-off-by: Takagi, Isamu <[email protected]> * Fix lint traffic_light_ssd_fine_detector Signed-off-by: Takagi, Isamu <[email protected]> * Fix issues in hdd_reader (autowarefoundation#466) * Fix some issues detected by Coverity Scan and Clang-Tidy * Update launch command * Add more `close(new_sock)` * Simplify the definitions of struct * fix: re-construct laneletMapLayer for reindex RTree (autowarefoundation#463) * Rviz overlay render fix (autowarefoundation#461) * Moved painiting in SteeringAngle plugin to update() Signed-off-by: Adam Dabrowski <[email protected]> * super class now back to MFD Signed-off-by: Adam Dabrowski <[email protected]> * uncrustified Signed-off-by: Adam Dabrowski <[email protected]> * acquire data in mutex Signed-off-by: Adam Dabrowski <[email protected]> * back to RTD as superclass Signed-off-by: Adam Dabrowski <[email protected]> * Rviz overlay render in update (autowarefoundation#465) * Moved painiting in SteeringAngle plugin to update() Signed-off-by: Adam Dabrowski <[email protected]> * super class now back to MFD Signed-off-by: Adam Dabrowski <[email protected]> * uncrustified Signed-off-by: Adam Dabrowski <[email protected]> * acquire data in mutex Signed-off-by: Adam Dabrowski <[email protected]> * removed unnecessary includes and some dead code Signed-off-by: Adam Dabrowski <[email protected]> * Adepted remaining vehicle plugin classes to render-in-update concept. Returned to MFD superclass Signed-off-by: Adam Dabrowski <[email protected]> * restored RTD superclass Signed-off-by: Adam Dabrowski <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]> Co-authored-by: tkimura4 <[email protected]> Co-authored-by: Takagi, Isamu <[email protected]> Co-authored-by: Kazuki Miyahara <[email protected]> Co-authored-by: Makoto Tokunaga <[email protected]> Co-authored-by: Adam Dąbrowski <[email protected]> * Unify Apache-2.0 license name (autowarefoundation#1242) * Porting trajectory rviz plugin (autowarefoundation#1295) * update trajectory rviz plugin to show velocity (autowarefoundation#1257) * update trajectory rviz plugin to show velocity * use size_t instead of int to remove warning during compiling * not show velocity on rviz unless check button is enabled * modify visibility of velocity (autowarefoundation#1258) * fix plugin * add dependency Co-authored-by: Takayuki Murooka <[email protected]> Co-authored-by: tomoya.kimura <[email protected]> * Fix msgs (autowarefoundation#1379) * Fix msgs Signed-off-by: Kenji Miyake <[email protected]> * [autoware_planning_rviz_plugin]: Fix lint Signed-off-by: wep21 <[email protected]> Co-authored-by: wep21 <[email protected]> * Fix topic name of autoware_perception_rviz_plugin (autowarefoundation#1277) (autowarefoundation#1479) Signed-off-by: Kenji Miyake <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> * Porting polar grid to ros2 (autowarefoundation#1507) Signed-off-by: wep21 <[email protected]> * Add dummy unknown publisher (autowarefoundation#1470) * Add dummy unknown publisher Signed-off-by: Kenji Miyake <[email protected]> Signed-off-by: wep21 <[email protected]> * Fix lint Signed-off-by: wep21 <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> * Add pre-commit (autowarefoundation#1560) * add pre-commit * add pre-commit-config * add additional settings for private repository * use default pre-commit-config * update pre-commit setting * Ignore whitespace for line breaks in markdown * Update .github/workflows/pre-commit.yml Co-authored-by: Kazuki Miyahara <[email protected]> * exclude svg * remove pretty-format-json * add double-quote-string-fixer * consider COLCON_IGNORE file when seaching modified package * format file * pre-commit fixes * Update pre-commit.yml * Update .pre-commit-config.yaml Co-authored-by: Kazuki Miyahara <[email protected]> Co-authored-by: pre-commit <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> * Fix -Wunused-parameter (autowarefoundation#1836) * Fix -Wunused-parameter Signed-off-by: Kenji Miyake <[email protected]> * Fix mistake Signed-off-by: Kenji Miyake <[email protected]> * fix spell * Fix lint issues Signed-off-by: Kenji Miyake <[email protected]> * Ignore flake8 warnings Signed-off-by: Kenji Miyake <[email protected]> Co-authored-by: Hiroki OTA <[email protected]> * suppress warnings for common packages (autowarefoundation#1891) * add maybe unused * add Werror * fix for uncrustify * 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 * add autoware_state_rviz_plugin (autowarefoundation#2160) * initial commit * fix * use raw pointer * fix style * fix style * fix style * fix style * fix header arrangement * add gear check and prefix label (autowarefoundation#2173) * add gear and prefix label * add subscription * fix for cpplint * add engage button and status (autowarefoundation#2257) * fix style * add engage button and engage status * use api * fix for pre commit * fix for cpplint * fix * fix for cpplint * fix for cpplint * fix coding style * Add datetime panel (autowarefoundation#2275) * Add datetime panel * Fix/ros time (autowarefoundation#2276) * Fix ros time Signed-off-by: wep21 <[email protected]> * Add icon Signed-off-by: wep21 <[email protected]> Co-authored-by: Daisuke Nishimatsu <[email protected]> * add footprint in trajectory msg of rviz plugin (autowarefoundation#1553) (autowarefoundation#1684) * add footprint in trajectory msg of rviz plugin (autowarefoundation#1553) * add footprint in trajectory msg of rviz plugin * update * trajectory -> footprint * update * add icons * rename trajectory footprint from footprint * add PathFootprint * update * Add min value Signed-off-by: wep21 <[email protected]> Co-authored-by: Takayuki Murooka <[email protected]> * Feature/trajectory point rviz plugin (autowarefoundation#2123) * add trajectory point * set trajectory point view false by default * add pull over/out module (autowarefoundation#2147) * Change formatter to clang-format and black (autowarefoundation#2332) * Revert "Temporarily comment out pre-commit hooks" This reverts commit 748e9cdb145ce12f8b520bcbd97f5ff899fc28a3. * Replace ament_lint_common with autoware_lint_common Signed-off-by: Kenji Miyake <[email protected]> * Remove ament_cmake_uncrustify and ament_clang_format Signed-off-by: Kenji Miyake <[email protected]> * Apply Black Signed-off-by: Kenji Miyake <[email protected]> * Apply clang-format Signed-off-by: Kenji Miyake <[email protected]> * Fix build errors Signed-off-by: Kenji Miyake <[email protected]> * Fix for cpplint * Fix include double quotes to angle brackets Signed-off-by: Kenji Miyake <[email protected]> * Apply clang-format Signed-off-by: Kenji Miyake <[email protected]> * Fix build errors Signed-off-by: Kenji Miyake <[email protected]> * remove unused depends (autowarefoundation#496) * Add COLCON_IGNORE (autowarefoundation#500) Signed-off-by: Kenji Miyake <[email protected]> * port planning rviz plugins (autowarefoundation#492) * port planning rviz plugins * remove COLCON_IGNORE Co-authored-by: Takayuki Murooka <[email protected]> * port autoware vehicle rviz plugin (autowarefoundation#542) * [ polar grid ] add readme polar grid remove colcon ignore (autowarefoundation#559) * remove ignore * add readme * fix invalid link * port autoware_state_rviz_plugin (autowarefoundation#563) * remove COLCON_IGNORE form rviz plugins (autowarefoundation#544) * port autoware_perception_rviz_plugin (autowarefoundation#581) * add readme in rviz plugin (autowarefoundation#591) * [autoware_vehicle_rviz_plugin/route_handler/simple_planning_simulator]fix some packages (autowarefoundation#606) * fix console meter * fix velocity_history * fix route handler * change topic name * adding autoware_auto_perception_rviz_plugin (autowarefoundation#574) * [152] Implement BoundingBoxArray rviz display plugin. * [285] Clear bounding box markers before adding new markers on new message * [274] Trajectory visualization plugin * raw types to sized type * ControllerTestingNode: added publish_state(), publish_trajectory(), no timer hack to start test, all init is init() * Squashed 'src/external/mpc/' changes from 8fc7cfdd..eaa5908b eaa5908b Merge branch 'input-weight-modify' into 'master' b9ee8e4f Update default mpc_controller_node parameters 8d15f49d Add weights to acceleration and steer controls; loosen simulation test case: git-subtree-dir: src/external/mpc git-subtree-split: eaa5908bdd987051a9dcd9c505f99bfd7f028547 * [autowarefoundation#404] apply ament_auto macro to autoware_rviz_plugins * Adding missing dependency on rviz2. * Squashed 'src/external/autoware_auto_msgs/' changes from 56550efd..f40970ea f40970ea Adding velocity_mps to VehicleControlCommand. git-subtree-dir: src/external/autoware_auto_msgs git-subtree-split: f40970ead34d36a695b432dc37accff9d67c17e2 * Update copyright headers to transfer ownership to Autoware Foundation Signed-off-by: Juan Pablo Samper <[email protected]> * Add CHANGELOG and update package versions for release Add CHANGELOG and update package versions for release * [autowarefoundation#286] Parameterize boundingbox colors from rviz - Add visualization colours via Qt * [autowarefoundation#813] use autoware_set_compile_options() for nearly all compiled tests - fix a few causes of warnings and disable warning flags as needed for other tests - set CXX_STANDARD strictly and only in a single place - add CMake flag `AUTOWARE_OPTIMIZATION_OF_SLOW_TARGETS`. Default: OFF - update building instructions and MR template - fix nasty initialization error of static constexpr member in `GenericState` of Kalman filter * [autowarefoundation#910] remove private compilation warning ignore flags * [autowarefoundation#900] Implement rviz plugin to visualize TrackedObjects * [autowarefoundation#1110] Implement rviz plugin for DetectedObjects msg * Resolve "Clarify meaning of pose in *ObjectKinematics messages" * [autowarefoundation#1221] Add co-developed entry to copyright * [autowarefoundation#1282] Fix double free in ObjectPolygonDisplayBase rviz plugin * [autowarefoundation#1355] Make DetectedObject shape corners be in object-local coordinates * porting AAP perception visualization from https://github.com/tier4/AutowareArchitectureProposal.iv/blob/main/perception/util/visualizer/dynamic_object_visualization/include/dynamic_object_visualization/dynamic_object_visualizer.hpp * rename to autoware_auto_perception_rviz_plugin * fix copyright * format code * fix typo * convert camel to snake case * Apply suggestions from code review Co-authored-by: Daisuke Nishimatsu <[email protected]> * change color * replace boost::optional to std::optional * add icons * set marker id to value corresponding to the upper 32 bits of uuid * format code * change motorsycle color * add uuid map to set marker id * format code * remove brief comment * fix lint error * fix include sort * format code * fix include * add autoware_auto_perception_rviz_plugin to pre commit excluded list Co-authored-by: Yunus Emre Caliskan <[email protected]> Co-authored-by: Christopher Ho <[email protected]> Co-authored-by: MIURA Yasuyuki <[email protected]> Co-authored-by: Jit Ray Chowdhury <[email protected]> Co-authored-by: Joshua Whitley <[email protected]> Co-authored-by: Juan Pablo Samper <[email protected]> Co-authored-by: Jilada Eccleston <[email protected]> Co-authored-by: Frederik Beaujean <[email protected]> Co-authored-by: Vincent Richard <[email protected]> Co-authored-by: Gowtham <[email protected]> Co-authored-by: Nikolai Morin <[email protected]> Co-authored-by: Igor Bogoslavskyi <[email protected]> Co-authored-by: Daisuke Nishimatsu <[email protected]> * add autoware_auto_perception_rviz_plugin README (autowarefoundation#631) * fix readme sentence grammar (autowarefoundation#634) * Auto/fix perception viz (autowarefoundation#639) * add ns of uuid * remove dynamic_object_visualization * update to support velocity report header (autowarefoundation#655) * update to support velocity report header Signed-off-by: Takamasa Horibe <[email protected]> * Update simulator/simple_planning_simulator/src/simple_planning_simulator/simple_planning_simulator_core.cpp Co-authored-by: tkimura4 <[email protected]> * use maybe_unused Signed-off-by: Takamasa Horibe <[email protected]> * fix precommit Signed-off-by: Takamasa Horibe <[email protected]> Co-authored-by: tkimura4 <[email protected]> * adapt to actuation cmd/status as control msg (autowarefoundation#646) * adapt to actuation cmd/status as control msg * fix readme * fix topics * fix remaing topics * as to pacmod interface * fix vehicle status * add header to twist * revert gyro_odometer_change * revert twist topic change * revert unchanged package * FIx vehicle status topic name/type (autowarefoundation#658) * shift -> gear_status * twist -> velocity_status * Sync .auto branch with the latest branch in internal repository (autowarefoundation#691) * add trajectory point offset in rviz plugin (autowarefoundation#2270) * sync rc rc/v0.23.0 (autowarefoundation#2258) * fix interpolation for insert point (autowarefoundation#2228) * fix interpolation for insert point * to prev interpolation pkg * Revert "to prev interpolation pkg" This reverts commit 9eb145b5d36e297186015fb17c267ccd5b3c21ef. Co-authored-by: taikitanaka3 <[email protected]> Co-authored-by: taikitanaka <[email protected]> * fix topic name (autowarefoundation#2266) Signed-off-by: Takamasa Horibe <[email protected]> * Add namespace to diag for dual_return_filter (autowarefoundation#2269) * Add a function to make 'geometry_msgs::msg::TransformStamped' (autowarefoundation#2250) * Add a function to make 'geometry_msgs::msg::TransformStamped' * Add 'child_frame_id' as an argument of 'pose2transform' * Simplify marker scale initialization (autowarefoundation#2286) * Fix/crosswalk polygon (autowarefoundation#2279) * extend crosswalk polygon * improve readability * fix polygon shape * Add warning when decel distance calculation fails (autowarefoundation#2289) Signed-off-by: Makoto Kurihara <[email protected]> * [motion_velocity_smoother] ignore debug print (autowarefoundation#2292) * cosmetic change Signed-off-by: Takamasa Horibe <[email protected]> * cahnge severity from WARN to DEBUG for debug info Signed-off-by: Takamasa Horibe <[email protected]> * use util for stop_watch Signed-off-by: Takamasa Horibe <[email protected]> * fix map based prediction (autowarefoundation#2200) * fix map based prediction * fix format * change map based prediction * fix spells * fix spells in comments * fix for cpplint * fix some problems * fix format and code for clang-tidy * fix space for cpplint * Update Readme.md * Update perception/object_recognition/prediction/map_based_prediction/Readme.md * Update perception/object_recognition/prediction/map_based_prediction/Readme.md * Update perception/object_recognition/prediction/map_based_prediction/Readme.md * Update perception/object_recognition/prediction/map_based_prediction/Readme.md * Update perception/object_recognition/prediction/map_based_prediction/Readme.md * Update perception/object_recognition/prediction/map_based_prediction/Readme.md * fix vector access method * fix readme format * add parameter * Update perception/object_recognition/prediction/map_based_prediction/Readme.md Co-authored-by: Kazuki Miyahara <[email protected]> * Update perception/object_recognition/prediction/map_based_prediction/Readme.md Co-authored-by: Kazuki Miyahara <[email protected]> * Update perception/object_recognition/prediction/map_based_prediction/Readme.md Co-authored-by: Kazuki Miyahara <[email protected]> * Update Readme.md * Update perception/object_recognition/prediction/map_based_prediction/Readme.md Co-authored-by: Kazuki Miyahara <[email protected]> Co-authored-by: tkimura4 <[email protected]> Co-authored-by: Kazuki Miyahara <[email protected]> * remove failure condition for 0 velocity trajectory (autowarefoundation#2295) Signed-off-by: Takamasa Horibe <[email protected]> * [mpc_follower] remove stop distance condition from stopState decision (autowarefoundation#1916) * [mpc_follower] remove stop distance condition from stopState decision Signed-off-by: Takamasa Horibe <[email protected]> * add invalid index handling Signed-off-by: Takamasa Horibe <[email protected]> * Move the debug marker initialization part to another file (autowarefoundation#2288) * Move the debug marker initialization part to 'debug.cpp' * Make 'isLocalOptimalSolutionOscillation' independent from 'NDTScanMatcher' (autowarefoundation#2300) * Remove an unused function 'getTransform' (autowarefoundation#2301) * Simplify iteration of initial poses (autowarefoundation#2310) * Make a transform object const (autowarefoundation#2311) * Represent poses in 'std::vector' instead of 'geometry_msgs::msg::PoseArray' (autowarefoundation#2312) * Feature/no stopping area (autowarefoundation#2163) * add no stopping area module to behavior velocity planner * apply utils * add polygon interpolation module order stopline around area is considered * devide jpass udge with stop line polygon * update docs * rename file name * update to latest * minor change for marker * update license Co-authored-by: Yukihiro Saito <[email protected]> * update license Co-authored-by: Yukihiro Saito <[email protected]> * update license Co-authored-by: Yukihiro Saito <[email protected]> * update license Co-authored-by: Yukihiro Saito <[email protected]> * minor fix * add parameter tuning at experiment * update readme * format doc * apply comments * add exception gurd * cosmetic change * fix ament * fix typo and remove for statement * & to " " * better ns * return pass judge param * add missing stoppable condition * add clear pass judge and stoppable flag * add comment * precommit fix * cpplint Co-authored-by: Yukihiro Saito <[email protected]> * sync rc rc/v0.23.0 (autowarefoundation#2281) * Fix side shift planner (autowarefoundation#2171) (autowarefoundation#2172) * add print debug Signed-off-by: TakaHoribe <[email protected]> * remove forward shift points when adding new point Signed-off-by: TakaHoribe <[email protected]> * remove debug print Signed-off-by: TakaHoribe <[email protected]> * format Signed-off-by: TakaHoribe <[email protected]> * Fix remove threshold Co-authored-by: Fumiya Watanabe <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]> * Fix/pull out and pull over (autowarefoundation#2175) * delete unnecessary check * fix condition of starting pull out * Add emergency status API (autowarefoundation#2174) (autowarefoundation#2182) * Fix/mpc reset prev result (autowarefoundation#2185) (autowarefoundation#2195) * reset prev result * clean code * reset only raw_steer_cmd * Update control/mpc_follower/src/mpc_follower_core.cpp Co-authored-by: Takamasa Horibe <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]> * [hotfix] 1 path point exception after resampling (autowarefoundation#2204) * fix 1 path point exception after resampling Signed-off-by: TakaHoribe <[email protected]> * Apply suggestions from code review * Apply suggestions from code review Co-authored-by: Takamasa Horibe <[email protected]> Co-authored-by: tkimura4 <[email protected]> * [hotfix] Fix lane ids (autowarefoundation#2211) * Fix lane ids * Prevent acceleration on avoidance (autowarefoundation#2214) * prevent acceleration on avoidance Signed-off-by: TakaHoribe <[email protected]> * fix param name Signed-off-by: TakaHoribe <[email protected]> * parametrize avoidance acc Signed-off-by: Takamasa Horibe <[email protected]> * change param name Signed-off-by: Takamasa Horibe <[email protected]> * fix typo Signed-off-by: Takamasa Horibe <[email protected]> * Fix qos in roi cluster fusion (autowarefoundation#2218) * fix confidence (autowarefoundation#2220) * too high confidence (autowarefoundation#2229) * Fix/obstacle stop 0.23.0 (autowarefoundation#2232) * fix unexpected slow down in sharp curves (autowarefoundation#2181) * Fix/insert implementation (autowarefoundation#2186) Co-authored-by: Satoshi OTA <[email protected]> * [hotfix] Remove exception in avoidance module (autowarefoundation#2233) * Remove exception * Fix clock * Remove blank line * Update traffic light state if ref stop point is ahead of previous one (autowarefoundation#2197) Signed-off-by: wep21 <[email protected]> * fix interpolation for insert point (autowarefoundation#2228) * fix interpolation for insert point * to prev interpolation pkg * fix index (autowarefoundation#2265) * turn signal calculation (#2280) * add turn signal funtion in path shifter * add ros parameters Co-authored-by: Fumiya Watanabe <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]> Co-authored-by: tkimura4 <[email protected]> Co-authored-by: Takagi, Isamu <[email protected]> Co-authored-by: Daisuke Nishimatsu <[email protected]> Co-authored-by: Yukihiro Saito <[email protected]> Co-authored-by: Satoshi OTA <[email protected]> Co-authored-by: taikitanaka3 <[email protected]> Co-authored-by: Sugatyon <[email protected]> * [behavior_path_planner] fix sudden path change around ego (autowarefoundation#2305) (autowarefoundation#2318) * fix return-from-ego shift point generation logic Signed-off-by: Takamasa Horibe <[email protected]> * change param for trimSimilarGradShiftPoint Signed-off-by: Takamasa Horibe <[email protected]> * add comment for issue Signed-off-by: Takamasa Horibe <[email protected]> * update comment Signed-off-by: Takamasa Horibe <[email protected]> * replace code with function (logic has not changed) Signed-off-by: Takamasa Horibe <[email protected]> * move func to cpp Signed-off-by: Takamasa Horibe <[email protected]> * add comment for issue Signed-off-by: Takamasa Horibe <[email protected]> * fix typo Signed-off-by: Takamasa Horibe <[email protected]> * Update planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/src/scene_module/avoidance/avoidance_module.cpp Co-authored-by: Kazuki Miyahara <[email protected]> * Update planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/src/scene_module/avoidance/avoidance_module.cpp Co-authored-by: Kazuki Miyahara <[email protected]> Co-authored-by: Kazuki Miyahara <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]> Co-authored-by: Kazuki Miyahara <[email protected]> * Add functions to make stamped scalar messages (autowarefoundation#2317) * Fix/object yaw in intersection module (autowarefoundation#2294) * fix object orientation * fix function name * add guard (autowarefoundation#2321) * reduce cost (double to float) (autowarefoundation#2298) * Add detail collision check (autowarefoundation#2274) * Add detail collision check Signed-off-by: wep21 <[email protected]> * Remove unused function Signed-off-by: wep21 <[email protected]> * Fix arc length Signed-off-by: wep21 <[email protected]> * Seperate time margin Signed-off-by: wep21 <[email protected]> * Fix parameter name Signed-off-by: wep21 <[email protected]> * Update Readme Signed-off-by: wep21 <[email protected]> * Address review: Add comment for TimeDistanceArray Signed-off-by: wep21 <[email protected]> * Run pre-commit Signed-off-by: wep21 <[email protected]> * Fix cpplint Signed-off-by: wep21 <[email protected]> * Add return for empty polygon Signed-off-by: wep21 <[email protected]> * update CenterPoint (autowarefoundation#2222) * update to model trained by mmdet3d * add vizualizer (debug) * for multi-frame inputs * chagne config * use autoware_utils::pi * project specific model and param * rename vfe -> encoder * rename general to common * update download link * update * fix * rename model_name * change training toolbox link * chage lint package * fix test error * commit suggestion * Feature/lane change detection (autowarefoundation#2331) * add old information deleter * fix access bug * change to deque * update obstacle buffer * fix some bugs * add lane change detector * make a update lanelet function * fix code style * parameterize essential values * Update perception/object_recognition/prediction/map_based_prediction/src/map_based_prediction_ros.cpp Co-authored-by: Kazuki Miyahara <[email protected]> * fix slash position * remove unnecessary lines * fix format * fix format * change to new enum * fix format * fix typo and add guard * change funciton name * add lane change description Co-authored-by: Kazuki Miyahara <[email protected]> * Add Planning Evaluator (autowarefoundation#2293) * Add prototype planning evaluator Produced data for dist between points, curvature, and relative angle * Cleanup the code to make adding metrics easier * Add remaining basic metrics (length, duration, vel, accel, jerk) * Add motion_evaluator to evaluate the actual ego motion + code cleanup * Add deviation metrics * Add naive stability metric * Handle invalid stat (TODO: fix the output file formatting) * Add parameter file and cleanup * Add basic obstacle metric (TTC not yet implemented) and fix output file format * Add basic time to collision * Add lateral-distance based stability metric * Add check (at init time) that metrics' maps are complete * Publish metrics as ParamaterDeclaration msg (for openscenario) * Use lookahead and start from ego_pose when calculating stability metrics * Code cleanup * Fix lint * Add tests * Fix bug with Frechet dist and the last traj point * Finish implementing tests * Fix lint * Code cleanup * Update README.md * Remove unused metric * Change msg type of published metrics to DiagnosticArray * fix format to fix pre-commit check Signed-off-by: Takamasa Horibe <[email protected]> * fix yaml format to fix pre-commit check Signed-off-by: Takamasa Horibe <[email protected]> * fix yaml format Signed-off-by: Takamasa Horibe <[email protected]> * apply clang-format Signed-off-by: Takamasa Horibe <[email protected]> * apply clang-format Signed-off-by: Takamasa Horibe <[email protected]> * Update planning/planning_diagnostics/planning_evaluator/include/planning_evaluator/planning_evaluator_node.hpp * Update planning/planning_diagnostics/planning_evaluator/test/test_planning_evaluator_node.cpp * Update planning/planning_diagnostics/planning_evaluator/test/test_planning_evaluator_node.cpp * change lint format to autoware_lint_common Signed-off-by: Takamasa Horibe <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]> * Add keep braking function at driving state (autowarefoundation#2346) * Add keep braking function at driving state Signed-off-by: Makoto Kurihara <[email protected]> * Remove debug messages Signed-off-by: Makoto Kurihara <[email protected]> * Fix format Signed-off-by: Makoto Kurihara <[email protected]> * Change diag_updater's pediod from default to 0.1sec (autowarefoundation#2348) * add cross judgement and common signal function (autowarefoundation#2319) * merge branch turn_signal_common * add turn signal function in signal decider * add cross judge in path_utilities and delete from turn_signal_decider * remove original signal calculation in lane change * omit substitution * replace turn signal decider in pull over function * modify cross judge logic * replace turn signal decider in avoidance * add readme of turn signal * update * delete print debug * update * delete lane change decider in path shifter * delete blank line * fix indent * fix typo * fix typo * decrease nest * run pre commit * Add 0 limit at forward jerk velocity filter (autowarefoundation#2340) Signed-off-by: Makoto Kurihara <[email protected]> * add time offset param to point cloud concatenation (autowarefoundation#2303) * add offset param * clang-format Co-authored-by: Akihito OHSATO <[email protected]> * Feature/add doc for keep braking function at driving state (autowarefoundation#2366) * Add the description of brake keeping Signed-off-by: Makoto Kurihara <[email protected]> * Add the english document Signed-off-by: Makoto Kurihara <[email protected]> * Improve description Signed-off-by: Makoto Kurihara <[email protected]> * Add english description Signed-off-by: Makoto Kurihara <[email protected]> * Fix include files (autowarefoundation#2339) Signed-off-by: Kenji Miyake <[email protected]> * fix behavior intersection module * fix behavior no stopping area module * fix planning_evaluator * fix motion_velocity_smoother * rename variable * Revert "[mpc_follower] remove stop distance condition from stopState decision (autowarefoundation#1916)" This reverts commit ff4f0b5a844d1f835f1b93bd3b36a76747b0cd02. * Revert "Add keep braking function at driving state (autowarefoundation#2346)" This reverts commit f0478187db4c28bf6092c198723dcc5ec11a9c70. * Revert "Feature/add doc for keep braking function at driving state (autowarefoundation#2366)" This reverts commit 66de2f3924a479049fce2d5c5c6b579cacbd3e49. * Fix orientation availability in centerpoint Signed-off-by: wep21 <[email protected]> * fix test_trajectory.cpp * add target link libraries * Use .auto msg in test code for planniing evaluator Signed-off-by: wep21 <[email protected]> * fix include Signed-off-by: wep21 <[email protected]> Co-authored-by: Takayuki Murooka <[email protected]> Co-authored-by: autoware-iv-sync-ci[bot] <87871706+autoware-iv-sync-ci[bot]@users.noreply.github.com> Co-authored-by: taikitanaka3 <[email protected]> Co-authored-by: taikitanaka <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]> Co-authored-by: Takeshi Miura <[email protected]> Co-authored-by: Takeshi Ishita <[email protected]> Co-authored-by: Satoshi OTA <[email protected]> Co-authored-by: Makoto Kurihara <[email protected]> Co-authored-by: purewater0901 <[email protected]> Co-authored-by: tkimura4 <[email protected]> Co-authored-by: Kazuki Miyahara <[email protected]> Co-authored-by: Yukihiro Saito <[email protected]> Co-authored-by: Fumiya Watanabe <[email protected]> Co-authored-by: Takagi, Isamu <[email protected]> Co-authored-by: Sugatyon <[email protected]> Co-authored-by: s-murakami-esol <[email protected]> Co-authored-by: Yusuke Muramatsu <[email protected]> Co-authored-by: Maxime CLEMENT <[email protected]> Co-authored-by: Shunsuke Miura <[email protected]> Co-authored-by: Shinnosuke Hirakawa <[email protected]> Co-authored-by: Akihito OHSATO <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> * [autoware_auto_perception_rviz_plugin]fix bug (autowarefoundation#721) * fix perception_marker * fix missing commit * apply format * patch for PR721 (autowarefoundation#722) * fix id_map erase operation * fix code to use c++11 function * update tracked_objects_display * fix bug Co-authored-by: Taichi Higashide <[email protected]> * fix rviz plugin (autowarefoundation#743) * move plugin packages * add ignore file to apply pre-commit Co-authored-by: mitsudome-r <[email protected]> Co-authored-by: Servando <[email protected]> Co-authored-by: Nikolai Morin <[email protected]> Co-authored-by: Ryohsuke Mitsudome <[email protected]> Co-authored-by: nik-tier4 <[email protected]> Co-authored-by: Daisuke Nishimatsu <[email protected]> Co-authored-by: Yukihiro Saito <[email protected]> Co-authored-by: Kazuki Miyahara <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]> Co-authored-by: Takagi, Isamu <[email protected]> Co-authored-by: Makoto Tokunaga <[email protected]> Co-authored-by: Adam Dąbrowski <[email protected]> Co-authored-by: Keisuke Shima <[email protected]> Co-authored-by: Takayuki Murooka <[email protected]> Co-authored-by: Kenji Miyake <[email protected]> Co-authored-by: wep21 <[email protected]> Co-authored-by: Keisuke Shima <[email protected]> Co-authored-by: pre-commit <[email protected]> Co-authored-by: Hiroki OTA <[email protected]> Co-authored-by: kyoichi sugahara <[email protected]> Co-authored-by: taikitanaka3 <[email protected]> Co-authored-by: Takayuki Murooka <[email protected]> Co-authored-by: Takeshi Miura <[email protected]> Co-authored-by: Taichi Higashide <[email protected]> Co-authored-by: Yunus Emre Caliskan <[email protected]> Co-authored-by: Christopher Ho <[email protected]> Co-authored-by: MIURA Yasuyuki <[email protected]> Co-authored-by: Jit Ray Chowdhury <[email protected]> Co-authored-by: Joshua Whitley <[email protected]> Co-authored-by: Juan Pablo Samper <[email protected]> Co-authored-by: Jilada Eccleston <[email protected]> Co-authored-by: Frederik Beaujean <[email protected]> Co-authored-by: Vincent Richard <[email protected]> Co-authored-by: Gowtham <[email protected]> Co-authored-by: Nikolai Morin <[email protected]> Co-authored-by: Igor Bogoslavskyi <[email protected]> Co-authored-by: autoware-iv-sync-ci[bot] <87871706+autoware-iv-sync-ci[bot]@users.noreply.github.com> Co-authored-by: taikitanaka <[email protected]> Co-authored-by: Takeshi Ishita <[email protected]> Co-authored-by: Satoshi OTA <[email protected]> Co-authored-by: Makoto Kurihara <[email protected]> Co-authored-by: purewater0901 <[email protected]> Co-authored-by: Fumiya Watanabe <[email protected]> Co-authored-by: Sugatyon <[email protected]> Co-authored-by: s-murakami-esol <[email protected]> Co-authored-by: Yusuke Muramatsu <[email protected]> Co-authored-by: Maxime CLEMENT <[email protected]> Co-authored-by: Shunsuke Miura <[email protected]> Co-authored-by: Shinnosuke Hirakawa <[email protected]> Co-authored-by: Akihito OHSATO <[email protected]>
This pull request has been automatically marked as stale because it has not had recent activity. |
This pull request has been automatically marked as stale because it has not had recent activity. |
I think we can close this for now. (Codecov integration is done.) |
Co-authored-by: satoshi-ota <[email protected]>
Co-authored-by: satoshi-ota <[email protected]>
…n#286) Signed-off-by: Keisuke Shima <[email protected]>
…n#286) Signed-off-by: Keisuke Shima <[email protected]>
…n#2916) (autowarefoundation#286) * fix(behavior_path_planner): fix pull over deceleration before search area start (autowarefoundation#2898) (autowarefoundation#283) Signed-off-by: kosuke55 <[email protected]> * fix(behavior_path_planner): fix cutOverlappedLanes (autowarefoundation#2916) Signed-off-by: kosuke55 <[email protected]> --------- Signed-off-by: kosuke55 <[email protected]>
…n#2916) (autowarefoundation#286) * fix(behavior_path_planner): fix pull over deceleration before search area start (autowarefoundation#2898) (autowarefoundation#283) Signed-off-by: kosuke55 <[email protected]> * fix(behavior_path_planner): fix cutOverlappedLanes (autowarefoundation#2916) Signed-off-by: kosuke55 <[email protected]> --------- Signed-off-by: kosuke55 <[email protected]>
…warefoundation#286) Signed-off-by: satoshi-ota <[email protected]>
Related to autowarefoundation/autoware-documentation#2, I would like to add the feature to measure and display code coverage for pull requests to improve review process.
Considerations
The text was updated successfully, but these errors were encountered: