-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Fixed multitype list #1076
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
Fixed multitype list #1076
Conversation
|
thankyou |
AtsushiSakai
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AryazE Sorry. Can you modify all the scripts to use floats?
AtsushiSakai
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I think some changes should be rollbacked. PTAL. @AryazE
| print(__file__ + " start!!") | ||
|
|
||
| # start and goal position | ||
| sx = 10.0 # [m] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry, we can keep these float parameters as before.
| sy = -5.0 # [m] | ||
| gx = 50.0 # [m] | ||
| gy = 50.0 # [m] | ||
| grid_size = 2.0 # [m] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry, we can keep these float parameters as before.
| sy = 10.0 # [m] | ||
| gx = 50.0 # [m] | ||
| gy = 50.0 # [m] | ||
| robot_size = 5.0 # [m] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry, we can keep these float parameters as before.
| sy = 10.0 # [m] | ||
| gx = 50.0 # [m] | ||
| gy = 50.0 # [m] | ||
| robot_size = 5.0 # [m] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry, we can keep these float parameters as before.
|
@AryazE Is it possible to finish this PR? |
|
Done! Thanks for your patience. |
AtsushiSakai
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks!!
Reference issue
What does this implement/fix?
This PR ensures that the lists provided to some path planning algorithms are all
ints and not a mix offloatandint.Additional information
CheckList