ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Add below arg line to launch file

<arg name="image"/>

Then Change the node line to the following

<node name="2d_obj_rec" <="" p="">

pkg="advanced_vision_pkg" type="2d_obj_rec" args="$(arg image)" output="screen"/>

Add below arg line to launch file

<arg name="image"/>

Then Change the node line to the following

<node name="2d_obj_rec" <="" p="">

pkg="advanced_vision_pkg" pkg="advanced_vision_pkg" type="2d_obj_rec" args="$(arg image)" image)" output="screen"/>