Skip to content

Commit d46b8cd

Browse files
authored
Added another plate of food and made it default (#138)
1 parent 6cc7118 commit d46b8cd

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
Loading
Loading

feeding_web_app_ros2_test/launch/feeding_web_app_dummy_nodes_launch.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<arg name="run_table_detection" default="true" description="Whether to run the dummy table detection node" />
99
<arg name="run_real_sense" default="true" description="Whether to run the dummy RealSense node" />
1010
<arg name="run_motion" default="true" description="Whether to run the dummy motion nodes" />
11-
<arg name="rgb_path" default="above_plate_2_rgb.jpg" description="The path to the RGB image/video to publish from the dummy node, relative to this node's share/data folder." />
12-
<arg name="depth_path" default="above_plate_2_depth.png" description="The path to the depth image to publish from the dummy node, relative to this node's share/data folder." />
11+
<arg name="rgb_path" default="above_plate_6_rgb.jpg" description="The path to the RGB image/video to publish from the dummy node, relative to this node's share/data folder." />
12+
<arg name="depth_path" default="above_plate_6_depth.png" description="The path to the depth image to publish from the dummy node, relative to this node's share/data folder." />
1313

1414
<group if="$(var run_web_bridge)">
1515
<!-- The ROSBridge Node -->

0 commit comments

Comments
 (0)