-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fa9141a
commit 125981c
Showing
4 changed files
with
34 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions
27
people_tracking_v2/src/people_tracking/launchers/save_pose_data.launch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<!-- <arg name="laptop" default="True" /> --> | ||
<!-- <arg name="depth_camera" default="False" /> --> | ||
<!-- <arg name="save_data" default="False"/> --> | ||
|
||
<launch> | ||
<node | ||
pkg="cv_camera" | ||
type="cv_camera_node" | ||
name="Webcam" | ||
output="screen" | ||
/> | ||
|
||
<node | ||
pkg="people_tracking_v2" | ||
type="pose_estimation_node.py" | ||
name="Pose" | ||
output="screen" | ||
/> | ||
|
||
<node | ||
pkg="people_tracking_v2" | ||
type="save_pose_data.py" | ||
name="Operator_pose" | ||
output="screen" | ||
/> | ||
|
||
</launch> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters