change up to 0.05

This commit is contained in:
Sem van der Hoeven
2023-05-04 11:53:40 +02:00
parent 2485647c72
commit 5ab0a39ee3

View File

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