Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
seat_car_simulator
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
Container Registry
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
mobile_robotics
ADC
ADC_2018
seat_car_simulator
Commits
9cbf73d8
Commit
9cbf73d8
authored
7 years ago
by
Fernando Herrero
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
86335da9
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
+3
-2
3 additions, 2 deletions
README.md
with
3 additions
and
2 deletions
README.md
+
3
−
2
View file @
9cbf73d8
...
...
@@ -17,7 +17,6 @@ Install modelcar basic packages, because we need its odometry package
wget http://ftp.imp.fu-berlin.de/pub/autonomos/data/modelcar/software-packages/v3/kinetic/amd64/modelcar-basic-packages.deb
sudo dpkg -i modelcar-basic-packages.deb
source /opt/ros/modelcar/catkin_ws/install/setup.bash
# You can add this last line to you ~/.bashrc
```
...
...
@@ -30,7 +29,7 @@ mkdir -p ~/catkin_ws/src
cd ~/catkin_ws
catkin_make
source ~/catkin_ws/devel/setup.bash
# You
can
add this last line to you ~/.bashrc
# You
should
add this last line to you
r
~/.bashrc
file
```
...
...
@@ -43,6 +42,8 @@ git clone https://gitlab.iri.upc.edu/seat_adc/seat_car_simulator.git
rosdep install -i --from-paths seat_car_simulator
roscd; cd ..
catkin_make
export GAZEBO_MODEL_PATH=`rospack find seat_car_gazebo`/models:$GAZEBO_MODEL_PATH
# You should add this last line to your ~/.bashrc file
```
## Running
...
...
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