-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build in dashing version failed,in Ubuntu 18.0.4 #86
Comments
I experienced similar issues. Have you tried cloning the Replace |
When I did the steps described by @nielstiben I ended up with two packages that could not build: |
When I try to build
So, it seems that including the Edit: the include must be Edit2: In the master branch, the above issues are solved. However, I get the error:
It doesn't know |
@esteve I also see the |
@nielstiben If you delete the "addTwoInts" java files, then the other examples build. The |
@wilcobonestroo ros2_alpha8 branch is an old branch that predates the first official version of ROS 2, so it's not meant to be used, I've just removed it. The latest ROS 2 distro supported on master is Bouncy, but @jacobperron is working on adding support for Dashing and Eloquent in https://github.com/ros2-java/ros2_java/tree/dashing |
Thank you for your answers. Can you also give a hint about where |
See #101 for adding |
Dashing is EOL. Please try out the |
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)
The text was updated successfully, but these errors were encountered: