Skip to content

Commit

Permalink
[jsk_robot_startup] Use mongo_perception_record for recognition topic
Browse files Browse the repository at this point in the history
  • Loading branch information
tkmtnt7000 committed Jul 5, 2023
1 parent 94d5903 commit 2f04be0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@
<!-- face save aws face data -->
<node if="$(arg save_faces)"
name="face_logger"
pkg="jsk_robot_startup" type="mongo_record.py"
pkg="jsk_robot_startup" type="mongo_perception_record.py"
machine="$(arg machine)"
respawn="$(arg respawn)">
<rosparam subst_value="true">
Expand Down Expand Up @@ -367,7 +367,7 @@
</node>
<node if="$(arg save_edgetpu_object_detector)"
name="object_detection_logger"
pkg="jsk_robot_startup" type="mongo_record.py"
pkg="jsk_robot_startup" type="mongo_perception_record.py"
machine="$(arg machine)"
respawn="$(arg respawn)">
<rosparam subst_value="true">
Expand Down Expand Up @@ -415,7 +415,7 @@
</rosparam>
</node>
<node name="human_pose_logger"
pkg="jsk_robot_startup" type="mongo_record.py"
pkg="jsk_robot_startup" type="mongo_perception_record.py"
machine="$(arg machine)"
respawn="$(arg respawn)">
<rosparam subst_value="true">
Expand Down

0 comments on commit 2f04be0

Please sign in to comment.