Skip to content

Conversation

macgyver912
Copy link
Contributor

@macgyver912 macgyver912 commented Dec 20, 2018

No se ha subido el fichero AirController.cpp para evitar conflictos con los personales de cada uno.

Para emplear la funcionalidad nueva basta con añadir al fichero AirController.cpp las llamadas en el constructor a loadNavPoints() y loadNavCircuits().

Dejo como ejemplo mi fichero de prueba AirController.cpp donde se cargan los puntos de ruta y las propias rutas desde ATCSim/navdata/points.nav y ATCSim/navdata/circuits.nav:

https://github.com/macgyver912/ATCSim/blob/a16b0ec63fe63e2279f882a67c86868ff4a90c69/src/simulator/AirController.cpp

No se prevén más cambios en AirController.cpp.

ESTE PULL REQUEST CIERRA EL ISSUE #29 y PR #34 RELACIONADOS CON POSITION Y WAYPOINTS.

*/

#include "AirController.h"
#include "Airport.h"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No metas ningún cambio en AirController. Dejamos tu funcionalidad nueva, pero no la incluimos aquí para no liar al resto

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dejé el archivo AirController.cpp sin subir para que no se le actualizase a los demás, pero daba error por faltarle un fichero y entonces hice otro push con el fichero a mi rama remota y se integró aquí directamente.

Estoy haciendo checkout del fichero AirController.cpp desde fmrico/master.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ya se ha devuelto el fichero AirController.cpp a su estado original. ¿Es correcto @fmrico ?

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

Successfully merging this pull request may close these issues.

2 participants