-
Notifications
You must be signed in to change notification settings - Fork 0
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 basic sim function to refactor #3
Conversation
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.
Finish up the changes I asked for and add a page to the wiki
|
||
def __init__(self): | ||
super().__init__('sim_single') | ||
self.get_logger().info('INITIALIZED.') |
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.
Initialized what?
"RACELINE_PASS": (589468.02, 4476993.07, -160), | ||
} | ||
|
||
self.number_publisher = self.create_publisher(Float64, 'numbers', 1) |
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.
Delete
Float64, "buggy/input/steering", self.update_steering_angle, 1 | ||
) | ||
# To read from velocity | ||
self.velocity_subscriber = self.create_subscription( |
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.
sim/velocity
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.
Duplicate engine
|
||
if (self.get_namespace() == "/NAND"): | ||
self.buggy_name = "NAND" | ||
self.declare_parameter('pose', "Hill1_NAND") |
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.
What is delcare parameter mean?
What type of PR is this? (check all applicable)
Description
Added engine code, translated to ros 2, added command line args
Related Tickets & Documents
QA Instructions, Screenshots, Recordings
Please replace this line with instructions on how to test your changes, a note
on the devices and browsers this has been tested on, as well as any relevant
images for UI changes.
Added/updated tests?
We encourage you to keep the code coverage percentage at 80% and above.
have not been included
[optional] Are there any post deployment tasks we need to perform?
[optional] What gif best describes this PR or how it makes you feel?