Giter Club home page Giter Club logo

Comments (3)

miferco97 avatar miferco97 commented on August 16, 2024

the installer located in installers/install_package_dependencies.py must work, check if each package contains an installer with a file called install_<whatever>.bash if it is needed

from aerostack2_isolated_install.

pariaspe avatar pariaspe commented on August 16, 2024

Explore using rosdep instead [1] [2].

  • Add python3-rosdep to install_core_dependencies.bash
  • Check package.xml --> eigen3 [3].

from aerostack2_isolated_install.

pariaspe avatar pariaspe commented on August 16, 2024

Current install_core_dependencies.bash:

sudo apt update
# utils
sudo apt install tmux python3-vcstool -y

# libs
sudo apt install libyaml-cpp* -y &&\
sudo apt install libeigen3-dev -y

# python dependencies
sudo apt install python3-pip python3-testresources -y && \
sudo apt install python3-colcon-common-extensions -y

# ros2 dependencies

sudo apt install ros-${ROS_DISTRO}-ament-cmake-clang-format -y &&\
sudo apt install ros-${ROS_DISTRO}-eigen3-cmake-module -y  && \
sudo apt install ros-${ROS_DISTRO}-geographic-msgs -y 
#sudo apt install libgeographic-dev geographiclib-tools -y &&

Dependencies found in ROS Index:

Then, script can be simplified into:

sudo apt update
# utils
sudo apt install tmux python3-vcstool python3-rosdep python3-pip -y

from aerostack2_isolated_install.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.