-
Notifications
You must be signed in to change notification settings - Fork 5
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
Getting started README #13
base: master
Are you sure you want to change the base?
Getting started README #13
Conversation
|------------------------------|----------------------------|---------------------------------------------------------------------------------------|---| | ||
| /pacsim/steering_setpoint | pacsim::msg::StampedScalar | Target steering angle at the steering wheel/sensor (rad) | YES | | ||
| /pacsim/torques_max | pacsim::msg::Wheels | Upper bound torque value at each wheel's motor (Nm) | YES | | ||
| /pacsim/powerground_setpoint | pacsim::msg::StampedScalar | Powered ground multiplier. 0 for no powered aero, 1 for full capacity (Dimensionless) | YES | |
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.
Please put this in the last row so that related topics are grouped together
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 don't fully understand the order in which you want me to put these topics, but I will recommit with a newly sorted one and see if you like it. If you don't like it, let me know.
I think it makes sense to have a section for the simulator inputs and outputs each. Could you add that structure to the README and just put a "TBD" placeholder for the outputs?
|
Also in the table, could you replace "USED" with "USED WITH DEFAULT MODEL"? |
Created a getting_started.md file, that goes into a little bit of detail on topics PacSim subscribes to, what they mean, and regurgitates some other information already present in the main README and the ARWO presentation slides.
If there's anything you'd like me to change, please let me know :>