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

lcmlog-* file's size always 0 bytes. #86

Open
tiexuedanxin opened this issue May 21, 2020 · 2 comments
Open

lcmlog-* file's size always 0 bytes. #86

tiexuedanxin opened this issue May 21, 2020 · 2 comments

Comments

@tiexuedanxin
Copy link

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

@tsabtahi
Copy link

tsabtahi commented Jun 8, 2020

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

@nihar0602
Copy link

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!

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

3 participants