Skip to content
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

Installation Issue on New Ros Distribution #7

Open
buoncubi opened this issue Sep 23, 2022 · 0 comments
Open

Installation Issue on New Ros Distribution #7

buoncubi opened this issue Sep 23, 2022 · 0 comments

Comments

@buoncubi
Copy link
Member

buoncubi commented Sep 23, 2022

We experienced issues while installing aRMOR through ROSJava on ROS Noetic and Melodic. Follow these steps to install aRMOR successfully.

  1. Download the rosjava_build_tools on your ROS workspace.
  2. Follow only the second step of the installation guide available in the armor_rds_tutorial.
  3. Download the jdk-8u231-linux-x64.tar.gz archive from ORACLE, and extract it in usr/java/ (create such a path if you don’t have it).
  4. Insert on the .bashrc export JAVA_HOME=/usr/java/jdk1.8.0_231/ and export PATH=$PATH:/usr/java/jdk1.8.0_231/bin, each in a relative line. Close and reopen the terminal to apply these changes. Be sure that the path you set are correct, for instance, it might be export JAVA_HOME=/usr/java/jdk-8u231-linux-x64/jdk1.8.0_231/, and export PATH=$PATH:/usr/java/jdk-8u231-linux-x64/jdk1.8.0_231/bin instead.
  5. Follow the third step of the installation guide used in (2), i.e., the armor_rds_tutorial.
  6. Run catkin_make.
  7. Create the folder org/ros/rosjava_messages in devel/share/maven of your ROS workspace.
  8. Download the armor_msgs.zip, and extract it into the folder previously created, i.e., (7).
  9. Run catkin_make again.

Thanks to Carmine Recchiuto for this solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant