-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update pose transformer * update reference * fix launch error * fix(gps_module)pose to posestamped * update reference launch * use gnss original covariance * update plotjuggler * can change gnss cov * parameterized gnss module cov * update rviz * update gpss param * publish original pose when interface rosbag
- Loading branch information
Showing
10 changed files
with
214 additions
and
176 deletions.
There are no files selected for viewing
272 changes: 133 additions & 139 deletions
272
...rkspace/src/aichallenge_submit/aichallenge_submit_launch/config/localizer_plotjuggler.xml
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,7 @@ install(TARGETS | |
|
||
install(DIRECTORY | ||
launch | ||
config | ||
DESTINATION share/${PROJECT_NAME} | ||
) | ||
|
||
|
12 changes: 12 additions & 0 deletions
12
aichallenge/workspace/src/aichallenge_submit/gps_module/config/gps_module.params.yaml
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,12 @@ | ||
/**: | ||
ros__parameters: | ||
debug: false | ||
|
||
scale_position_covariance_x: 1.0 | ||
scale_position_covariance_y: 1.0 | ||
# Not used | ||
scale_position_covariance_z: 1.0 | ||
|
||
scale_orientation_covariance_0: 1.0 | ||
scale_orientation_covariance_1: 1.0 | ||
scale_orientation_covariance_2: 1.0 |
3 changes: 1 addition & 2 deletions
3
aichallenge/workspace/src/aichallenge_submit/gps_module/launch/gps_module.launch.xml
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
3 changes: 3 additions & 0 deletions
3
aichallenge/workspace/src/aichallenge_submit/imu_gnss_poser/config/imu_gnss_poser.param.yaml
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