-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP #10: Lots of minor bug fixes - launch file for ekf test runs okay
- Loading branch information
Jacob Gloudemans
committed
Feb 6, 2019
1 parent
38de586
commit 471eba8
Showing
7 changed files
with
64 additions
and
51 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,29 @@ | ||
<launch> | ||
|
||
<!-- Parameters to define true pose for reference in error calculations--> | ||
<param name="true_x" type="double" value="-1"/> | ||
<param name="true_y" type="double" value="-1"/> | ||
<param name="true_z" type="double" value="-1"/> | ||
<param name="true_orientation_x" type="double" value="-1"/> | ||
<param name="true_orientation_y" type="double" value="-1"/> | ||
<param name="true_orientation_z" type="double" value="-1"/> | ||
<param name="true_orientation_w" type="double" value="-1"/> | ||
<param name="total_data_points" type="int" value="20"/> | ||
|
||
<!-- parameters for image_publisher node --> | ||
<param name="device_id" value="0"/> | ||
<param name="calibration_file" value="camera_a.yaml"/> | ||
<param name="publish_rate" value="20"/> | ||
<param name="image_width" value="640"/> | ||
<param name="image_height" value="480"/> | ||
|
||
<!-- Run all the nodes required for the ekf test --> | ||
<node name="image_publisher" pkg="vision" type="image_publisher.py"/> | ||
<node name="aruco" pkg="vision" type="aruco_localization.py"/> | ||
<node name="aruco_ekf" pkg="slam" type="ArucoEKF.py"/> | ||
<node name="test_ekf" pkg="slam" type="testEKF.py"/> | ||
|
||
<!-- Launch the rqt_console to view the log info printed at the end of the test --> | ||
<node name="rqt_console" pkg="rqt_console" type="rqt_console"/> | ||
|
||
</launch> |
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 was deleted.
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
Empty file.