0
0

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 5 years have passed since last update.

NetBeans上で既存ROSパッケージをcatkin_makeする方法

0
Last updated at Posted at 2018-07-29

新しくROSのパッケージを作ってNetBeans上でcatkin_makeするやり方は見つかりましたが、既存のROS projectをインポートする方法はわからなかったので、Using NetBeans IDE to Develop ROS packages (MakerLab, Department of Computer Science, HKU)ここの2.2だけメモとして要約して書きました。

  1. File > New ProjectでCategories: C/C++, Projects: C/C++ Project with Existing Sourcesを選択してNext.
  2. インポートしてきたいソースコードのあるワークスペースのフォルダを選んで、Select Configuration mode: Customにする。
  3. Pre-Build Actionは何も選ばずにNext.
  4. Clean Command: devel/env.sh catkin_make clean, Build Command: devel/env.sh catkin_makeを選んでNext.
  5. Source Filesも何も変更せずにNext.
  6. Code Assistance Configurationも変更しないでNext.
  7. Project Locationを指定する。既存のワークスペースをそのまま使いたければそこを選択。
  8. Finishすると同時にcatkin_makeをしてくれます。その後も金槌アイコンでcatkin_makeできるようになります。

以上です。

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?