-
Notifications
You must be signed in to change notification settings - Fork 40
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
ifm3d ver 0.20.3 and ifm3d_ros ver 0.7.0, catkin_make error #74
Comments
Maybe you installed ifm3d 0.18.0 from source and you still have it installed on your machine and this is the one ifm3d-ros finds. |
Hi @coa06yl, I have looked at the ifm3d repository but I cannot able to find any Branch or Tag referring to ver 0.20.0. But I would suggest to go in route of using Docker. I am assuming that you require following setup on your machine. OS type: 64-bit
|
Hi @dekhanra, Thanks for the prompt reply. When I build the Docker Container, there is an error msg. |
@dekhanra this is where I found ifm3d ver 0.20.3 |
Hi @coa06yl , Sorry my bad, the arguments are initialized again as empty arguments in the Dockerfile at Line 67 and Line 43. Can you delete them and try again. Below is the Dockerfile
|
@dekhanra It is my first time to use docker. I managed to catkin_make it. In order to launch the camera, may I know the package name and launch file name? Thanks |
Hi @coa06yl
|
@dekhanra I managed to run the camera node. But from the docker, I couldn't ping the camera. Should I use port binding or some other methods to connect the camera? By the way, my ROS version is Noetic. |
Hi @coa06yl, can you able to ping the camera inside the docker container? To execute ping inside docker container you may need to install the apt-get install -y iputils-ping I guess you have given docker run -ti --network host ifm3d-ros:melodic-x86_64 |
@dekhanra when I try to bind the port, I encountered this msg. ros master port: 11311 camera port: 80 |
Hi @graugans , you mean this? Should be continuous? Appreciated, if you could tell me how to do the setting. |
Hi @coa06yl, Is the |
@dekhanra The error is just at startup of the ROS node. I installed nano in docker and tried to edit the camera.launch file in docker container. I tried timeout_millis 500, 600 and 700, but the result is same. But I managed to connect to O3X camera and received data from it. I even can get the topics outside of docker in ROS Noetic. Many thanks for the support from the team! |
It is expected during the Node startup because of Latency as I explained above. If the issue is resolved can we close this Issue |
Hi @dekhanra Once again thank you for your help. Pls close this issue. |
But when I check the ifm3d version, it is 0.18.0.
The text was updated successfully, but these errors were encountered: