We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 543a043 commit a6c4dfdCopy full SHA for a6c4dfd
dexi/launch/dexi.launch.xml
@@ -3,6 +3,7 @@
3
<let name="droneblocks" value="false" />
4
<let name="sitl" value="false" />
5
<let name="led" value="true" />
6
+ <let name="gpio" value="true" />
7
<let name="offboard" value="true" />
8
9
<!-- These can be passed in from command line -->
dexi_py/launch/gpio.launch.py
@@ -28,6 +28,15 @@ def generate_launch_description():
28
{'pin': 22}
29
]
30
),
31
+ Node(
32
+ package='dexi_py',
33
+ namespace='dexi',
34
+ executable='gpio_reader',
35
+ name='gpio_input_23',
36
+ parameters = [
37
+ {'pin': 23}
38
+ ]
39
+ ),
40
Node(
41
package='dexi_py',
42
namespace='dexi',
0 commit comments