Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iri_ana_gazebo
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_gazebo
Commits
deefdcc5
Commit
deefdcc5
authored
6 years ago
by
Sergi Hernandez
Browse files
Options
Downloads
Patches
Plain Diff
Used the new ana descpription.launch and pioneer wheel_static_tranf.launch files.
parent
4481d826
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
launch/sim_sample.launch
+1
-1
1 addition, 1 deletion
launch/sim_sample.launch
launch/spawn_ana.launch
+6
-10
6 additions, 10 deletions
launch/spawn_ana.launch
with
7 additions
and
11 deletions
launch/sim_sample.launch
+
1
−
1
View file @
deefdcc5
...
@@ -26,4 +26,4 @@
...
@@ -26,4 +26,4 @@
<arg
name=
"yaw"
value=
"0.0"
/>
<arg
name=
"yaw"
value=
"0.0"
/>
</include>
</include>
</launch>
</launch>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
launch/spawn_ana.launch
+
6
−
10
View file @
deefdcc5
...
@@ -8,18 +8,14 @@
...
@@ -8,18 +8,14 @@
<arg
name=
"yaw"
default=
"0.0"
/>
<arg
name=
"yaw"
default=
"0.0"
/>
<group
ns=
"$(arg name)"
>
<group
ns=
"$(arg name)"
>
<param
name=
"robot_description"
command=
"$(find xacro)/xacro --inorder '$(find iri_ana_description)/urdf/$(arg model).xacro' name:=$(arg name)"
/>
<node
pkg=
"robot_state_publisher"
type=
"state_publisher"
name=
"state_publisher"
>
<include
file=
"$(find iri_ana_description)/launch/descritpion.launch"
>
<param
name=
"tf_prefix"
type=
"string"
value=
"$(arg name)"
/>
<arg
name=
"node_name"
value=
"$(arg name)"
/>
<param
name=
"publish_frequency"
type=
"double"
value=
"20.0"
/>
<arg
name=
"model"
value=
"$(arg model)"
/>
</node>
</include>
<node
pkg=
"joint_state_publisher"
type=
"joint_state_publisher"
name=
"joint_state_publisher"
>
</node>
<include
file=
"$(find iri_pioneer3_description)/launch/wheel_static_trans.launc"
/>
<node
name=
"spawn_urdf"
pkg=
"gazebo_ros"
type=
"spawn_model"
args=
"-param robot_description -urdf -model $(arg name) -x $(arg x) -y $(arg y) -z 0 -R 0 -P 0 -Y $(arg yaw)"
/>
<node
name=
"spawn_urdf"
pkg=
"gazebo_ros"
type=
"spawn_model"
args=
"-param robot_description -urdf -model $(arg name) -x $(arg x) -y $(arg y) -z 0 -R 0 -P 0 -Y $(arg yaw)"
/>
</group>
</group>
...
...
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