Giter Club home page Giter Club logo

Comments (6)

matlabbe avatar matlabbe commented on July 4, 2024 2

The introlab3it/rtabmap:jammy has been updated, it should use 2.55 now:

docker run -it --rm introlab3it/rtabmap:jammy ldd /usr/local/bin/rtabmap | grep realsense
	librealsense2.so.2.55 => /opt/ros/humble/lib/x86_64-linux-gnu/librealsense2.so.2.55 (0x00007138e3073000)

from rtabmap.

parkerlreed avatar parkerlreed commented on July 4, 2024 1

Aha! I see it was. Thanks. Works after a fresh image pull.

from rtabmap.

matlabbe avatar matlabbe commented on July 4, 2024

Which docker image exactly?

Just tried this one and it seems to work (can launch D435i and see data), following this:

docker pull introlab3it/rtabmap:22.04

export XAUTH=/tmp/.docker.xauth
touch $XAUTH
xauth nlist $DISPLAY | sed -e 's/^..../ffff/' | xauth -f $XAUTH nmerge -

 docker run -it --rm \
   --privileged \
   --env="DISPLAY=$DISPLAY" \
   --env="QT_X11_NO_MITSHM=1" \
   --volume="/tmp/.X11-unix:/tmp/.X11-unix:rw" \
   --env="XAUTHORITY=$XAUTH" \
   --volume="$XAUTH:$XAUTH" \
   -e NVIDIA_VISIBLE_DEVICES=all \
   -e NVIDIA_DRIVER_CAPABILITIES=all \
   --runtime=nvidia \
   --network host \
   -v ~/Documents/RTAB-Map:/root/Documents/RTAB-Map \
   introlab3it/rtabmap:22.04 \
   rtabmap

Oh, do you mean if you update libraries inside the container it will fail? I could force trigger the rebuild of the base image, it is maybe using an old cache for a while.

from rtabmap.

parkerlreed avatar parkerlreed commented on July 4, 2024

Yeah the humble jammy I ran a manual apt-update which updated the base libs but not rtabmap itself, so it didn't get a server side rebuild.

docker.io/introlab3it/rtabmap:jammy

from rtabmap.

parkerlreed avatar parkerlreed commented on July 4, 2024

For Docker I can obviously sit on the base image without updates, but I assume this affects anyone with Ubuntu 22.04 on bare metal with the ROS repos as well.

librealsense2 updated to 2.55 and rtabmap just needs a rebuild against it.

from rtabmap.

parkerlreed avatar parkerlreed commented on July 4, 2024

Just apt updated the container and still seeing the older rtabmap. Was the base image itself updated instead?

[parker@rogally ~]$ sudo apt update
Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease
Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease
Hit:3 http://packages.ros.org/ros2/ubuntu jammy InRelease
Hit:4 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
Hit:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
[parker@rogally ~]$ rtabmap
rtabmap: error while loading shared libraries: librealsense2.so.2.54: cannot open shared object file: No such file or directory

from rtabmap.

Related Issues (20)

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.