-
Notifications
You must be signed in to change notification settings - Fork 41
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
Horizontal planes not detected #14
Comments
This code is quite old, but my recollection is that the code uses the sensor/robot pose to determine the 'forward direction'. I think the problem is that the your robot coordinates here are optical/CV frame |
Thank you for the response.
|
In the code I cannot really understand which direction is defined as plane_seg/plane_seg_ros/src/plane_seg_ros.cpp Lines 156 to 169 in f94dc77
Then the z-axis of the plane_seg/plane_seg_ros/src/plane_seg_ros.cpp Line 313 in f94dc77
Below the frames I have in my use case, where |
Then why the z-axis of the plane_seg/plane_seg_ros/src/plane_seg_ros.cpp Line 313 in f94dc77
Shouldn't it be |
Hi,
I have just installed and built the packages in my catkin workspace. Then I am trying to run the anymal example with my own robot and pointcloud as input, i.e. after having changed
/plane_seg/point_cloud_in
topic name, andfixed_frame_
here to match my case I just run the launch files:As you can see in the photo below the horizontal planes are not segmented. Why is this happening or what am I doing wrong?
![image](https://private-user-images.githubusercontent.com/75118133/295553548-72ae662e-8bbb-4fae-8940-e27151083cf5.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNzE1OTQsIm5iZiI6MTczOTE3MTI5NCwicGF0aCI6Ii83NTExODEzMy8yOTU1NTM1NDgtNzJhZTY2MmUtOGJiYi00ZmFlLTg5NDAtZTI3MTUxMDgzY2Y1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDA3MDgxNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWU4ZDMyYjU4NmJlZDkzZDRiNTgyNTQwYzE0OTkzNDgwODFhNjE5ODBjOGFlYzBhMGNhNWVkYjc4NzhiN2Q5ZjMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.V_7uyJAmLHEyNAWdwXH6JZol0Oc2WA-eMDOTfnIdeVU)
Thank you
The text was updated successfully, but these errors were encountered: