Skip to content

Instantly share code, notes, and snippets.

@kubark42
Created May 20, 2014 19:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kubark42/02da081e12f45a30eeee to your computer and use it in GitHub Desktop.
Save kubark42/02da081e12f45a30eeee to your computer and use it in GitHub Desktop.
```
~/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