can't run zed ROS wrapper sample

hey,
I wrote this comment under another topic but it seems better to write it separately here…
I am trying to view the depth map using zed ROS wrapper program but I am getting an error.
I followed the Jetsonhacks tutorial on youtube and also the steps on GitHub but I can’t get the depth map
what may be the problem?

this is the steps that I did:

ubuntu@tegra-ubuntu:~$ mkdir catkin_ws
ubuntu@tegra-ubuntu:~$ cd catkin_ws
ubuntu@tegra-ubuntu:~/catkin_ws$ ls
ubuntu@tegra-ubuntu:~/catkin_ws$ mkdir src
ubuntu@tegra-ubuntu:~/catkin_ws$ cd src
ubuntu@tegra-ubuntu:~/catkin_ws/src$ catkin_init_workspace
Creating symlink "/home/ubuntu/catkin_ws/src/CMakeLists.txt" pointing to "/opt/ros/indigo/share/catkin/cmake/toplevel.cmake"
ubuntu@tegra-ubuntu:~/catkin_ws/src$ ls
CMakeLists.txt
ubuntu@tegra-ubuntu:~/catkin_ws/src$ cd ..
ubuntu@tegra-ubuntu:~/catkin_ws$ ls
src
ubuntu@tegra-ubuntu:~/catkin_ws$ catkin_make
Base path: /home/ubuntu/catkin_ws
Source space: /home/ubuntu/catkin_ws/src
Build space: /home/ubuntu/catkin_ws/build
Devel space: /home/ubuntu/catkin_ws/devel
Install space: /home/ubuntu/catkin_ws/install
####
#### Running command: "cmake /home/ubuntu/catkin_ws/src -DCATKIN_DEVEL_PREFIX=/home/ubuntu/catkin_ws/devel -DCMAKE_INSTALL_PREFIX=/home/ubuntu/catkin_ws/install -G Unix Makefiles" in "/home/ubuntu/catkin_ws/build"
####
-- The C compiler identification is GNU 4.8.4
-- The CXX compiler identification is GNU 4.8.4
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Using CATKIN_DEVEL_PREFIX: /home/ubuntu/catkin_ws/devel
-- Using CMAKE_PREFIX_PATH: /opt/ros/indigo
-- This workspace overlays: /opt/ros/indigo
-- Found PythonInterp: /usr/bin/python (found version "2.7.6")
-- Using PYTHON_EXECUTABLE: /usr/bin/python
-- Using Debian Python package layout
-- Using empy: /usr/bin/empy
-- Using CATKIN_ENABLE_TESTING: ON
-- Call enable_testing()
-- Using CATKIN_TEST_RESULTS_DIR: /home/ubuntu/catkin_ws/build/test_results
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE 
-- Found gtest sources under '/usr/src/gtest': gtests will be built
-- Using Python nosetests: /usr/bin/nosetests-2.7
-- catkin 0.6.16
-- BUILD_SHARED_LIBS is on
-- Configuring done
-- Generating done
-- Build files have been written to: /home/ubuntu/catkin_ws/build
####
#### Running command: "make -j4 -l4" in "/home/ubuntu/catkin_ws/build"
####
ubuntu@tegra-ubuntu:~/catkin_ws$ ls devel
env.sh  lib  setup.bash  setup.sh  _setup_util.py  setup.zsh
ubuntu@tegra-ubuntu:~/catkin_ws$ ls build
catkin            catkin_make.cache  cmake_install.cmake  Makefile
catkin_generated  CMakeCache.txt     CTestTestfile.cmake  test_results
CATKIN_IGNORE     CMakeFiles         gtest
ubuntu@tegra-ubuntu:~/catkin_ws$ source devel/setup.bash
ubuntu@tegra-ubuntu:~/catkin_ws$ echo ROS_PACKAGE_PATH
ROS_PACKAGE_PATH
ubuntu@tegra-ubuntu:~/catkin_ws$ source ./devel/setup.bash
ubuntu@tegra-ubuntu:~/catkin_ws$ roslaunch zed_wrapper zed.launch
... logging to /home/ubuntu/.ros/log/67617d7a-e9f0-11e5-a565-00044b49101a/roslaunch-tegra-ubuntu-15234.log
Checking log directory for disk usage. This may take awhile.
Press Ctrl-C to interrupt
Done checking log file disk usage. Usage is <1GB.

