-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add global launch and configuration files #154
Conversation
Adding argumentsTo do this, I believe that the steps are the following:
|
@patrick-5546 It was decided that the following will be done:
|
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.
Great work on this PR, I really like this flow
After this is merged lets update https://ubcsailbot.github.io/docs/main/current/sailbot_workspace/workflow/ |
Description
Depends on the following PRs:
If not merged, use the following branches:
patrick-5546/overhaul_launch_file
user/dfriend01/17-overhaul-launch-files
user/dfriend01/update_launch_file_name
This PR aims to streamline the process of running all packages while having a single source for global configuration and launching.
To Dos
src/
, as this is where the linters runmain_launch.py
<PACKAGE>_launch.py
vsmain_launch.py
, or something else.Verification
ros2 launch $ROS_WORKSPACE/global_launch/main_launch.py
ros2 topic list
.production
anddevelopment
debug
ros2 launch <package> main_launch.py
Resources