forked from ethz-asl/ethzasl_msf
-
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.
fixed timing issues when used with ext propagation. Now working with
pressure sensor and height init.
- Loading branch information
1 parent
47ada13
commit 5af6cae
Showing
10 changed files
with
59 additions
and
104 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 @@ | ||
/docs |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/msf_core |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,8 @@ | ||
<launch> | ||
<node launch-prefix="gdb -ex run --args" name="pose_sensor" pkg="msf_updates" type="pose_sensor" clear_params="true" output="screen"> | ||
<remap from="msf_core/imu_state_input" to="/odroidx/fcu/imu" /> | ||
<remap from="msf_updates/pose_with_covariance_input" to="/odroidx/down/vslam/pose" /> | ||
<remap from="msf_core/imu_state_input" to="/bluebird/fcu/imu" /> | ||
<remap from="msf_updates/pose_with_covariance_input" to="/bluebird/down/vslam/pose" /> | ||
|
||
|
||
<!--remap from="/msf_core/imu_state_input" to="/mav1/fcu/imu"/ --> | ||
<!--remap from="/msf_core/hl_state_input" to="/mav1/fcu/ekf_state_out"/ --> | ||
<!--remap from="/msf_updates/pose_input" to="/mav1/vslam/pose"/ --> | ||
|
||
<rosparam file="$(find msf_updates)/pose_sensor_fix.yaml"/> | ||
<rosparam file="$(find msf_updates)/pose_sensor_fix.yaml"/> | ||
</node> | ||
</launch> |
Oops, something went wrong.