-
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
Missing namespace or camera name from topics #2913
Comments
Hi @dorinclisu How long has it been since you installed the 4.54.1 wrapper, please? The camera namespace system described in the wrapper documentation was added to the wrapper on August 29 2023. Before that August 29 update, topics were listed with the camera_namespace but without the camera_name, as described at #2857 in 'before and after' topic lists. |
I installed it 3 days ago. But if it was a problem in 4.54.1, shouldn't it be fixed in 4.54.2? This is the whole point of tags / releases so that there is no time ambiguity. |
There is not a 4.54.2 ROS wrapper. librealsense SDK version 2.54.2 was a minor 'patch' release focused only on bug-fixes, so wrapper 4.54.1 should work fine with 2.54.2 even though it was designed for 2.54.1. If you installed the wrapper 3 days ago then the camera namespace changes will already be in the wrapper that has been installed on your computer and the topics should have been displaying with both the camera name and namespace. |
Hi @dorinclisu Do you require further assistance with this case, please? Thanks! |
Case closed due to no further comments received. |
You are telling me what "should" be, I'm telling you what is. Why don't you try a fresh install and see for yourself? |
I will re-open the issue and have highlighted it to the RealSense ROS development team to seek their advice. Thanks very much for your patience. |
Hi @dorinclisu The RealSense ROS team informed me that a package that includes the camera_name feature has not been released at the time of writing this, but you can build the wrapper from source code and re-try running the same commands. |
Hi @dorinclisu Do you require further assistance with this case, please? Thanks! |
Case closed due to no further comments received. |
Version
Using ros2 launch
Notice that "robot1" is missing from topic names.
Using ros2 run
Using ros2 run with fully qualified namespace
Notice that "D455_1" is missing from topic names.
The text was updated successfully, but these errors were encountered: