Skip to content

Commit d27f5a1

Browse files
committed
🔨 Updated root README.md to suit latest internal doc standards.
Signed-off-by: gary.bey <gary.bey@kabam.ai>
1 parent 4596d41 commit d27f5a1

1 file changed

Lines changed: 5 additions & 12 deletions

File tree

README.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,24 +18,17 @@ A ROS2 package that **simulates a camera**, providing ROS messages from **playin
1818
**Run** the command below.
1919

2020
```bash
21-
cd $HOME
22-
git clone https://github.com/cardboardcode/virtual_camera.git --branch humble_devel --single-branch --depth 1
23-
cd ~/virtual_camera
24-
source /opt/ros/humble/setup.bash
25-
colcon build
21+
git clone https://github.com/cardboardcode/virtual_camera.git --branch humble_devel --single-branch --depth 1 && cd virtual_camera
22+
```
23+
24+
```bash
25+
source /opt/ros/humble/setup.bash && colcon build
2626
```
2727

2828
## **Run** :rocket:
2929

3030
Run the commands below to run `virtual_camera` ROS 2 node:
3131

32-
```bash
33-
cd ~/virtual_camera
34-
source install/local_setup.bash
35-
```
36-
37-
#### **Run Options**
38-
3932
```bash
4033
# For running without image-viewer
4134
./scripts/run.bash

0 commit comments

Comments
 (0)