We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bead1a6 commit 7d7c483Copy full SHA for 7d7c483
tests/pixhawk_control_mode/main.py
@@ -46,6 +46,8 @@
46
47
48
class Test(Node):
49
+ """Test class."""
50
+
51
def __init__(self, drone_id='drone_sim_0'):
52
super().__init__(f'{drone_id}_test')
53
0 commit comments