-
Notifications
You must be signed in to change notification settings - Fork 162
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
Cannot display image in rqt and rviz #106
Comments
See if topics are echoed Rostopic list Look for camera topics Then rostopic echo /camera/image_raw* If you see data, rqt-image view should list these, and you select them. If no data, then you have either a network or loading issue. If there are network issues you will see no data in other sensor topics. Good luck. |
I failed using a WSL system for this. I successfully made it work on my Linux remote PC now. But any idea to fix this issue on wsl. |
I have the same problem. I listed the published topics and echo them. They are there. But I can't view on rviz and rqt by WSL and XLaunch. Have you solved it? |
Make sure both ROS_IP and ROS_MASTER_URI are expressed as IP numbers, not
named.
Example on workstation:
export ROS_IP=10.0.0.24,
export ROS_MASTER_URI=http://10.0.0.105:11311
…On Sat, Aug 6, 2022, 1:10 PM Lmixq ***@***.***> wrote:
I have the same problem. I listed the published topics and echo them. They
are there. But I can't view on rviz and rqt by WSL and XLaunch. Have you
solved it?
—
Reply to this email directly, view it on GitHub
<#106 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABHZ3756BSYY7ZMIJGD5YADVX3BBTANCNFSM4STEEPEQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Hello,
My Turttlebot3 waffle_pi was configured with Ubuntu Mate 18.04 32-bit and melodic ROS. I installed this raspicam_node as your instructions but modified a bit as this issue suggest #102 which just skip the skip the --rosdistro=kinetic option.
It built well but when i run it, no image showed in rqt.
[REMOTE PC]
roscore
[TURTLEBOT1]
roslaunch turtlebot3_bringup turtlebot3_rpicamera.launch
or
roslaunch raspicam_node camerav2_1280x960.launch
[REMOTE PC]
roslaunch turtlebot3_bringup turtlebot3_remote.launch
[REMOTE PC]
rqt_image_view
Does not show any camera input (shows some gradient)
Can you help about this issue? Thanks a lot.
The text was updated successfully, but these errors were encountered: