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
f3c8409b
Commit
f3c8409b
authored
6 years ago
by
Sergi Hernandez
Browse files
Options
Downloads
Patches
Plain Diff
Added the initial version of the README file.
parent
d4b8b83c
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
README.md
+51
-0
51 additions, 0 deletions
README.md
with
51 additions
and
0 deletions
README.md
0 → 100644
+
51
−
0
View file @
f3c8409b
# Description
This ROS package contains physical descriptions of the Ana robot build
at IRI. The following files are provided:
*
Xacro macro with all the sensors available on the robot.
*
Main xacro file to be used to import the robot.
# Dependencies
This node has the following dependencies:
*
[
iri_pioneer3_description
](
https://gitlab.iri.upc.edu/labrobotica/ros/platforms/pioneer3/iri_pioneer3_description
)
*
[
iri_bno055_imu_description
](
https://gitlab.iri.upc.edu/labrobotica/ros/sensors/imu/iri_bno055_imu_description
)
*
[
iri_velodyne_lidar_description
](
https://gitlab.iri.upc.edu/labrobotica/ros/sensors/ranger3d/iri_velodyne_lidar_description
)
Additionally, for simulation the following dependencies are also required:
*
[
iri_sked_steering_gazebo
](
https://gitlab.iri.upc.edu/labrobotica/ros/platforms/iri_skid_steering_gazebo
)
*
[
iri_imu_gazebo
](
https://gitlab.iri.upc.edu/labrobotica/ros/sensors/imu/iri_imu_gazebo
)
*
[
iri_velodyne_gazebo
](
https://gitlab.iri.upc.edu/labrobotica/ros/sensors/ranger3d/iri_velodyne_gazebo
)
# Install
This package, as well as all IRI dependencies, can be installed by cloning the
repository inside the active workspace:
```
roscd
cd ../src
git clone https://gitlab.iri.upc.edu/labrobotica/ros/platforms/pioneer3/iri_pioneer3_description.git
```
However, this package is normally used as part of a wider installation (i.e. a
robot, an experiment or a demosntration) which will normally include a complete
rosinstall file to be used with the
[
wstool
](
http://wiki.ros.org/wstool
)
tool.
# How to use it
The
*ana.xacro*
file can be used to import the robot description for the real
robot and to spawn it in simulation.
The main xacro macro has the following parameters:
*
**name:**
(default: ana) name of the robot in case there ara several instances.
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