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

added sGoToBall #13

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

added sGoToBall #13

wants to merge 3 commits into from

Conversation

sipah00
Copy link
Contributor

@sipah00 sipah00 commented May 15, 2017

obstacle class will be defined in other file.


def execute(param,state,bot_id):
obs = []
for i in range(0,len(state.homeDetected)):
Copy link
Contributor

Choose a reason for hiding this comment

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

Refer this on how to replace state.homeDetected

o.radius=2*BOT_RADIUS
obs.append(o)

for j in range(0,len(state.awayDetected)):
Copy link
Contributor

Choose a reason for hiding this comment

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

Same as above


pathplanner = MergeSCurve()

botPos = Vector2D(state.homePos[bot_id].x,state.homePos[bot_id].y)
Copy link
Contributor

Choose a reason for hiding this comment

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

Make sure that parameters to Vector2D() are of type int

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