Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
ros_cosypose
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dorian Baudu
ros_cosypose
Commits
7ef44fd3
Commit
7ef44fd3
authored
2 years ago
by
EtienneAr
Browse files
Options
Downloads
Patches
Plain Diff
Move camera bringup arguments to singleview_loop.launch
parent
8055e6f4
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
launch/singleview_loop.launch
+11
-6
11 additions, 6 deletions
launch/singleview_loop.launch
launch/singleview_service.launch
+0
-14
0 additions, 14 deletions
launch/singleview_service.launch
with
11 additions
and
20 deletions
launch/singleview_loop.launch
+
11
−
6
View file @
7ef44fd3
...
...
@@ -10,19 +10,24 @@
<arg name="allow_tracking" default="false"/>
<!-- Start service and camera -->
<!-- Start camera -->
<group if="$(arg bringup_camera)">
<include file="$(find ros_cosypose)/launch/cameras_bringup.launch">
<arg name="usbcam_ids" value="$(arg camera_id)"/>
</include>
<!-- Rectify image -->
<node name="$(anon image_proc)" pkg="image_proc" type="image_proc" ns="$(arg camera_name)"/>
</group>
<!-- Start service -->
<include file="$(find ros_cosypose)/launch/singleview_service.launch">
<arg name="dataset" value="$(arg dataset)"/>
<arg name="detection_threshold" value="$(arg detection_threshold)"/>
<arg name="debug" value="$(arg debug)"/>
<arg name="debug_models" value="$(arg debug_models)"/>
<arg name="camera_id" value="$(arg camera_id)"/>
<arg name="camera_name" value="$(arg camera_name)"/>
<arg name="bringup_camera" value="$(arg bringup_camera)"/>
</include>
<!-- call
ros_cosypos
e in loop and publish on topics -->
<!-- call
servic
e in loop and publish on topics -->
<node name="pose_estimation_loop" pkg="ros_cosypose" type="pose_estimation_loop.py">
<param name="camera_name" value="$(arg camera_name)"/>
<param name="allow_tracking" value="$(arg allow_tracking)"/>
...
...
This diff is collapsed.
Click to expand it.
launch/singleview_service.launch
+
0
−
14
View file @
7ef44fd3
...
...
@@ -4,20 +4,6 @@
<arg name="debug" default="false"/>
<arg name="debug_models" default="bop_datasets/$(arg dataset)/models/"/> <!-- Relative path from cosypose local_data directory -->
<arg name="camera_id" default="0" />
<arg name="camera_name" default="usb_cam_$(arg camera_id)"/>
<arg name="bringup_camera" default="true"/>
<!-- Start camera -->
<group if="$(arg bringup_camera)">
<include file="$(find ros_cosypose)/launch/cameras_bringup.launch">
<arg name="usbcam_ids" value="$(arg camera_id)"/>
</include>
<!-- Rectify image -->
<node name="$(anon image_proc)" pkg="image_proc" type="image_proc" ns="$(arg camera_name)"/>
</group>
<!-- ros_cosypose service -->
<node name="pose_estimation" pkg="ros_cosypose" type="pose_estimation.py">
<param name="dataset" value="$(arg dataset)"/>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment