Created
May 20, 2014 19:57
-
-
Save kubark42/02da081e12f45a30eeee to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` | |
~/Documents/catkin_ws$ rosrun image_view image_view image:=camera/image_raw | |
(process:13010): GLib-GObject-WARNING **: invalid uninstantiatable type '(null)' in cast to 'GtkWidget' | |
(process:13010): GLib-GObject-WARNING **: instance of invalid non-instantiatable type '(null)' | |
(process:13010): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed | |
``` | |
and in another terminal | |
``` | |
~/Documents/catkin_ws$ rostopic list | |
/camera/image_raw | |
/rosout | |
/rosout_agg | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment