10
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

pcl::fromROSMsgを高速化したい

Posted at

pcl::fromROSMsgとは

pcl::fromROSMsgとは、ROS形式からPCL形式にしてくれる優れものです。
しかしながら落とし穴が。。。

何故かpcl::fromROSMsg遅い

私の環境では約0.1[sec]消耗していました。。。

こんな感じで。。。

ちょっとした、解決方法へ。。。

高速化の呪文!!!(0.1[sec]→0.01[sec]へ)

それは、、、、!!!!!

catkin build -DCMAKE_BUILD_TYPE=Release

-DCMAKE_BUILD_TYPE=Releaseでした。。。

-DCMAKE_BUILD_TYPE=Debugで以前はしていたみたいです。。。
(初歩的。。。)

これで、だいだい0.1[sec]→0.01[sec]になりました。。。
まだまだ早くしたいですね!!!
他の方法を誰か知っていたら教えてください!!!!!

ではでは!!!

10
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
10
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?