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

method "void startAt (float x, float y, float z)" at missionSpec could have the pitch (and the yaw) parameters as in the .xml file #295

Closed
jorallo opened this issue Aug 23, 2016 · 0 comments
Assignees
Labels
Milestone

Comments

@jorallo
Copy link
Contributor

jorallo commented Aug 23, 2016

The XML file allows for AgentStart with four parameters, as follows:

<AgentStart>
<Placement x="100.5" y="226" z="97.5" pitch="50"  yaw="0" />
</AgentStart>

But the method only allows 3.
Of course, we can specify a pitch (and the yaw) through the XML file and even do this for multiple task generators where the start position changes with the instance, by inserting a variable string into the file, but at some point it would be handy to have the pitch (and also the yaw) parameter as well in the startAt method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants