-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Why namespace is fixed as node_name #2761
Comments
Hi @hyunseok-yang Are you trying to set a custom namespace for your camera in your launch of the RealSense ROS wrapper? If you are then you can do this by setting the camera parameter in the ROS1 wrapper:
For ROS2 I believe that it would be something like this:
If you are trying to do something other than set a namespace in the launch then please provide further information. Thanks! |
Hi, launch_ros.actions.Node(
package='realsense2_camera',
namespace=LaunchConfiguration("namespace") ,
name=LaunchConfiguration("camera_name"), |
Thanks very much @hyunseok-yang The only example that I have of setting camera_name in ROS2 that I have, which I based my own suggestion on, is the launch file rs_multi_camera_launch.py |
All I need was actually topic names from realsensenso node as So I would like to sugget like in new PR(#2764). |
Thanks so much @hyunseok-yang for your PR! As this issue is associated with your PR, I have added an Enhancement label to it so that it is kept open whilst your PR is active. Thanks again! |
Do I need to assign someone else for that PR? |
No you don't need to assign reviewers or assign yourself. The Intel RealSense developer team should assign a reviewer themselves at a future date. |
Ok Thanks! have a good day! |
I'd like to apply namespace in realsense node, but it fixed a namesapce as a node name by default.
Is this right apporach...?
Or if there is a any intention?
The text was updated successfully, but these errors were encountered: