Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
D-1shu authored and ggupta9777 committed Jun 24, 2024
1 parent f48c234 commit 92aa2dd
Showing 1 changed file with 28 additions and 4 deletions.
32 changes: 28 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,18 @@ In addition to ROS1 Noetic and Gazebo Classic installations, the dependencies ca
rosdep install --from-paths src --ignore-src -r -y
```

### Build
### Source Build

```bash
catkin build --packages-select bcr_bot
```

### Binary Install
To install BCR bot in the binaries:

```bash
sudo apt-get install ros-noetic-bcr-bot
```
### Run

To launch the robot in Gazebo,
Expand Down Expand Up @@ -75,12 +81,19 @@ Remainder of the dependencies can be installed with [rosdep](http://wiki.ros.org
rosdep install --from-paths src --ignore-src -r -y
```

### Build
### Source Build

```bash
colcon build --packages-select bcr_bot
```

### Binary Install
To install BCR bot in the binaries:

```bash
sudo apt-get install ros-humble-bcr-bot
```

### Run

To launch the robot in Gazebo,
Expand Down Expand Up @@ -126,12 +139,19 @@ Remainder of the dependencies can be installed with [rosdep](http://wiki.ros.org
rosdep install --from-paths src --ignore-src -r -y
```

### Build
### Source Build

```bash
colcon build --packages-select bcr_bot
```

### Binary Install
To install BCR bot in the binaries:

```bash
sudo apt-get install ros-humble-bcr-bot
```

### Run

To launch the robot in Gazebo,
Expand Down Expand Up @@ -209,12 +229,16 @@ ros2 launch bcr_bot gz.launch.py \
odometry_source:=world \
world_file:=small_warehouse.sdf
```
**Note:** To use stereo_image_proc with the stereo images excute following command:
**Note:**
1. To use stereo_image_proc with the stereo images excute following command:
```bash
ros2 launch stereo_image_proc stereo_image_proc.launch.py left_namespace:=bcr_bot/stereo_camera/left right_namespace:=bcr_bot/stereo_camera/right
```
2. Harmonic support is not available in the bcr_bot binaries yet.

**Warning:** `gz-harmonic` cannot be installed alongside gazebo-classic (eg. gazebo11) since both use the `gz` command line tool.


### Simulation and Visualization
1. Gz Sim (Ignition Gazebo) (small_warehouse World):
![](res/gz.jpg)
Expand Down

0 comments on commit 92aa2dd

Please sign in to comment.