Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iri_ana_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
ana
iri_ana_description
Commits
c57a836c
Commit
c57a836c
authored
6 years ago
by
Fernando Herrero
Browse files
Options
Downloads
Patches
Plain Diff
Update launch files
parent
ddaf0c76
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
launch/description.launch
+29
-9
29 additions, 9 deletions
launch/description.launch
urdf/ana.xacro
+2
-2
2 additions, 2 deletions
urdf/ana.xacro
urdf/include/sensors.xacro
+0
-0
0 additions, 0 deletions
urdf/include/sensors.xacro
with
31 additions
and
11 deletions
launch/description.launch
+
29
−
9
View file @
c57a836c
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<launch>
<launch>
<arg
name=
"node_name"
default=
"ana"
/>
<arg
name=
"ns"
default=
"ana"
/>
<arg
name=
"model"
default=
"ana"
/>
<arg
name=
"model"
default=
"ana"
/>
<arg
name=
"static_wheels"
default=
"false"
/>
<param
name=
"robot_description"
<group
ns=
"$(arg ns)"
>
command=
"$(find xacro)/xacro --inorder '$(find iri_ana_description)/urdf/$(arg model).xacro' name:=$(arg node_name)"
/>
<param
name=
"robot_description"
command=
"$(find xacro)/xacro --inorder '$(find iri_ana_description)/urdf/$(arg model).xacro' name:=$(arg ns)"
/>
<node
pkg=
"robot_state_publisher"
type=
"state_publisher"
name=
"
$(arg node_name)_
state_publisher"
>
<node
pkg=
"robot_state_publisher"
type=
"state_publisher"
name=
"state_publisher"
>
<param
name=
"tf_prefix"
type=
"string"
value=
"/$(arg n
ode_name
)"
/>
<param
name=
"tf_prefix"
type=
"string"
value=
"/$(arg n
s
)"
/>
<param
name=
"publish_frequency"
type=
"double"
value=
"20.0"
/>
<param
name=
"publish_frequency"
type=
"double"
value=
"20.0"
/>
</node>
</node>
</launch>
<!--
<node pkg="joint_state_publisher"
type="joint_state_publisher"
name="joint_state_publisher">
<param name="use_gui" value="true"/>
<remap from="$(arg ns)/joint_states" to="$(arg ns)/joint_states/"/>
<remap from="$(arg ns)/robot_description" to="$(arg ns)/robot_description/"/>
</node>
-->
</group>
<group
if=
"$(arg static_wheels)"
>
<include
file=
"$(find iri_pioneer3_description)/launch/wheel_static_transform.launch"
>
<arg
name=
"ns"
value=
"$(arg ns)"
/>
</include>
</group>
</launch>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
urdf/ana.xacro
+
2
−
2
View file @
c57a836c
...
@@ -4,8 +4,8 @@
...
@@ -4,8 +4,8 @@
<xacro:arg
name=
"name"
default=
"ana"
/>
<xacro:arg
name=
"name"
default=
"ana"
/>
<xacro:include
filename=
"$(find iri_pioneer3_description)/urdf/pioneer3.xacro"
/>
<xacro:include
filename=
"$(find iri_pioneer3_description)/urdf/
include/
pioneer3.xacro"
/>
<xacro:include
filename=
"$(find iri_ana_description)/urdf/sensors.xacro"
/>
<xacro:include
filename=
"$(find iri_ana_description)/urdf/
include/
sensors.xacro"
/>
<xacro:pioneer3
name=
"$(arg name)"
resolution=
"low_res"
sim_config=
"$(find iri_ana_gazebo)/config/ana_sim_config.yaml"
>
<xacro:pioneer3
name=
"$(arg name)"
resolution=
"low_res"
sim_config=
"$(find iri_ana_gazebo)/config/ana_sim_config.yaml"
>
</xacro:pioneer3>
</xacro:pioneer3>
...
...
This diff is collapsed.
Click to expand it.
urdf/sensors.xacro
→
urdf/
include/
sensors.xacro
+
0
−
0
View file @
c57a836c
File moved
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