-
Notifications
You must be signed in to change notification settings - Fork 38
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
Should support ros2 launch #214
Comments
Should also look at alternative Bazel + ros2 approaches, and how they do it: |
How should Launch be supported? Is this looking for a bazel rule that invokes a launch file, kind of like a # launch with `bazel run //:robot_launch`
ros2_launch_binary(
name = "robot_launch",
launch_file = ":robot_launch.xml",
) |
Yup! Though I wouldn't say this is a priority for Anzu usage yet, though. |
For starters, I feel the CLI should also be supported, as that is the easiest way to use ros2 launch.
I get an error saying :
The underlying ros2 archive extract which contains the run.bash hack actually does work. If you run the above command with
this works perfectly fine. We're missing data dependencies or environment variables in Edit : |
FWIW, we ran into this (the I'm a bit murky on exact details, but I now think the |
In other news, running Figuring out the path to the launch file is stil tricky using the CLI way, as the cwd for the bazel rule turns out to be in |
Resolved by #298 |
Follow-on work documented in #344 |
Most likely would happen in ~August, pending an external solution and/or upped priority
\cc @adeeb10abbas
The text was updated successfully, but these errors were encountered: