forked from byu-magicc/rosplane
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from BYU-MAGICC/flight_testing
Flight testing
- Loading branch information
Showing
6 changed files
with
52 additions
and
16 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
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,34 @@ | ||
<launch> | ||
|
||
<rosparam subst_value="True"> | ||
naze: { imu_pub_rate: 100.0, | ||
rc_send_rate: 50.0, | ||
timeout: 20 } | ||
|
||
</rosparam> | ||
|
||
<rosparam command="load" file="$(find fcu_io)/param/rc.yaml"/> | ||
|
||
<node name="naze" pkg="fcu_io" type="fcu_io_node" output="screen"> | ||
<param name="serial_port" value="/dev/ttyUSB1"/> | ||
</node> | ||
|
||
|
||
<node name="estimator" pkg="ros_plane" type="ros_plane_estimator" output="screen"/> | ||
|
||
<node name="controller" pkg="ros_plane" type="ros_plane_controller"> | ||
<param name="PWM_RAD_E" value="2.8"/> | ||
<param name="PWM_RAD_A" value="-1.6"/> | ||
<param name="PWM_RAD_R" value="1.8"/> | ||
</node> | ||
<node name="path_follower" pkg="ros_plane" type="ros_plane_path_follower"/> | ||
<!-- GPS --> | ||
|
||
<node name="gps_driver" pkg="fcu_common" type="gps"> | ||
<param name="port" value="/dev/ttyUSB0"/> | ||
<param name="baud" value="57600"/> | ||
</node> | ||
|
||
</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 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