-
Notifications
You must be signed in to change notification settings - Fork 173
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
Invalid topic name error when launching zed_camera.launch.py #282
Comments
Hi @creix |
Hello, I read the thread and saw also your reply on the thread. What of the two approaches explained would you suggest to apply, the one with remapping or having plain YAML files? Will there be anything else that i have to modify in order to have everything functioning? |
Other users successfully solved the problem with "plain" YAML files. |
I tried right now to remove all the nestings from the YAML files and rebuilding the package but i'm still having the same error. Do you have any other suggestion? |
[component_container-2] [INFO] [1733895069.607470620] [zed.zed_node]: Camera-IMU Translation: |
Hello @kamdkslansgka , currently i was not able to solve this specific error. The workaround i've adopted is to use the docker container running Ubuntu 22 and ROS2 Humble. |
@kamdkslansgka I had simular issue on humble. I solved it by updating the YAML files to the ones provided in the repo. Some missing parameter can make the topic name empty. |
OK, thank you for your reply |
Thanks for your suggestion, I'll try it out. |
I also encountered the same problem |
Preliminary Checks
Description
Hello, i have encountered this error when launching the wrapper with the command:
ros2 launch zed_wrapper zed_camera.launch.py camera_model:=zed2i
Steps to Reproduce
git clone --recursive https://github.com/stereolabs/zed-ros2-wrapper.git
sudo apt update
rosdep update
rosdep install --from-paths src --ignore-src -r -y
colcon build --symlink-install --cmake-args=-DCMAKE_BUILD_TYPE=Release --parallel-workers $(nproc)
Expected Result
The wrapper node is launched correctly
Actual Result
This is the full log of after launching the node:
ZED Camera model
ZED2i
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: