Skip to content

Commit 88dc6c7

Browse files
author
Enrique Fernández Perdomo
committed
Source setup.bash in code block + Update authors
1 parent f8841a0 commit 88dc6c7

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66

77
## Authors ##
88

9-
* Aaron Martínez
10-
* Anil Mahtani
11-
* Enrique Fernández
12-
* Luiz Sánchez
9+
* [Enrique Fernández](https://github.com/efernandez)
10+
* [Luis Sánchez Crespo](https://github.com/LuisSC)
11+
* [Anil Mahtani](https://github.com/Anilm3)
12+
* [Aaron Martínez](https://github.com/AaronMR)
1313

1414
## Installation ##
1515

@@ -44,10 +44,9 @@ cd ..
4444
rosdep install --from-paths src -iy
4545
```
4646

47-
source /opt/ros/$(rosversion -d)/setup.bash
48-
4947
Build the source code (alternatively, you can use `catkin build` instead of `catkin_make`):
5048
``` bash
49+
source /opt/ros/$(rosversion -d)/setup.bash
5150
catkin_make -j4
5251
source devel/setup.bash
5352
```

0 commit comments

Comments
 (0)