Skip to content

Commit

Permalink
fix launch file
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenta2ta committed Jul 30, 2023
1 parent 6a32d0d commit ab1b1c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<arg name="output/objects" value="/perception/object_recognition/detection/rois$(var camera_id)" />
</include>

<let name="tensorrt_lightnet_is_installed" value="$(eval 'not &quot;$(find-pkg-share tensorrt_lightnet)&quot;')" />
<arg name="tensorrt_lightnet_is_installed" default="false" />

Check warning on line 47 in edge_auto_jetson_launch/launch/perception_jetson0.launch.xml

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (lightnet)
<include file="$(find-pkg-share tensorrt_lightnet)/launch/tensorrt_lightnet.launch.xml" if="$(var tensorrt_lightnet_is_installed)">

Check warning on line 48 in edge_auto_jetson_launch/launch/perception_jetson0.launch.xml

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (lightnet)

Check warning on line 48 in edge_auto_jetson_launch/launch/perception_jetson0.launch.xml

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (lightnet)

Check warning on line 48 in edge_auto_jetson_launch/launch/perception_jetson0.launch.xml

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (lightnet)
<arg name="container_name" value="$(var container_name)" />
<arg name="input/image" value="/sensing/camera/$(var camera_name)/image_raw" />
Expand Down

0 comments on commit ab1b1c8

Please sign in to comment.