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

Adding pause_function to Speed Dreams robots #13

Open
wants to merge 7 commits into
base: ACC
Choose a base branch
from

Conversation

privatereese
Copy link
Member

No description provided.

@privatereese privatereese changed the title Adding pause_function to Speed-Dreams robot Adding pause_function to Speed Dreams robots Sep 20, 2019
@@ -39,10 +39,64 @@
*/

#include <humandriver.h>
#include <standardgame.h>
Copy link
Member Author

Choose a reason for hiding this comment

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

could be deleted

gps.update(car);
vec2 myPos = gps.getPosition();
printf("Players's position according to GPS is (%f, %f)\n", myPos.x, myPos.y);
//printf("Players's position according to GPS is (%f, %f)\n", myPos.x, myPos.y);
Copy link
Member Author

Choose a reason for hiding this comment

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

could be readded

@@ -237,9 +291,18 @@ drive_mt(int index, tCarElt* car, tSituation *s)
static void
drive_at(int index, tCarElt* car, tSituation *s)
{

Copy link
Member Author

Choose a reason for hiding this comment

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

following code is an example for functionality, please substitute

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.

1 participant