Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iri_realsense_depth_description
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_description
Commits
4a8ebc17
Commit
4a8ebc17
authored
5 years ago
by
Fernando Herrero
Browse files
Options
Downloads
Patches
Plain Diff
Add use_nominal_extrinsics argument to realsense.xacro
parent
7b311b9e
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
urdf/realsense.xacro
+2
-1
2 additions, 1 deletion
urdf/realsense.xacro
with
2 additions
and
1 deletion
urdf/realsense.xacro
+
2
−
1
View file @
4a8ebc17
...
@@ -6,9 +6,10 @@
...
@@ -6,9 +6,10 @@
<xacro:macro
name=
"realsense_depth"
params=
"parent model *origin sim_config"
>
<xacro:macro
name=
"realsense_depth"
params=
"parent model *origin sim_config"
>
<xacro:arg
name=
"use_nominal_extrinsics"
default=
"True"
/>
<xacro:if
value=
"${model == 'd435'}"
>
<xacro:if
value=
"${model == 'd435'}"
>
<xacro:include
filename=
"$(find realsense2_description)/urdf/_d435.urdf.xacro"
/>
<xacro:include
filename=
"$(find realsense2_description)/urdf/_d435.urdf.xacro"
/>
<sensor_d435
parent=
"${parent}"
>
<sensor_d435
parent=
"${parent}"
>
<xacro:insert_block
name=
"origin"
/>
<xacro:insert_block
name=
"origin"
/>
</sensor_d435>
</sensor_d435>
</xacro:if>
</xacro:if>
...
...
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