pet93
pet93
Hi everyone! I'm working at a Nao robot simulation that performs with VELOCITY actuator_type but I have to switch to SERVO mode. Once done, robot falls down due to gravity...
Hi, I'm trying to set Tello Edu speed by typing self.send_command('speed {}'.format(speed)), e.g., tello.send_command('speed {}'.format(20)), and even though tello response is 'ok' it actually doesn't move. How can I solve...
Hi, I'm attempting to retrieve altimeter height in order to make an height control. I subscribed EVENT_FLIGHT_DATA (by copying default code) but height is fixed to 0, while other parameters...
Hi! I'm trying to set speed by using command, e.g., send_command('speed 10'), and even though I receive back 'ok', the drone doesn't move (when I use other commands like send_command('up...
Hi! I'm attempting to use pose recognition, but when i run the main project and i switch on the pose recognition, the joints' skeleton of my body doesn't appear. I've...