Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iri_realsense_depth_bringup
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
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
labrobotica
ros
sensors
depth_cameras
iri_realsense_depth_bringup
Commits
f667d302
Commit
f667d302
authored
4 years ago
by
Sergi Hernandez
Browse files
Options
Downloads
Patches
Plain Diff
Removed the serial_no parameter as argument to the launch file.
parent
4e94b824
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
launch/realsense.launch
+0
-2
0 additions, 2 deletions
launch/realsense.launch
with
0 additions
and
2 deletions
launch/realsense.launch
+
0
−
2
View file @
f667d302
...
...
@@ -6,14 +6,12 @@
<arg
name=
"tf_prefix"
default=
""
/>
<arg
name=
"output"
default=
"log"
/>
<arg
name=
"launch_prefix"
default=
""
/>
<arg
name=
"serial_no"
default=
""
/>
<arg
name=
"manager"
default=
"$(arg camera_name)_manager"
/>
<group
ns=
"$(arg camera_name)"
>
<node
pkg=
"nodelet"
type=
"nodelet"
name=
"$(arg manager)"
args=
"manager"
output=
"$(arg output)"
launch-prefix=
"$(arg launch_prefix)"
/>
<node
pkg=
"nodelet"
type=
"nodelet"
name=
"realsense2_camera"
args=
"load realsense2_camera/RealSenseNodeFactory $(arg manager)"
>
<rosparam
file=
"$(arg config_file)"
command=
"load"
/>
<param
name=
"serial_no"
type=
"str"
value=
"$(arg serial_no)"
/>
<param
name=
"base_frame_id"
type=
"str"
value=
"$(arg tf_prefix)/$(arg camera_name)_link"
/>
<param
name=
"depth_frame_id"
type=
"str"
value=
"$(arg tf_prefix)/$(arg camera_name)_depth_frame"
/>
<param
name=
"infra1_frame_id"
type=
"str"
value=
"$(arg tf_prefix)/$(arg camera_name)_infra1_frame"
/>
...
...
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