Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iri_dabo_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
robots
dabo
iri_dabo_description
Commits
a3be4c1f
Commit
a3be4c1f
authored
6 years ago
by
Fernando Herrero
Browse files
Options
Downloads
Patches
Plain Diff
sensors.xacro: independent front/rear laser config file, because is where topic is defined
parent
0ce54083
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/include/sensors.xacro
+4
-3
4 additions, 3 deletions
urdf/include/sensors.xacro
with
4 additions
and
3 deletions
urdf/include/sensors.xacro
+
4
−
3
View file @
a3be4c1f
...
...
@@ -7,13 +7,14 @@
<xacro:macro
name=
"sensors"
params=
"name parent"
>
<xacro:property
name=
"laser_config"
value=
"$(find iri_dabo_gazebo)/config/hokuyo_utm30lx.yaml"
/>
<xacro:property
name=
"front_laser_config"
value=
"$(find iri_dabo_gazebo)/config/front_hokuyo_utm30lx.yaml"
/>
<xacro:property
name=
"rear_laser_config"
value=
"$(find iri_dabo_gazebo)/config/rear_hokuyo_utm30lx.yaml"
/>
<xacro:hokuyo_laser2d
name=
"front"
prefix=
"${name}"
parent=
"${parent}"
mesh_resolution=
"low_res"
model=
"utm30lx"
config_file=
"${laser_config}"
>
<xacro:hokuyo_laser2d
name=
"front"
prefix=
"${name}"
parent=
"${parent}"
mesh_resolution=
"low_res"
model=
"utm30lx"
config_file=
"${
front_
laser_config}"
>
<origin
xyz=
"0.28 0.0 0.15"
rpy=
"0 0 0"
/>
</xacro:hokuyo_laser2d>
<xacro:hokuyo_laser2d
name=
"rear"
prefix=
"${name}"
parent=
"${parent}"
mesh_resolution=
"low_res"
model=
"utm30lx"
config_file=
"${laser_config}"
>
<xacro:hokuyo_laser2d
name=
"rear"
prefix=
"${name}"
parent=
"${parent}"
mesh_resolution=
"low_res"
model=
"utm30lx"
config_file=
"${
rear_
laser_config}"
>
<origin
xyz=
"-0.28 0.0 0.15"
rpy=
"0 0 3.14159"
/>
</xacro:hokuyo_laser2d>
...
...
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