LabelFusion icon indicating copy to clipboard operation
LabelFusion copied to clipboard

lcmlog-* file's size always 0 bytes.

Open tiexuedanxin opened this issue 5 years ago • 2 comments

Hi, I am very interested in your work on LabelFusion. I am trying to create my own data with LabelFusion using prime sense sensor without a robot. I installed everything through your Docker: https://hub.docker.com/r/robotlocomotion/labelfusion/. Then, run: openni2-camera-lcm and lcm-logger as shown in the screenshots below. However, my lcmlog-* file's size always 0 bytes. Could you give me some suggestions? Thank you very much! Screenshot from 2020-05-21 10-47-25

tiexuedanxin avatar May 21 '20 02:05 tiexuedanxin

Hi @tiexuedanxin you should not open another separate docker container. Just grab the docker id of the running terminal and on a separate terminal run sudo docker exec -it RunningDockerID bash now you need to source the docker startup file so the alias commands can work on the new docker terminal. Use source /root/labelfusion/docker/docker_startup.sh && /bin/bash

tsabtahi avatar Jun 08 '20 16:06 tsabtahi

Hi @tsabtahi , I'm new to using docker images. I have Intel RealSense D435i and i want to create my custom dataset using LabelFusion.

As the author mentions on using " First, install librealsense , intel_ros_relasense and rgbd_ros_to_lcm". The thing that confuses me is, do I need to install these libraries when in a docker container or it should be done on my computer?

Your help will be much appreciated. Thanks!

nihar0602 avatar Apr 12 '21 03:04 nihar0602