Skip to content

Commit

Permalink
Remove outdated node attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
martiniil committed Jan 31, 2022
1 parent 96554a9 commit 42b1331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch/bringup.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
<!-- Set the following to true in order to publish scan data as soon as a UDP packet is ready, instead of waiting for a full scan -->
<arg name="fragmented_scans" default="false" />

<node name="$(var tf_prefix)" exec="psen_scan_v2_node" pkg="psen_scan_v2" output="screen" required="true">
<node name="$(var tf_prefix)" exec="psen_scan_v2_node" pkg="psen_scan_v2" output="screen">
<param name="sensor_ip" value="$(var sensor_ip)" />
<param name="tf_prefix" value="$(var tf_prefix)" />
<param name="angle_start" value="$(var angle_start)" />
Expand Down

0 comments on commit 42b1331

Please sign in to comment.