Mentions légales du service

Skip to content
Snippets Groups Projects

add soft BioEstimation unit_test

Merged Bin Ren requested to merge devel into main
4 files
+ 60
0
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 8
0
<launch>
<arg name="input_topic" default="/head_front_camera/color/image_raw/compressed/"/>
<node pkg="wp4_soft_biometrics_estimation" type="soft_biometrics_estimation.py" respawn="true" name="soft_biometrics_estimation">
<param name="input_topic" type="string" value="$(arg input_topic)"/>
</node>
<test test-name="test_soft_biometrics_estimation" pkg="wp4_soft_biometrics_estimation" type="unittest_soft_biometrics_estimation.py" />
</launch>
Loading