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
ffc5777f
Commit
ffc5777f
authored
6 years ago
by
Fernando Herrero
Browse files
Options
Downloads
Patches
Plain Diff
Update README
parent
830769e4
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
README.md
+10
-14
10 additions, 14 deletions
README.md
package.xml
+2
-2
2 additions, 2 deletions
package.xml
with
12 additions
and
16 deletions
README.md
+
10
−
14
View file @
ffc5777f
# Description
This ROS package provide an easy way to launch the Ana robot with all its sensors
in the Gazebo simulator.
This ROS package provides an easy way to launch the robot platform and its sensors in the Gazebo simulator.
# Dependencies
This node has the following dependencies:
*
[
iri_skid_steering_gazebo
](
https://gitlab.iri.upc.edu/labrobotica/ros/platforms/iri_skid_steering_gazebo
)
*
[
iri_velodyne_gazebo
](
https://gitlab.iri.upc.edu/labrobotica/ros/sensors/ranger3d/iri_velodyne_gazebo
)
*
[
iri_imu_gazebo
](
https://gitlab.iri.upc.edu/labrobotica/ros/sensors/imu/iri_imu_gazebo
)
*
[
gazebo_ros
](
http://wiki.ros.org/gazebo_ros
)
*
[
iri_ana_description
](
https://gitlab.iri.upc.edu/labrobotica/ros/robots/ana/iri_ana_description
)
*
[
iri_gazebo_worlds
](
https://gitlab.iri.upc.edu/labrobotica/ros/navigation/iri_gazebo_worlds
)
# Install
...
...
@@ -25,16 +22,15 @@ git clone https://gitlab.iri.upc.edu/labrobotica/ros/robots/ana/iri_ana_gazebo.g
```
However, this package is normally used as part of a wider installation (i.e. a
robot, an experiment or a demo
s
ntration) which will normally include a complete
robot, an experiment or a demon
s
tration) which will normally include a complete
rosinstall file to be used with the
[
wstool
](
http://wiki.ros.org/wstool
)
tool.
# How to use it
This package provides the
*spawn_ana.launch*
file to import the ana robot, with
all its sensors, to the Gazebo simulator. This launch file has the following
parameters:
This package provides the
*spawn.launch*
file to import the robot and its sensors to the Gazebo simulator.
This launch file has the following parameters:
*
n
ame
: (default: ana) base name given to the robot related nodes.
*
n
s
: (default: ana) base name given to the robot related nodes.
This parameter is useful when dealing with multiple instances of the same
robot.
...
...
@@ -51,5 +47,5 @@ respect to the world frame.
respect to the world frame.
Also, an example launch file is provided (sim_sample.launch) which launches
an empty world and spawns the
ana
robot. This file can be used as an example
to create custom simulation launch files.
an empty world and spawns the robot. This file can be used as an example
to create custom simulation launch files.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
package.xml
+
2
−
2
View file @
ffc5777f
...
...
@@ -2,12 +2,12 @@
<package
format=
"2"
>
<name>
iri_ana_gazebo
</name>
<version>
0.0.0
</version>
<description>
The iri_ana_gazebo package
</description>
<description>
Set of launch files to run and configure the robot in simulation
</description>
<!-- One maintainer tag required, multiple allowed, one person per tag -->
<!-- Example: -->
<!-- <maintainer email="jane.doe@example.com">Jane Doe</maintainer> -->
<maintainer
email=
"labrobotica@iri.upc.edu"
>
labrobotica
</maintainer>
<maintainer
email=
"labrobotica@iri.upc.edu"
>
IRI_
labrobotica
</maintainer>
<!-- One license tag required, multiple allowed, one license per tag -->
...
...
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