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

attention_clipper does not work properly on Kinetic + PCL1.8.0 #2380

Closed
knorth55 opened this issue Dec 23, 2018 · 4 comments
Closed

attention_clipper does not work properly on Kinetic + PCL1.8.0 #2380

knorth55 opened this issue Dec 23, 2018 · 4 comments

Comments

@knorth55
Copy link
Member

knorth55 commented Dec 23, 2018

This is caused by CropBox in pcl.

On master branch
roslaunch jsk_pcl_ros sample_attention_clipper.launch

Kinetic + PCL1.8.0 + Default configure

PCL build command

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make -j $(nproc)
sudo make install

attention_clipper_kinetic

rostopic echo /attention_clipper/output/point_indices
header: 
  seq: 1220
  stamp: 
    secs: 1486279001
    nsecs:  53697817
  frame_id: "right_hand_camera_rgb_optical_frame"
indices: []
---
header: 
  seq: 1221
  stamp: 
    secs: 1486279001
    nsecs:  87385647
  frame_id: "right_hand_camera_rgb_optical_frame"
indices: []
---
header: 
  seq: 1222
  stamp: 
    secs: 1486279001
    nsecs: 121011011
  frame_id: "right_hand_camera_rgb_optical_frame"
indices: []
---

Kinetic + PCL1.8.0 + -DPCL_ENABLE_SSE:BOOL=FALSE:

PCL build command:

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DPCL_ENABLE_SSE:BOOL=FALSE ..
make -j $(nproc)
sudo make install

attention_clipper_kinetic_sse

Indigo + PCL1.8.0:

attention_clipper_indigo

Kinetic + PCL 1.7.2

attention_clipper_kinetic_1 7

Probably?
PointCloudLibrary/pcl#1623
PointCloudLibrary/pcl#1917

@knorth55 knorth55 changed the title attention_clipper does not work properly on Kinetic attention_clipper does not work properly on Kinetic + PCL1.8 Dec 23, 2018
@knorth55 knorth55 changed the title attention_clipper does not work properly on Kinetic + PCL1.8 attention_clipper does not work properly on Kinetic + PCL1.8.0 Dec 23, 2018
@knorth55
Copy link
Member Author

I installed PCL 1.8.1 and it doesn't solved.

@knorth55
Copy link
Member Author

Kinetic + PCL1.7.2 works

@knorth55
Copy link
Member Author

Kinetic + PCL 1.8.0 + -DPCL_ENABLE_SSE:BOOL=FALSE works!

@knorth55
Copy link
Member Author

Solution is building PCL with command below.
cmake -DCMAKE_BUILD_TYPE=Release -DPCL_ENABLE_SSE:BOOL=FALSE ..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant