Skip to content

Commit

Permalink
Added another plate of food and made it default (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
amalnanavati authored May 7, 2024
1 parent 6cc7118 commit d46b8cd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<arg name="run_table_detection" default="true" description="Whether to run the dummy table detection node" />
<arg name="run_real_sense" default="true" description="Whether to run the dummy RealSense node" />
<arg name="run_motion" default="true" description="Whether to run the dummy motion nodes" />
<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." />
<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." />
<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." />
<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." />

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

0 comments on commit d46b8cd

Please sign in to comment.