Closed bluetulip89 closed 6 years ago
I am using Ubuntu 16.04 ROS Kinetic
What is the error message you get? Notice that Rviz is opened manually after launching both files (simulation and depth computation).
Also note that you should use kinetic-devel branch for the package to work on ROS kinetic / Gazebo 7.
Has used the same. Ok will post the error what i get in the terminal. Kindly help out.
I am facing the same issue, and it doen't have errors it only has a warnings as follow. [Wrn] [msgs.cc:1808] Conversion of sensor type[depth] not suppported.
Edit: I don't know ho to open Rviz, but gazebo opens if the gui value is set to true in the realsense.launch file.
You should launch rviz from another terminal, simply run:
rviz
And Gazebo is intentionally started headless (no GUI), so if you want to its UI you need to set
<arg name="headless" value="false"/>
<arg name="gui" value="true"/>
thank you @SyrianSpock.
Feel free to reopen if you still have this issue
I build the catkin command. Running depth image command in one terminal and realsense command as mentioned in your Readme. But RViz and GAZEBO doesnt open as you have shown the picture. Help me out to clear this error.