Skip to content

Commit 746b2b8

Browse files
committed
Fix whitespace formatting
Signed-off-by: Jacob Perron <jacob@openrobotics.org>
1 parent 89d0d7f commit 746b2b8

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

README.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -48,59 +48,59 @@ The current set of features include:
4848

4949
1. Install Java and a JDK.
5050

51-
On Ubuntu, you can install OpenJDK with:
51+
On Ubuntu, you can install OpenJDK with:
5252

53-
sudo apt install default-jdk
53+
sudo apt install default-jdk
5454

5555
1. Install Gradle.
5656
Make sure you have Gradle 3.2 (or later) installed.
5757

58-
*Ubuntu Bionic or later*
58+
*Ubuntu Bionic or later*
5959

60-
sudo apt install gradle
60+
sudo apt install gradle
6161

62-
*macOS*
62+
*macOS*
6363

64-
brew install gradle
64+
brew install gradle
6565

66-
> If run into compatibily issues between gradle 3.x and Java 9, try using Java 8:
67-
>
68-
> brew tap caskroom/versions
69-
> brew cask install java8
70-
> export JAVA_HOME=/Library/Java/JavaVirtualMachines/1.8.0.jdk/Contents/Home
66+
Note: if run into compatibily issues between gradle 3.x and Java 9, try using Java 8,
7167

72-
*Windows*
68+
brew tap caskroom/versions
69+
brew cask install java8
70+
export JAVA_HOME=/Library/Java/JavaVirtualMachines/1.8.0.jdk/Contents/Home
7371

74-
choco install gradle
72+
*Windows*
73+
74+
choco install gradle
7575

7676
1. Install build tools:
7777

78-
sudo apt install curl python3-colcon-common-extensions python3-pip python3-vctool
78+
sudo apt install curl python3-colcon-common-extensions python3-pip python3-vctool
7979

8080
1. Install Gradle extensions for colcon:
8181

82-
python3 -m pip install -U git+https://github.com/colcon/colcon-gradle
83-
python3 -m pip install --no-deps -U git+https://github.com/colcon/colcon-ros-gradle
82+
python3 -m pip install -U git+https://github.com/colcon/colcon-gradle
83+
python3 -m pip install --no-deps -U git+https://github.com/colcon/colcon-ros-gradle
8484

8585
### Download and Build ROS 2 Java for Desktop
8686

8787
1. Source your ROS 2 installation, for example:
8888

89-
source /opt/ros/dashing/setup.bash
89+
source /opt/ros/dashing/setup.bash
9090

9191
1. Download the ROS 2 Java repositories into a workspace:
9292

93-
mkdir -p ros2_java_ws/src
94-
cd ros2_java_ws
95-
curl -skL https://raw.githubusercontent.com/ros2-java/ros2_java/dashing/ros2_java_desktop.repos | vcs import src
93+
mkdir -p ros2_java_ws/src
94+
cd ros2_java_ws
95+
curl -skL https://raw.githubusercontent.com/ros2-java/ros2_java/dashing/ros2_java_desktop.repos | vcs import src
9696

9797
1. **Linux only** Install ROS dependencies:
9898

99-
rosdep install --from-paths src -y -i --skip-keys "ament_tools"
99+
rosdep install --from-paths src -y -i --skip-keys "ament_tools"
100100

101101
1. Build desktop packages:
102102

103-
colcon build --symlink-install
103+
colcon build --symlink-install
104104

105105
### Download and Build ROS 2 Java for Android
106106

0 commit comments

Comments
 (0)