Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It dosnt support go command #15

Open
cod3r0k opened this issue Sep 17, 2023 · 0 comments
Open

It dosnt support go command #15

cod3r0k opened this issue Sep 17, 2023 · 0 comments

Comments

@cod3r0k
Copy link

cod3r0k commented Sep 17, 2023

Hi,
I want to call go_xyz command and it is not implemented in tello sim. As you can see below, it just call "go x y z command in tello

    def go_xyz_speed(self, x: int, y: int, z: int, speed: int):
        """Fly to x y z relative to the current position.
        Speed defines the traveling speed in cm/s.
        Arguments:
            x: -500-500
            y: -500-500
            z: -500-500
            speed: 10-100
        """
        cmd = 'go {} {} {} {}'.format(x, y, z, speed)
        self.send_control_command(cmd)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant