-
Notifications
You must be signed in to change notification settings - Fork 30
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
M8 lidar #5
Comments
Try adjusting the values in the Dynamic Reconfigure starting with the filtered cloud and cluster sizes. Also check the output of the lidar_body_tracking node in your terminal. You may need to pass |
In the lidar_body_tracking.launch (top-left) try changing /QP308/pc_QP308 is the Point Cloud topic published by the Quanergy Lidar driver. Welcome to ROS! |
Yup in my case it is Sensor/points |
Can you do a
|
Again I am sorry for troubling you so much |
The frame_id in the topic is set to Try changing |
do I change macro name as well? ( <xacro:macro name="sensor_m8">) |
Nah, the macro name is irrelevant to this issue. In fact, the macro is redundant for the Xacro file and is confusing, but that's an issue for a later date. |
I derped The actual value you need to change in the urdf is the link:
|
|
I did changed it to Sensor much before |
Can it be possible that it height might be the reason? I can try placing it higher if needed |
Height shouldn't be a reason since height should remain independent of the data. Try putting some debug info like Few things to check are:
|
Okay. Just one more thing before I do debugging. What should be the output for pcl_clustered and pcl_filtered when you do rostopic echo pcl_clustered/filtered |
They should look like the same pointcloud message from |
Alrighty. Let me give it a try and see if anything works for me. I will ping you with result once I am done. |
Hey I was able to get the display by changing topic name.
Now how do I get person tracking working. Seems when I try to check rostopic for filtered and clustered topics they are not publishing anything.
Guide me where am I going wrong.
I am initializing m8 lidar using Quanergy_client_ros. Is that a problem? or do I have any other option.
@MyNameIsCosmo
The text was updated successfully, but these errors were encountered: