forked from cra-ros-pkg/robot_localization
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tested latest merge from upstream/ros2 in the simulator (#1)
* Changelogs * 3.4.0 * Adding issue templates * Update issue templates * install headers (cra-ros-pkg#786) * bump Humble to 3.4.1 for release (cra-ros-pkg#789) * bumping to 3.4.2 for humble release (cra-ros-pkg#806) * bumping humble to 3.5.1 to override incorrect binaries (cra-ros-pkg#816) * Utm using geographiclib humble branch (cra-ros-pkg#834) * Add single test for navsat_conversions * Add a southern point to the navsat_transform test * LLtoUTM using GeographicLib * Use GeographicLib for UTMtoLL conversions * Linting * Forgot include * Fix compilation * Calculate gamma because it's a function output and was supplied before * Also test for gamma conversion * Align naming and install * Utm using geographiclib ros2 branch (cra-ros-pkg#833) * Add single test for navsat_conversions * Add a southern point to the navsat_transform test * LLtoUTM using GeographicLib * Use GeographicLib for UTMtoLL conversions * Linting * Forgot include * Fix compilation * Calculate gamma because it's a function output and was supplied before * Also test for gamma conversion * Align naming and install * Test navsat transform functionality (cra-ros-pkg#838) * Wait for odometry message before setting manual datum so that the base and world frame names can be set. (cra-ros-pkg#835) * wait for odom msg before setting manual datum * Wait for odometry message before setting manual datum so that the base and world frame names can be set. (cra-ros-pkg#836) * wait for odom msg before setting manual datum * fix header timestamp (cra-ros-pkg#852) Co-authored-by: Luke Chang <[email protected]> * fix header timestamp (cra-ros-pkg#852) Co-authored-by: Luke Chang <[email protected]> * Changelogs * 3.5.2 * Fixing angle clamping for humble (cra-ros-pkg#854) * fix: modify dual_ekf_navsat_example.launch file to remap the correct imu topic (cra-ros-pkg#857) * Feature/set utm service (cra-ros-pkg#856) * Forward port Fix/set utm map frame change --------- Signed-off-by: Tim Clephas <[email protected]> * simplified calculation * simplified calculation * Update issue templates * Migrate static tfs to ros2 format. (cra-ros-pkg#864) * Fix throttle duration (cra-ros-pkg#866) * Fix throttle duration * Update ukf.yaml to match ekf.yaml (cra-ros-pkg#867) Add missing *_pose_use_child_frame parameter. * updated file formatting --------- Signed-off-by: Tim Clephas <[email protected]> Co-authored-by: Tom Moore <[email protected]> Co-authored-by: Olivier Kermorgant <[email protected]> Co-authored-by: Steve Macenski <[email protected]> Co-authored-by: Tim Clephas <[email protected]> Co-authored-by: Tom Greier <[email protected]> Co-authored-by: Luke Chang <[email protected]> Co-authored-by: Luke Chang <[email protected]> Co-authored-by: joeldushouyu <[email protected]> Co-authored-by: Mukunda Bharatheesha <[email protected]> Co-authored-by: thandal <[email protected]>
- Loading branch information
1 parent
22d8c7a
commit 14a4652
Showing
17 changed files
with
449 additions
and
275 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
name: Bug report | ||
about: Create a bug report to fix _only_ critical issues in robot_localization | ||
title: '' | ||
labels: '' | ||
assignees: ayrton04 | ||
|
||
--- | ||
|
||
# ALL QUESTIONS SHOULD BE DIRECTED TO robotics.stackexchange.com | ||
|
||
## When asking a question on robotics.stackexchange.com, please include your full EKF config and one sample message from each sensor input** | ||
|
||
# THIS PACKAGE WILL SOON BE DEPRECATED. UNLESS SEVERE, BUG REPORTS ARE UNLIKELY TO BE ADDRESSED | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Desktop (please complete the following information):** | ||
- OS: | ||
- ROS Distribution: | ||
- `robot_localization` Package Version: | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
name: Feature request | ||
about: FEATURE REQUESTS ARE NOT BEING ACCEPTED | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
# ALL QUESTIONS SHOULD BE DIRECTED TO robotics.stackexchange.com | ||
|
||
## When asking a question on robotics.stackexchange.com, please include your full EKF config and one sample message from each sensor input** | ||
|
||
# THIS PACKAGE WILL SOON BE DEPRECATED. FEATURE REQUESTS WILL NOT BE ADDRESSED. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,4 +40,4 @@ branches: | |
- ros2 | ||
|
||
notifications: | ||
email: false | ||
email: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.