Skip to content

Commit

Permalink
fix: minor error in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rossctaylor committed May 4, 2022
1 parent d8f4962 commit e3f888c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions readme/ubuntu1804.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ catkin_make_isolated

```
source /opt/ros/melodic/setup.bash
source ~/QuanergySystems/catkin_ws/devel/setup.bash
source ~/QuanergySystems/catkin_ws/devel_isolated/setup.bash
roslaunch quanergy_client_ros client.launch host:=<hostname_or_ip>
```
In a separate terminal, the following commands will show the output rate you are getting from your sensor.
Expand All @@ -42,5 +42,5 @@ rostopic hz /quanergy/points
To add ROS environment configuration automatically to every future bash session
```
echo "source /opt/ros/melodic/setup.bash" >> ~/.bashrc
echo "source ~/QuanergySystems/catkin_ws/devel/setup.bash" >> ~/.bashrc
echo "source ~/QuanergySystems/catkin_ws/devel_isolated/setup.bash" >> ~/.bashrc
```
4 changes: 2 additions & 2 deletions readme/ubuntu2004.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ catkin_make_isolated

```
source /opt/ros/noetic/setup.bash
source ~/QuanergySystems/catkin_ws/devel/setup.bash
source ~/QuanergySystems/catkin_ws/devel_isolated/setup.bash
roslaunch quanergy_client_ros client.launch host:=<hostname_or_ip>
```
In a separate terminal, the following commands will show the output rate you are getting from your sensor.
Expand All @@ -42,5 +42,5 @@ rostopic hz /quanergy/points
To add ROS environment configuration automatically to every future bash session
```
echo "source /opt/ros/noetic/setup.bash" >> ~/.bashrc
echo "source ~/QuanergySystems/catkin_ws/devel/setup.bash" >> ~/.bashrc
echo "source ~/QuanergySystems/catkin_ws/devel_isolated/setup.bash" >> ~/.bashrc
```

0 comments on commit e3f888c

Please sign in to comment.