merge Service branch into main #5

Merged
SemvdH merged 193 commits from service into main 2023-05-08 13:42:59 +00:00
Showing only changes of commit 5ab0a39ee3 - Show all commits

View File

@@ -70,9 +70,9 @@ class TestController(Node):
self.send_request(pitch=0.0, yaw=0.0,
roll=0.0, thrust=-0.05)
if key == 'space':
self.get_logger().info('down')
self.get_logger().info('up')
self.send_request(pitch=0.0, yaw=0.0,
roll=0.0, thrust=-0.05)
roll=0.0, thrust=0.05)
# else:
# try:
# # known keys like spacebar, ctrl