-
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
control folder, controller package, common launch file #143
base: nightly
Are you sure you want to change the base?
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.
please resolve my comments - Tanish
'pure_pursuit = controller.pure_pursuit_controller.main', | ||
], | ||
}, | ||
data_files=[ |
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.
have you tested having 2 "data_files" works?
executable=controller_type, #reference the controller name passed as argument | ||
name=controller_type, # Node name matches the controller name | ||
output='screen', | ||
parameters=[{'controller_type': controller_type}] |
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.
the parameters argument is if the controller_type node has parameters. Is controller_type a parameter in the node?
Everything else looks good, nice!
@@ -0,0 +1,15 @@ | |||
from launch import LaunchDescription |
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.
why is the Stanley controller here if it's copied to the controller package?
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.
This should be deleted
@@ -0,0 +1,15 @@ | |||
from launch import LaunchDescription |
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.
This should be deleted
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.
There are some missing dependencies:
ackermann_msgs
moa_msgs
geometry_msgs
Description