Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iri_ana_how_to
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_how_to
Commits
04d54779
Commit
04d54779
authored
6 years ago
by
Alejandro Lopez Gestoso
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
854118e6
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
+7
-7
7 additions, 7 deletions
README.md
with
7 additions
and
7 deletions
README.md
+
7
−
7
View file @
04d54779
...
...
@@ -72,8 +72,8 @@ wstool init ana_sim.rosinstall
*
Copy the ana_sim.rosinstall file to the src folder of the existing workspace.
*
Merge the ana_sim.rosinstall file available on this repository with the existing rosinstall file following the steps
.
in this
[
tutorial
](
http://wiki.ros.org/wstool
)
. From the src folder, execute:
*
Merge the ana_sim.rosinstall file available on this repository with the existing rosinstall file following the steps
in this
[
tutorial
](
http://wiki.ros.org/wstool
#Merge_in_Additional_rosinstall_Files
)
. From the src folder, execute:
```
roscd
...
...
@@ -81,20 +81,20 @@ cd ../src
wstool merge ana_sim.rosinstall
```
*
Download the simulator packages by executing the follow
u
ing command from the src folder:
*
Download the simulator packages by executing the following command from the src folder:
```
wstool update
```
*
c
ompile the newly downloaded packages with the following command:
*
C
ompile the newly downloaded packages with the following command:
```
cd ..
catkin_make
```
Once the setup process is complet, start the simulator with the following command
Once the setup process is complet
e
, start the simulator with the following command
:
```
roslaunch iri_ana_gazebo sim_test.launch
...
...
@@ -123,7 +123,7 @@ There are two ways to connect to the robot using an external computer:
Once connected to the same network, configure the external computer following the instructions
in this
[
tutorial
](
http://wiki.ros.org/ROS/Tutorials/MultipleMachines
)
.
At this point, you should have acces to all the topic, services and action provided by the robot.
At this point, you should have acces to all the topic, services and action
s
provided by the robot.
A complete list of all ROS interfaces is shown
[
here
](
).
## What to do next
...
...
@@ -142,5 +142,5 @@ Some tutorials specific to the simulated robot:
# Developers
For advanced users and developers,
[
here
](
)
there is amore in depth information about the Ana robot
For advanced users and developers,
[
here
](
)
there is a
more in depth information about the Ana robot
and all its dependencies.
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