8000 Simulation time and flight mode input ranges · Issue #83 · jjshoots/PyFlyt · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Simulation time and flight mode input ranges #83
Open
@semihtasbas

Description

@semihtasbas

Hi,

I have two questions:

  1. I am confused about set_setpoint() and env.step() functions. For example I run examples/03_control with below settings:

env.set_mode(6)
setpoint = np.array([1.0, 1.0, 0.0, 1.0])
env.set_setpoint(0, setpoint)

for i in range(500):
env.step()

After 120 time step, the linear velocity output is [0.8311551,0.8359855,0.84075016]. I expected it to be array with ones (or near ones). When I set change mode to position (7), the output of time step 120 is [0.34209266,0.3467627,0.35143232]. So the output of the RL algorithm and environment state not match. I don't know about low-level controllers, can you help me with this?

  1. I couldn't find the upper and lower limits of the flight modes input range. For example, what is the upper and lower bound of the linear velocity?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0