Description
In README.md
mkdir -p ament_ws/src cd ament_ws curl -skL https://raw.githubusercontent.com/esteve/ament_java/master/ament_java.repos -o ament_java.repos vcs import src < ament_java.repos src/ament/ament_tools/scripts/ament.py build --symlink-install --isolated
and
mkdir -p ros2_java_ws/src cd ros2_java_ws curl -skL https://raw.githubusercontent.com/esteve/ros2_java/master/ros2_java_desktop.repos -o ros2_java_desktop.repos vcs import src < ros2_java_desktop.repos . ../ament_ws/install_isolated/local_setup.sh ament build --symlink-install --isolated
ament_java.repos and ros2_java_desktop.repos is out of date in 2018 .
When i build in dashing version ,there has too many mistakes.
how can i fix it? by the way ,when you will maintain the latest version of the instructions(dashing 2020 or 2019)