How to downgrade PCL version?

0

I was for 2 month working with a pcl 1.7 on ROS Kinect, I was visualizing some sensor bags data on rviz and it was working just fine, for somewhat reason pcl started crushing each time I compile a code I found on Github, it said that my pcl version is out of date and I needed to update to at least PCL 1.8 (At least, this is what i've undestood from the error message). I installed a new version of PCL (which I don't know which one because I can't find the commands to know my PCL version). My code now is working but the point cloud image in OpenGL is glitching so much (It was working fine before upgrading my PCL), Rviz is glitching as well now.. Did try a bunch of different bag files that were working fine before and still. Another issue is now, When I launch my launch file and play my bag file, very often my OpenGL visualizer crash and close and the code stop turning.

I don't know if there's any other solutions to my problem, so my natural solution is to downgragoodde my PCL so it does work just like before. I wonder how I can do it correctly, because the last time I wanted to upgrade it, I spent two days fixing it because my code didin't compile anymore until I found a version of PCL that worked fine.

Feel free to ask me about any line of code you think you might need.

Hamouza

Posted 2019-05-16T12:30:21.557

Reputation: 1

No answers