-
Notifications
You must be signed in to change notification settings - Fork 15
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
Document / update coordinates and units #48
Comments
A reminder to whoever closing the ticket: The condition for closing this ticket should be that we document this in the README, preferably in diagram form with the vehicle and rotational arrows indicating positive directions. Another possibility is to document it in the Wiki. However, I must note that it came up in another project that GitHub does not allow search engines to crawl GitHub Wikis. That means for us a loss of discoverability (which otherwise comes for free), if we put more and more things in the Wiki. I would lean toward putting things in the repo rather than the Wiki. The other argument against the Wiki is that putting things in the repo is more visible because PRs are required. Wiki updates does not require PRs. A third argument is that the wiki is more disorganized because folders don't go into URLs, if the amount of content ever requires organizing in folders. I don't have anything personal against GitHub Wikis, I'm just making everyone aware of the disadvantages of GitHub wikis that we found with NPS. |
As part of this issue, I started writing tests for the Thruster plugin upstream, because it was originally merged without tests in gazebosim/gz-sim#749. Working on this branch: |
Reopening, we still need to sort out the coordinate frames |
What still needs fixing:
What's been done so far:
Given all the issues orienting the model with Z-down, I'm now considering going back to the initial approach of inserting multiple offsets within |
Done! |
As I'm going through the code, I have various questions about coordinates, units, etc. I'm planning to go over them one by one, documenting them and fixing anything in case it's not correct (hopefully it's all correct though).
The text was updated successfully, but these errors were encountered: