-
Notifications
You must be signed in to change notification settings - Fork 256
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 option to change node name for the recorder from the Python API #1180
Added option to change node name for the recorder from the Python API #1180
Conversation
8fb1879
to
2a64c12
Compare
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.
I'd like to ask for this to be exposed to ros2 bag record
verb (record.py
) as well so that CLI users have access to it. No real blockers in the code as-is though.
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.
@ricardo-manriquez Thanks for you contribution.
Could you please fix DCO in your latest commit https://github.com/ros2/rosbag2/pull/1180/checks?check_run_id=9944472001 ?
Other than that look good to me.
@ros-pull-request-builder retest this please |
d7f882c
to
cebf820
Compare
Thanks to everybody for the support, I made the changes and fixed the DCO which occurred because I used the web ui instead of the CLI, but as a side effect of all the shenanigans I inadvertently brought in changes from other commits and I think I pulled a commit which is not passing all the tests, should I undo that commit or just leave at is? Best regards |
…thon API Signed-off-by: Ricardo Manríquez <64954533+ricardo-manriquez@users.noreply.github.com> Signed-off-by: Ricardo Manríquez <ricardo.manriquez+gh@gmail.com>
Signed-off-by: Ricardo Manríquez <ricardo.manriquez+gh@gmail.com>
Signed-off-by: Ricardo Manríquez <ricardo.manriquez+gh@gmail.com>
Signed-off-by: Ricardo Manríquez <ricardo.manriquez+gh@gmail.com>
Co-authored-by: Emerson Knapp <537409+emersonknapp@users.noreply.github.com> Signed-off-by: Ricardo Manríquez <ricardo.manriquez+gh@gmail.com>
cebf820
to
26779b4
Compare
@ricardo-manriquez Yes, you messed up a bit with merge on your branch. |
@emersonknapp Kindly ping to reiterate on review. |
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.
Lgtm, thanks for the revision!
Gist: https://gist.githubusercontent.com/MichaelOrlov/67d0ef1c6da9ddb9e294a759e59d18ca/raw/e8e319797d5fb44e6d1bb6e081757f46ae66e99c/ros2.repos |
Thank you all for the support, Is there anything I have to do now? Should I rebase to fix the DCO or should I close the Pull Request? Best regards |
Hi @ricardo-manriquez, |
this commit was created by patching from rolling branch (ros2#1180)
Fixes #1145
This is a simple proposal to add the option to select the node name of the recorder.
My motivation is the ability to run multiple recorder nodes under the same ROS2 network (ROS_DOMAIN_ID) and be able to differentiate them.
Thanks everyone for your time!
Signed-off-by: Ricardo Manriquez ricardo.manriquez+gh@gmail.com