Skip to content
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

Replace private node handle with regular one #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

UniBwTAS
Copy link

We believe it is much more common to advertise/publish messages using a regular node handle, such that the own node name is not necessarily part of the published topic. The official tutorial also uses regular node handles.
With this change the full topic can be easily controlled by the ns attribute in the launch file, e.g. with ns="sensors/camera_front" the topics will be /sensors/camera_front/camera_info and /sensors/camera_front/image_raw no matter how the name of the node is.

tonyromarock pushed a commit to UniBwTAS/camera_aravis that referenced this pull request May 19, 2022
* Add GitHub Actions file

* Add aravis to package.xml

* Fix catkin install error (dynamic_reconfigure headers not found)

* Rename README.markdown to README.md

* Add badge to README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants