-
Notifications
You must be signed in to change notification settings - Fork 6
image_view
Rob Linsalata edited this page Apr 26, 2013
·
1 revision
It is sometimes convenient to view camera images outside of rviz.
-
cd to the sdk examples directory on the development workstation
$ cd ~/<BaseDir>/sdk-examples
-
Run init
$ ./init.sh <baxter_hostname>
-
Run ros image_view on any available camera or image topic
$ rosrun image_view image_view image:=/cameras/left_hand_camera/image
The
image:=</image/topic/here
is remapping the ~image parameter to the desired image topic.
For more information on using image_view, see the ROS wiki page: http://ros.org/wiki/image_view