started roslaunch server http://tegra-ubuntu:38918/

SUMMARY
========

PARAMETERS
 * /camera/zed_wrapper_node/cloud_frame_id: /zed_optical_frame
 * /camera/zed_wrapper_node/depth_cam_info_topic: depth/camera_info
 * /camera/zed_wrapper_node/depth_frame_id: /zed_optical_frame
 * /camera/zed_wrapper_node/depth_topic: depth/image_rect_...
 * /camera/zed_wrapper_node/frame_rate: 30
 * /camera/zed_wrapper_node/left_cam_info_topic: left/camera_info
 * /camera/zed_wrapper_node/left_frame_id: /zed_optical_frame
 * /camera/zed_wrapper_node/left_topic: left/image_rect_c...
 * /camera/zed_wrapper_node/point_cloud_topic: point_cloud/cloud
 * /camera/zed_wrapper_node/quality: 2
 * /camera/zed_wrapper_node/resolution: 2
 * /camera/zed_wrapper_node/rgb_cam_info_topic: rgb/camera_info
 * /camera/zed_wrapper_node/rgb_frame_id: /zed_optical_frame
 * /camera/zed_wrapper_node/rgb_topic: rgb/image_rect_color
 * /camera/zed_wrapper_node/right_cam_info_topic: right/camera_info
 * /camera/zed_wrapper_node/right_frame_id: /zed_optical_frame
 * /camera/zed_wrapper_node/right_topic: right/image_rect_...
 * /camera/zed_wrapper_node/sensing_mode: 1
 * /rosdistro: indigo
 * /rosversion: 1.11.16

NODES
  /camera/
    zed_wrapper_node (zed_wrapper/zed_wrapper_node)
  /
    zed_base_link1 (tf/static_transform_publisher)
    zed_base_link2 (tf/static_transform_publisher)

auto-starting new master
process[master]: started with pid [15245]
ROS_MASTER_URI=http://localhost:11311

setting /run_id to 67617d7a-e9f0-11e5-a565-00044b49101a
process[rosout-1]: started with pid [15258]
started core service [/rosout]
ERROR: cannot launch node of type [tf/static_transform_publisher]: tf
ROS path [0]=/opt/ros/indigo/share/ros
ROS path [1]=/home/ubuntu/catkin_ws/src
ROS path [2]=/opt/ros/indigo/share
ROS path [3]=/opt/ros/indigo/stacks
ERROR: cannot launch node of type [tf/static_transform_publisher]: tf
ROS path [0]=/opt/ros/indigo/share/ros
ROS path [1]=/home/ubuntu/catkin_ws/src
ROS path [2]=/opt/ros/indigo/share
ROS path [3]=/opt/ros/indigo/stacks
ERROR: cannot launch node of type [zed_wrapper/zed_wrapper_node]: can't locate node [zed_wrapper_node] in package [zed_wrapper]

Hi HAMDA_ALA,

I saw you also post question in following topic:
[url]https://devtalk.nvidia.com/default/topic/779315/jetson-tk1/jetson-tk1-opencv-and-ros/3[/url]

Would you please help to confirm the ROS and OpenCV have been installed well? Any other application can be launched normally?

Thanks

sudo apt-get install ros-indigo-tf
source ~/catkin_ws/devel/setup.bash

^ you can add that line to your .bashrc file. so you dont have to source the workspace everytime you open a new terminal

After you do those two, catkin_make again and the problems listed above should be resolved