-
Notifications
You must be signed in to change notification settings - Fork 74
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
When executing roslaunch axis_camera axis.launch, no error is reported, but at the same time, I can’t see the camera image even when I use rviz #69
Comments
The driver does not currently support ROS2. |
Hello, yes, I have changed the camera's system settings to allow anonymous read access, but he still has no images. Indeed, when I used the Noetic version, there were some Python problems, but I solved them one by one. No matter if I executed the roslaunch axis_camera axis.launch command or the rosrun axis_camera axis.py command, no error was reported, but no matter what I use When rqr or rviz tried to subscribe to topic to view images, there was no picture. I need your help, thank you~ |
Are you running Rviz on the same PC that's also running the axis node? Or do you have the node running on a PC inside a robot, and Rviz is connecting to a remote ROS master? |
Hello, I tried to run the driver on another computer with ubuntu18.04, and it worked normally. Does this mean that the driver can only be used on ubuntu18.04? Thanks for your answer |
Like I said, currently the driver is untested on 20.04 with Noetic. I can't say for sure whether it works or not, but from what you're saying it sounds like it doesn't. |
Thank you very much. If you have any relevant work progress, please let me know. |
Hello, I would like to know whether the related drivers of axis camera support work under ubuntu 20.04+ros noetic or ubuntu20.04+ros2 foxy version? I try to run under ubuntu20.04+ros noetic, but when I execute roslaunch axis_camera axis.launch, no error is reported, but at the same time I can't see the camera image using rviz, but I can see it clearly using rostopic list The topic to the camera is indeed released, but there is no data, I don’t know why, I hope you can help me, thank you~
The text was updated successfully, but these errors were encountered: