GithubHelp home page GithubHelp logo

Comments (17)

finedcl avatar finedcl commented on June 12, 2024 1

do not use the virtual machine

from livox_ros_driver2.

kosmonauta144 avatar kosmonauta144 commented on June 12, 2024 1

Hi Guys,

I had similar problem and here is the fix which helped me.

Livox lidar seems to have IP adress isue, it does not have static adress or it's not configured with the .json file.

I connected the livox mid360 lidar to mikrotik router or router with ip scanner. I scanned subnetwork and get this adresses

image

192.168.1.5 is my computer
192.168.1.144 is second device connected which is Livox

so I changed IP adress of the lidar in the .json file to 192.168.1.144 and it works

image

no TF data still remains, but the point cloud is received. I hope it helps you.

I though that json file is made to set IP adress for the lidar, but it has to be set to static through router or switch to work. I hope it helps.

from livox_ros_driver2.

FPSychotic avatar FPSychotic commented on June 12, 2024 1

from livox_ros_driver2.

Prabuddhi-05 avatar Prabuddhi-05 commented on June 12, 2024 1

I have connected the radar mid360 in the virtual machine, run rviz_mid360.launch, the initialization is successful, but there is no point cloud displayed in the rviz interface, frame is livox_frame, the warning message is: No tf data. Actual error: Fixed Frame [livox_frame] does not exist. and run rostopic echo /livox/lidar,data is shown.

I'm encountering this issue in Ubuntu 22.04 while working with ROS 2 Humble. However, when I run 'ros2 topic echo /livox/lidar,' no data is displayed. Is there a solution for this?

The issue was resolved by turning off the firewall to ensure that some of the ports were no longer blocked.

from livox_ros_driver2.

arvrschool avatar arvrschool commented on June 12, 2024

I have the same problem in ubuntu..

from livox_ros_driver2.

naveenkumar2208 avatar naveenkumar2208 commented on June 12, 2024

@finedcl Did it solve for you?

from livox_ros_driver2.

naveenkumar2208 avatar naveenkumar2208 commented on June 12, 2024

@arvrschool Did it solve for you?

from livox_ros_driver2.

finedcl avatar finedcl commented on June 12, 2024

@naveenkumar2208 yes,standalone ubuntu systems can display point clouds

from livox_ros_driver2.

FPSychotic avatar FPSychotic commented on June 12, 2024

in standalone windows needed deactivate firewall, in ubuntu standalone in x86 and Arm64 will show the pointclouds, nut livox viewer2 wont work in arm64. in the ros config file there is ports , I would check that ports are available in your system and ip address

from livox_ros_driver2.

LeonardoGuevara avatar LeonardoGuevara commented on June 12, 2024

I have a similar problem, I also get the warning message is: No tf data. Actual error: Fixed Frame [livox_frame] does not exist.
But in my case when I run rostopic echo /livox/lidar, no message is published. I'm running in in Ubuntu 20.04. Any solutions?

from livox_ros_driver2.

oscarpoudel avatar oscarpoudel commented on June 12, 2024

I also have a similar problem as Leonardo . I tried installing it on both jetson nano as well as intel cpu ubuntu 20.04 but the point cloud is still not showing in Rviz.

from livox_ros_driver2.

FPSychotic avatar FPSychotic commented on June 12, 2024

I assume you got it work in livox SDK , but you cannot in ROS. The best way to test the lidar i running Fast-lio 2 with the mid-360 specific launch. If you run only the driver to test, be sure you use the rviz launch. If still don't show points, be sure you set global_frame as " livox_frame", maybe you need write it at hand and be sure the topic is pointcloud2 format and called /livox/lidar.
For sure the drivers works, but also you need setup properly the IP address in the lidar nodel

from livox_ros_driver2.

oscarpoudel avatar oscarpoudel commented on June 12, 2024

I checked it with Fast Lio too its the same. The cloud points are not showing. I have set the ip in the config file to that of my system and lidar ip to as specified in the Manual.
The issue is shown in the figure.

IMG_20230918_153323.jpg

IMG_20230918_153341.jpg

from livox_ros_driver2.

georgflick avatar georgflick commented on June 12, 2024

Somewhere in the docs I found out, that the initial IP address is set to 192.168.1.100 + last two digits of serial number

Hi Guys,

I had similar problem and here is the fix which helped me.

Livox lidar seems to have IP adress isue, it does not have static adress or it's not configured with the .json file.

I connected the livox mid360 lidar to mikrotik router or router with ip scanner. I scanned subnetwork and get this adresses

image

192.168.1.5 is my computer 192.168.1.144 is second device connected which is Livox

so I changed IP adress of the lidar in the .json file to 192.168.1.144 and it works

image

no TF data still remains, but the point cloud is received. I hope it helps you.

I though that json file is made to set IP adress for the lidar, but it has to be set to static through router or switch to work. I hope it helps.

from livox_ros_driver2.

Prabuddhi-05 avatar Prabuddhi-05 commented on June 12, 2024

I have connected the radar mid360 in the virtual machine, run rviz_mid360.launch, the initialization is successful, but there is no point cloud displayed in the rviz interface, frame is livox_frame, the warning message is: No tf data. Actual error: Fixed Frame [livox_frame] does not exist. and run rostopic echo /livox/lidar,data is shown.

I'm encountering this issue in Ubuntu 22.04 while working with ROS 2 Humble. However, when I run 'ros2 topic echo /livox/lidar,' no data is displayed. Is there a solution for this?

from livox_ros_driver2.

dpbnasika avatar dpbnasika commented on June 12, 2024

did the no TF data issue fixed or someone can able to fix ?, i now try to add the tf and it does not display the axis and imu axis also it is not recognized as topic in rviz topics tab, but i can able to see the imu topic in terminal. Any help is appreciated.

from livox_ros_driver2.

Prabuddhi-05 avatar Prabuddhi-05 commented on June 12, 2024

from livox_ros_driver2.

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.