-
Notifications
You must be signed in to change notification settings - Fork 254
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
Recording a bag file from a launch file. #1429
Labels
Comments
We think this is possible via registering a launch action. But because this package can't depend on rosbag2 (that would lead to circular dependencies), this would have to be done in rosbag2. I'm going to move the issue over there and mark it as an enhancement. |
clalancette
added
enhancement
New feature or request
help wanted
Extra attention is needed
labels
Jul 20, 2023
Yeah, that syntax would work. The alternative would be something like
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature request
Feature description
The syntax for recording a bag file from a launch file always seemed awkward to me.
https://github.com/ros2/examples/blob/1d97c4fc7445554f6f85f63305d424fc017212a0/launch_testing/launch_testing_examples/launch_testing_examples/record_rosbag_launch_test.py#L43-L46
Passing a raw ExecuteProcess command seems to invite errors.
Instead, there should be a custom launch_ros action that does the same thing.
Implementation considerations
Seems like it could be a straightforward extension of ExecuteProcess.
The text was updated successfully, but these errors were encountered: