mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 11:59:17 +08:00
add joystick to launch file
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
<launch>
|
<launch>
|
||||||
|
|
||||||
<group ns="px4_example">
|
<group ns="px4_example">
|
||||||
|
<node pkg="joy" name="joy_node" type="joy_node"/>
|
||||||
<node pkg="px4" name="manual_input" type="manual_input"/>
|
<node pkg="px4" name="manual_input" type="manual_input"/>
|
||||||
<node pkg="px4" name="attitude_estimator" type="attitude_estimator"/>
|
<node pkg="px4" name="attitude_estimator" type="attitude_estimator"/>
|
||||||
<node pkg="px4" name="mc_att_control" type="mc_att_control"/>
|
<node pkg="px4" name="mc_att_control" type="mc_att_control"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user