-
Notifications
You must be signed in to change notification settings - Fork 650
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add pose_twist_fusion_filter packages #56
feat: add pose_twist_fusion_filter packages #56
Commits on Dec 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f0efb5f - Browse repository at this point
Copy the full SHA f0efb5fView commit details -
Avoid setting CMAKE_BUILD_TYPE=Release in each CMakeLists.txt (autowa…
…refoundation#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>
Configuration menu - View commit details
-
Copy full SHA for a92f2d8 - Browse repository at this point
Copy the full SHA a92f2d8View commit details -
remove ROS1 packages temporarily
Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for e6968b6 - Browse repository at this point
Copy the full SHA e6968b6View commit details -
Revert "remove ROS1 packages temporarily"
This reverts commit f29c914. Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for 222c0fc - Browse repository at this point
Copy the full SHA 222c0fcView commit details -
add COLCON_IGNORE to ros1 packages
Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for 446def6 - Browse repository at this point
Copy the full SHA 446def6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 384eafd - Browse repository at this point
Copy the full SHA 384eafdView commit details -
* Ported ekf_localizer to ROS 2 * Ported ekf_localizer to ROS 2, but disabled them * Update launch file * Use ::SharedPtr where available * Replace deprecated Float64 with Float64Stamped from autoware_debug_msgs * Install launch file * Added stamps
Configuration menu - View commit details
-
Copy full SHA for 09c57ea - Browse repository at this point
Copy the full SHA 09c57eaView commit details -
fix duration unit for RCLCPP_*_THROTTLE (autowarefoundation#75)
Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 974f852 - Browse repository at this point
Copy the full SHA 974f852View commit details -
Rename h files to hpp (autowarefoundation#142)
* Change includes * Rename files * Adjustments to make things compile * Other packages
Configuration menu - View commit details
-
Copy full SHA for 73deb48 - Browse repository at this point
Copy the full SHA 73deb48View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa275b6 - Browse repository at this point
Copy the full SHA aa275b6View commit details -
Use quotes for includes where appropriate (autowarefoundation#144)
* Use quotes for includes where appropriate * Fix lint tests * Make tests pass hopefully
Configuration menu - View commit details
-
Copy full SHA for 75d4e46 - Browse repository at this point
Copy the full SHA 75d4e46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97f8f46 - Browse repository at this point
Copy the full SHA 97f8f46View commit details -
[ekf_localizer] [pose_initializer] fix topic message type (autowarefo…
…undation#176) Co-authored-by: Autoware <autoware@tier4.jp> Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2e922c9 - Browse repository at this point
Copy the full SHA 2e922c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58cdf08 - Browse repository at this point
Copy the full SHA 58cdf08View commit details -
add initialization for roll&pitch, remove condition in launch (autowa…
…refoundation#209) Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 09b0fb6 - Browse repository at this point
Copy the full SHA 09b0fb6View commit details -
fix units of time objects (autowarefoundation#195)
* fix units of time objects Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * fix tests Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * fix test Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for 2618625 - Browse repository at this point
Copy the full SHA 2618625View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbdcc71 - Browse repository at this point
Copy the full SHA fbdcc71View commit details -
Ros2 v0.8.0 ekf localizer (autowarefoundation#270)
* restore file name for v0.8.0 update Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * fix typos in localization (autowarefoundation#890) * move kalman filter to lib package (autowarefoundation#1141) * move kalman filter to lib package * add kalman_filter dir * Revert "restore file name for v0.8.0 update" This reverts commit 485111da0aba91eeddda77e1e3b6b3f517373163. Co-authored-by: Kazuki Miyahara <kmiya@outlook.com> Co-authored-by: Yukihiro Saito <yukky.saito@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1b00d76 - Browse repository at this point
Copy the full SHA 1b00d76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0456812 - Browse repository at this point
Copy the full SHA 0456812View commit details -
Remove use_sim_time for set_parameter (autowarefoundation#1260)
Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>
Configuration menu - View commit details
-
Copy full SHA for 05f69f3 - Browse repository at this point
Copy the full SHA 05f69f3View commit details -
update ekf readme (add reference) (autowarefoundation#1382) (autoware…
…foundation#1383) * update ekf readme (add reference) (autowarefoundation#1382) Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * Fix typo Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8f3c891 - Browse repository at this point
Copy the full SHA 8f3c891View commit details -
Add pre-commit (autowarefoundation#1560)
* add pre-commit * add pre-commit-config * add additional settings for private repository * use default pre-commit-config * update pre-commit setting * Ignore whitespace for line breaks in markdown * Update .github/workflows/pre-commit.yml Co-authored-by: Kazuki Miyahara <kmiya@outlook.com> * exclude svg * remove pretty-format-json * add double-quote-string-fixer * consider COLCON_IGNORE file when seaching modified package * format file * pre-commit fixes * Update pre-commit.yml * Update .pre-commit-config.yaml Co-authored-by: Kazuki Miyahara <kmiya@outlook.com> Co-authored-by: pre-commit <pre-commit@example.com> Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f60cefb - Browse repository at this point
Copy the full SHA f60cefbView commit details -
Add markdownlint and prettier (autowarefoundation#1661)
* Add markdownlint and prettier Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Ignore .param.yaml Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Apply format Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for accfbbe - Browse repository at this point
Copy the full SHA accfbbeView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 121a8cb - Browse repository at this point
Copy the full SHA 121a8cbView commit details -
fix some typos (autowarefoundation#1941)
* fix some typos * fix typo * Fix typo Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> Co-authored-by: Kenji Miyake <kenji.miyake@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for 812272e - Browse repository at this point
Copy the full SHA 812272eView commit details -
Configuration menu - View commit details
-
Copy full SHA for da37357 - Browse repository at this point
Copy the full SHA da37357View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 7ccaf1d - Browse repository at this point
Copy the full SHA 7ccaf1dView commit details -
add createQuaternionFromYaw (autowarefoundation#2120)
* add createQuaternionFromYaw * add test * change return value type of createQuaternionFromRPY from tf2::quat to geomety_msgs::msg::quat * use geometry_msgs::msg::Quaternion in createQuaternionFromRPY in application
Configuration menu - View commit details
-
Copy full SHA for b024261 - Browse repository at this point
Copy the full SHA b024261View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b4b082 - Browse repository at this point
Copy the full SHA 2b4b082View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for ecc2fc9 - Browse repository at this point
Copy the full SHA ecc2fc9View commit details -
Add COLCON_IGNORE (autowarefoundation#500)
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for b45d747 - Browse repository at this point
Copy the full SHA b45d747View commit details -
add nav_msgs::msg::Odometry and publish odometry topic to ekf_localiz…
…er (autowarefoundation#501) * publish odometry * remove COLCON IGNORE * fixed typo * fixed order in package.xml * add odom name * fixed frame id * pre commit
Configuration menu - View commit details
-
Copy full SHA for 1102e5b - Browse repository at this point
Copy the full SHA 1102e5bView commit details -
subscribe odometry msg in stop filter package (autowarefoundation#520)
* remove COLCON IGNORE * use nav_msgs::msg::Odometry * publish stop filter odometry
Configuration menu - View commit details
-
Copy full SHA for ed65433 - Browse repository at this point
Copy the full SHA ed65433View commit details -
Configuration menu - View commit details
-
Copy full SHA for 106ed0c - Browse repository at this point
Copy the full SHA 106ed0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 039c496 - Browse repository at this point
Copy the full SHA 039c496View commit details -
[stop filter] remove twist publisher (autowarefoundation#586)
* remove twist publisher * remove twist publisher in README
Configuration menu - View commit details
-
Copy full SHA for 642007d - Browse repository at this point
Copy the full SHA 642007dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f2392b - Browse repository at this point
Copy the full SHA 7f2392bView commit details -
[ekf_localizer] remove input pose and twist topic (autowarefoundation…
…#707) * remove input pose and twist topic * fixed README * pre-commit * remove unused parameter
Configuration menu - View commit details
-
Copy full SHA for db3c6fa - Browse repository at this point
Copy the full SHA db3c6faView commit details
Commits on Dec 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b700220 - Browse repository at this point
Copy the full SHA b700220View commit details -
Configuration menu - View commit details
-
Copy full SHA for 354a18e - Browse repository at this point
Copy the full SHA 354a18eView commit details