ROS-noetic support

Issue #67 resolved
Former user created an issue

Hi, is a release for ros-noetic planned for this package?

Comments (9)

  1. Patrick Beeson

    I agree. The current package maintainers should consider bumping bloom to release for noetic.

  2. Jack Schultz

    I know this is an ongoing area of development, but in the meantime, if anyone is interested, I was able to get it working in noetic by installing from source and installing dependencies using:

    sudo apt-get install libnlopt-cxx-dev swig ros-noetic-nlopt
    

  3. Venera Varbanova

    this works for me:

    sh -c 'echo "deb http://packages.ros.org/ros-testing/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-testing.list'     
    && apt-get update     
    && apt-get install -y     
    ros-noetic-trac-ik-lib     
    ros-noetic-kdl-parser     
    ros-noetic-nlopt       
    libnlopt-dev     
    libnlopt-cxx-dev
    

    but does not work for ros-noetic-trac-ik-kinematics-plugin

  4. Log in to comment