add launch file
This commit is contained in:
15
src/px4_connection/launch/px4_controller_heardbeat_launch.py
Normal file
15
src/px4_connection/launch/px4_controller_heardbeat_launch.py
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
from launch import LaunchDescription
|
||||||
|
from launch_ros.actions import Node
|
||||||
|
|
||||||
|
def generate_launch_description():
|
||||||
|
return LaunchDescription([
|
||||||
|
Node(
|
||||||
|
package="px4_connection",
|
||||||
|
executable="heartbeat"
|
||||||
|
),
|
||||||
|
Node(
|
||||||
|
package="px4_connection",
|
||||||
|
executable="px4_controller"
|
||||||
|
)
|
||||||
|
|
||||||
|
])
|
||||||
Submodule src/px4_msgs updated: ffc3a4cd57...b64ef0475c
Reference in New Issue
Block a user