@@ -48,59 +48,59 @@ The current set of features include:
4848
49491 . 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
55551 . Install Gradle.
5656Make 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
76761 . 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
80801 . 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
87871 . Source your ROS 2 installation, for example:
8888
89- source /opt/ros/dashing/setup.bash
89+ source /opt/ros/dashing/setup.bash
9090
91911 . 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
97971 . ** 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
1011011 . 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