-
Notifications
You must be signed in to change notification settings - Fork 673
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
behavior_path_planner can't plan a path with the first given goal command #636
Comments
I am able to reproduce the issue but it is inconsistent and setting a goal sometimes works the first time. Using |
This issue was fixed by c341d4c but I observed a new issue where
EDIT: I cannot reproduce the crash and it might have been caused by an unclean build. |
* release v0.4.0 * Avoid setting CMAKE_BUILD_TYPE=Release in each CMakeLists.txt (autowarefoundation#720) * remove set CMAKE_BUILD_TYPE Release in each CMakeLists.txt * remove set CMAKE_BUILD_TYPE Release in ndt_pcl_modified * set compile options for debug in ndt_omp * Fix indent * add warning if -DCMAKE_BUILD_TYPE=Release is not set in ndt_omp Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> * remove ROS1 packages temporarily Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * Port autoware_localization_srvs * Add DEPENDENCIES * Revert "remove ROS1 packages temporarily" This reverts commit ee01a755ac5b22c61f4274ae2ee57b0a18150a78. Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * add COLCON_IGNORE to ros1 packages Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * Rename launch files to launch.xml (autowarefoundation#28) * Port pose_initializer to ROS2 (autowarefoundation#11) * CMakeLists.txt & package.xml * Compiles * Works * Use callback instead * Reviewer feedback * Add sequence number check * Review feedback * Fix lint issues (autowarefoundation#128) * Rename h files to hpp (autowarefoundation#142) * Change includes * Rename files * Adjustments to make things compile * Other packages * Use quotes for includes where appropriate (autowarefoundation#144) * Use quotes for includes where appropriate * Fix lint tests * Make tests pass hopefully * fixing trasient_local in ROS2 packages (autowarefoundation#160) * [ekf_localizer] [pose_initializer] fix topic message type (autowarefoundation#176) Co-authored-by: Autoware <autoware@tier4.jp> Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> * ading linters to pose_initializer (autowarefoundation#186) * adding linters to autoware_localization_srvs (autowarefoundation#185) * Port initial-pose-button-panel (autowarefoundation#125) * Port Signed-off-by: Servando German Serrano <servando.german.serrano@linaro.org> * Initialize button when request received Signed-off-by: Servando German Serrano <servando.german.serrano@linaro.org> * Amend buildtool Signed-off-by: Servando German Serrano <servando.german.serrano@linaro.org> * Fix license Signed-off-by: Servando German Serrano <servando.german.serrano@linaro.org> * apply env_var to use_sim_time (autowarefoundation#222) * retry gnss initialize (autowarefoundation#1043) (autowarefoundation#263) Co-authored-by: YamatoAndo <yamato.ando@gmail.com> * Ros2 v0.8.0 initial pose buttion panel (autowarefoundation#312) * restore initial pose button panel files for v0.8.0 update * fix typos in localization (autowarefoundation#890) * Fix memory leak and remove unused properties (autowarefoundation#964) * Revert "restore initial pose button panel files for v0.8.0 update" This reverts commit 01281a2633636f80f241a788f9d35c517a2977e1. * delete unused header * add ament lint test * apply ament_lint * fix bug Co-authored-by: Kazuki Miyahara <kmiya@outlook.com> * modify pose_initialize for foa (autowarefoundation#382) * pose_initialize for foa (autowarefoundation#1171) * pose_initialize for foa Signed-off-by: Yamato ANDO <yamato.ando@gmail.com> * rename topic Signed-off-by: Yamato ANDO <yamato.ando@gmail.com> * fix topic name Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * Fix missing gnss subscriber (autowarefoundation#417) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Ros2 fix ndt align srv (autowarefoundation#442) * Add success field to ndt align srv response Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Apply change of ndt align srv Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Apply change of ndt align srv Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Fix lint Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Unify Apache-2.0 license name (autowarefoundation#1242) * Remove use_sim_time for set_parameter (autowarefoundation#1260) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Fix dependency type of rosidl_default_generators (autowarefoundation#1801) * Fix dependency type of rosidl_default_generators Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Remove unnecessary depends Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Use ament_cmake_auto Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix -Wunused-parameter (autowarefoundation#1836) * Fix -Wunused-parameter Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix mistake Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * fix spell * Fix lint issues Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Ignore flake8 warnings Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> Co-authored-by: Hiroki OTA <hiroki.ota@tier4.jp> * Add autoware api (autowarefoundation#1979) * add sort-package-xml hook in pre-commit (autowarefoundation#1881) * add sort xml hook in pre-commit * change retval to exit_status * rename * add prettier plugin-xml * use early return * add license note * add tier4 license * restore prettier * change license order * move local hooks to public repo * move prettier-xml to pre-commit-hooks-ros * update version for bug-fix * apply pre-commit * Change formatter to clang-format and black (autowarefoundation#2332) * Revert "Temporarily comment out pre-commit hooks" This reverts commit 748e9cdb145ce12f8b520bcbd97f5ff899fc28a3. * Replace ament_lint_common with autoware_lint_common Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Remove ament_cmake_uncrustify and ament_clang_format Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Apply Black Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Apply clang-format Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix build errors Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix for cpplint * Fix include double quotes to angle brackets Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Apply clang-format Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix build errors Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Add COLCON_IGNORE (autowarefoundation#500) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Remove COLCON_IGNORE under localization (autowarefoundation#553) * Remove 'pose_initializer/COLCON_IGNORE' (autowarefoundation#556) * add README.md (autowarefoundation#623) * add README.md * fix typo * minor fix * Update localization/util/autoware_localization_rviz_plugin/initial_pose_button_panel/README.md Co-authored-by: Kazuki Miyahara <kmiya@outlook.com> * Update localization/util/autoware_localization_rviz_plugin/initial_pose_button_panel/README.md Co-authored-by: Kazuki Miyahara <kmiya@outlook.com> * Update localization/util/autoware_localization_rviz_plugin/initial_pose_button_panel/README.md Co-authored-by: Takayuki Murooka <takayuki.murooka@tier4.jp> Co-authored-by: Kazuki Miyahara <kmiya@outlook.com> Co-authored-by: tkimura4 <tomoya.kimura@tier4.jp> * add readme in pose initializer (autowarefoundation#636) * add readme in pose initializer Signed-off-by: Kosuke Murakami <kosuke.murakami@tier4.jp> * modify doc Signed-off-by: Kosuke Murakami <kosuke.murakami@tier4.jp> * move autoware_localization_srvs package (autowarefoundation#689) * move autoware_localization_srvs package * apply pre-commit * rename pose_with_cov to pose_with_covariance * apply pre-commit * fix: move initial_pose_button_panel directory Co-authored-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> Co-authored-by: Daichi Murakami <harihitode@gmail.com> Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> Co-authored-by: Nikolai Morin <nikolai.morin@apex.ai> Co-authored-by: Nikolai Morin <nnmmgit@gmail.com> Co-authored-by: nik-tier4 <71747268+nik-tier4@users.noreply.github.com> Co-authored-by: Ryohsuke Mitsudome <43976834+mitsudome-r@users.noreply.github.com> Co-authored-by: Autoware <autoware@tier4.jp> Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> Co-authored-by: Servando <43142004+sgermanserrano@users.noreply.github.com> Co-authored-by: Kosuke Murakami <kosuke.murakami@tier4.jp> Co-authored-by: Daisuke Nishimatsu <42202095+wep21@users.noreply.github.com> Co-authored-by: YamatoAndo <yamato.ando@gmail.com> Co-authored-by: tkimura4 <tomoya.kimura@tier4.jp> Co-authored-by: Kazuki Miyahara <kmiya@outlook.com> Co-authored-by: Takagi, Isamu <43976882+isamu-takagi@users.noreply.github.com> Co-authored-by: Hiroki OTA <hiroki.ota@tier4.jp> Co-authored-by: Keisuke Shima <19993104+KeisukeShima@users.noreply.github.com> Co-authored-by: Takeshi Ishita <ishitah.takeshi@gmail.com> Co-authored-by: Takayuki Murooka <takayuki5168@gmail.com> Co-authored-by: Takayuki Murooka <takayuki.murooka@tier4.jp>
chore: sync upstream
chore(repos): update repos Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
* feat: change repos to latest autoware Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> * chore: sync latest (autowarefoundation#505) * fix: fix typo vender -> vendor (autowarefoundation#504) * chore: sync files (autowarefoundation#497) Signed-off-by: GitHub <noreply@github.com> Signed-off-by: GitHub <noreply@github.com> Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com> * fix: use hash for Autoware's Ansible Galaxy (autowarefoundation#506) * chore: remove kvaser role (autowarefoundation#491) * chore: remove kvaser roles (autowarefoundation#145) Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> * fix: remove kvaser role (autowarefoundation#146) Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> * chore: sync files (autowarefoundation#507) * chore: sync files Signed-off-by: GitHub <noreply@github.com> * Update ansible-galaxy-requirements.yaml Signed-off-by: GitHub <noreply@github.com> Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com> Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> Signed-off-by: GitHub <noreply@github.com> Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> Co-authored-by: Hiroki OTA <hiroki.ota@tier4.jp> Co-authored-by: tier4-autoware-private-bot[bot] <87871706+tier4-autoware-private-bot[bot]@users.noreply.github.com> Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com> Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> Co-authored-by: Tomoya Kimura <tomoya.kimura@tier4.jp> Co-authored-by: Fumiya Watanabe <rej55.g@gmail.com> * [repos] add rclcpp to fix server connection failure in scenario test Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * fix(rclcpp): use humble retry patch branch (autowarefoundation#575) fix(rclcpp): use humble retry patch branch Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * feat: add sync from awf-latest -> awf-latest-xx1 (autowarefoundation#578) Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * feat: change launch repo (autowarefoundation#603) feat: change launch repo to awf/autoware_launch Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * chore: remove unnecessary sync (autowarefoundation#611) * chore: remove unnecessary sync Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * add new sync for reference design Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> --------- Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * feat: remove rclcpp hotfix (autowarefoundation#610) Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * feat: add eagleye packages in autoware.repos Signed-off-by: kminoda <koji.minoda@tier4.jp> * style(pre-commit): autofix * feat: use develop/planning_control scenario_simulator_v2 (autowarefoundation#633) Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * chore(repos): update branch of `transport_drivers` (autowarefoundation#636) chore(repos): update repos Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * chore: update simulator.repos (autowarefoundation#685) update branch of scenario_simulator_v2 from develop/planning_control to master Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * feat: add run_out's stop margin (autowarefoundation#692) Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * feat: add j6_gen1 and ymc_golfcart_m0 description (autowarefoundation#693) Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * revert: feat: add j6_gen1 and ymc_golfcart_m0 description (autowarefoundation#693) (autowarefoundation#694) Revert "feat: add j6_gen1 and ymc_golfcart_m0 description (autowarefoundation#693)" This reverts commit 46c1046c68e19404f3d430c8775d7c436266e125. * feat: add j6_gen1 and ymc_golfcart_m0 description (autowarefoundation#695) Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * feat: use awf-latest branch for universe and launcher (autowarefoundation#720) * feat: use awf-latest branch for universe and launcher Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * update README.md Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * minor update Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * fix Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * fix spell Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> --------- Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * chore: sync files (autowarefoundation#708) Signed-off-by: GitHub <noreply@github.com> Co-authored-by: github-actions <github-actions@github.com> * feat: add get ml model script (autowarefoundation#730) * feat: add get_ml_model script (autowarefoundation#688) * feat: add get_ml_model script Signed-off-by: 1222-takeshi <m.takeshi1995@gmail.com> * style(pre-commit): autofix * fix: fix pre-commit Signed-off-by: 1222-takeshi <m.takeshi1995@gmail.com> * style(pre-commit): autofix --------- Signed-off-by: 1222-takeshi <m.takeshi1995@gmail.com> Co-authored-by: 1222-takeshi <1222-takeshi@users.noreply.github.com> * feat: update model install script (autowarefoundation#690) Signed-off-by: Shin-kyoto <aquashin0202@gmail.com> --------- Signed-off-by: 1222-takeshi <m.takeshi1995@gmail.com> Signed-off-by: Shin-kyoto <aquashin0202@gmail.com> Co-authored-by: 1222-takeshi <1222-takeshi@users.noreply.github.com> Co-authored-by: Shintaro Tomie <58775300+Shin-kyoto@users.noreply.github.com> * chore: remove no longer used ml_model_provider repo (autowarefoundation#731) Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp> * chore: sync files (autowarefoundation#738) Signed-off-by: GitHub <noreply@github.com> Co-authored-by: github-actions <github-actions@github.com> * awf pr 4212 Signed-off-by: Mamoru Sobue <hilo.soblin@gmail.com> * feat: update README.md (autowarefoundation#765) * feat: update README.md Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * fix Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * remove sync-awf-latest Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * fix typo Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> --------- Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> --------- Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> Signed-off-by: GitHub <noreply@github.com> Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> Signed-off-by: kminoda <koji.minoda@tier4.jp> Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> Signed-off-by: 1222-takeshi <m.takeshi1995@gmail.com> Signed-off-by: Shin-kyoto <aquashin0202@gmail.com> Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp> Signed-off-by: Mamoru Sobue <hilo.soblin@gmail.com> Co-authored-by: tomoya.kimura <tomoya.kimura@tier4.jp> Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> Co-authored-by: tier4-autoware-private-bot[bot] <87871706+tier4-autoware-private-bot[bot]@users.noreply.github.com> Co-authored-by: Hiroki OTA <hiroki.ota@tier4.jp> Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com> Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> Co-authored-by: Fumiya Watanabe <rej55.g@gmail.com> Co-authored-by: Kosuke Takeuchi <kosuke.tnp@gmail.com> Co-authored-by: kminoda <koji.minoda@tier4.jp> Co-authored-by: kminoda <kminoda@users.noreply.github.com> Co-authored-by: kminoda <44218668+kminoda@users.noreply.github.com> Co-authored-by: Satoshi OTA <44889564+satoshi-ota@users.noreply.github.com> Co-authored-by: Kyoichi Sugahara <kyoichi.sugahara@tier4.jp> Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Takeshi Miura <m.takeshi1995@gmail.com> Co-authored-by: 1222-takeshi <1222-takeshi@users.noreply.github.com> Co-authored-by: Shintaro Tomie <58775300+Shin-kyoto@users.noreply.github.com> Co-authored-by: Shunsuke Miura <37187849+miursh@users.noreply.github.com> Co-authored-by: Mamoru Sobue <hilo.soblin@gmail.com>
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Checklist
Description
Most of the time, behavior_path_planner sometimes can't plan a path with the first given goal command from rviz2. And the node gives this error:
And when the second time a goal command is given (even though exactly the same goal pose as the first one) behavior_path_planner is able to plan the path.
Expected behavior
behavior_path_planner should be able to calculate a path with the first goal pose given.
Actual behavior
Most of the time, behavior_path_planner sometimes can't plan a path with the first given goal command from rviz2
Steps to reproduce
Versions
Possible causes
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: