-
Notifications
You must be signed in to change notification settings - Fork 103
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
Set pose action for the driving domain #109
Conversation
Hi Abel, that test that failed is an unfortunate edge case in our roads library that I don't think has anything to do with your changes. I'll rerun the test suite and see if it goes away. |
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.
Changes look good to me and fill the gap we currently have since we already support setPosition
, setVelocity
, etc...
When adding a new action to the driving domain, you need to add implementations to all simulator interfaces which support that domain. Looks like CARLA and LGSVL are missing in this PR. |
Since Carla already supports mutating the heading via set-transform, how about we remove the set-heading action from the driving domain? |
I think it would be better to add it to the driving domain, since it makes sense for all simulators; I think |
Sounds good, I'll update my PR. |
Since Carla does not have a dedicated setter for actor rotations, in a |
I defined the |
No description provided.