web_video_server icon indicating copy to clipboard operation
web_video_server copied to clipboard

web_video_server crash every time I run ROS node which publish camera/image msg, on Ubuntu 14.04 + ROS Indigo

Open wqdun opened this issue 6 years ago • 2 comments

The video server core dump when I start camera node, which publish camera/image type message. Then I realized I source my own setup.bash before I run web_video_server, I changed my code to " . /opt/ros/indigo/setup.bash /opt/ros/indigo/lib/web_video_server/web_video_server >>$result_log 2>&1 & " and it works. But I still do not know why, wonder can it be called a bug? Seems we need different setup files to run rosbridge and web_video like below: " . /opt/smartc/devel/setup.bash # this is my own setup roslaunch /opt/ros/indigo/share/rosbridge_server/launch/rosbridge_websocket.launch >>$result_log 2>&1 & . /opt/ros/indigo/setup.bash /opt/ros/indigo/lib/web_video_server/web_video_server >>$result_log 2>&1 & "

wqdun avatar Mar 30 '18 10:03 wqdun

I have same problem with you. try $ sudo apt-get install web_video_server

ysh11o avatar May 25 '19 01:05 ysh11o

then run $ catkin make

ysh11o avatar May 25 '19 01:05 ysh11o