Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-gorecki authored Oct 23, 2023
1 parent e87bd20 commit a8981b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ git clone https://github.com/husarion/rosbot_xl_ros src/

### Build and run on hardware

Building:
1. **Building**
```
export HUSARION_ROS_BUILD=hardware
Expand All @@ -77,15 +77,15 @@ colcon build

> **Prerequisites:** Before starting the software on the robot please make sure that you're using the latest firmware and run the `micro-ROS` agent as described in the [Usage on hardware](#usage-on-hardware) step.
Running:
2. **Running**
```
source install/setup.bash
ros2 launch rosbot_xl_bringup bringup.launch.py
```

### Build and run Gazebo simulation

Building:
1. **Building**
```
export HUSARION_ROS_BUILD=simulation
Expand All @@ -100,7 +100,7 @@ rosdep install -i --from-path src --rosdistro $ROS_DISTRO -y
colcon build
```

Running:
2. **Running**
```
source install/setup.bash
ros2 launch rosbot_xl_gazebo simulation.launch.py
Expand Down

0 comments on commit a8981b7

Please sign in to comment.