ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

What IDE can I use to open the MoveIt repository as a whole project?

asked 2018-12-18 04:00:01 -0500

Nap gravatar image

I'm curious as to what IDEs are in use within the community who are working on MoveIt, and if there are any project definitions already in existence that would enable me to open the MoveIt code in a meaningful and organised manner?

I know CMake can generate projects for various IDEs and Make systems, but I haven't had much luck with this option thus far. If this is a viable approach, a succinct tutorial showing how to do this would be just fine.

For C++ work, I use Xcode on MacOS and Code::Blocks on linux, but I do have Eclipse and Netbeans installed.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2018-12-19 02:21:48 -0500

VictorLamoine gravatar image

updated 2018-12-19 02:22:01 -0500

https://wiki.ros.org/IDEs

You can open ROS packages with different IDEs, from my experience the best are KDevelop, Eclipse and QtCreator. Follow the instructions on the wiki page stated above and you will be able to create a project that will correctly parse all the inclusions.

edit flag offensive delete link more

Comments

@VictorLamoine: I'm following the guide you linked with QtCreator 4.8 (based on Qt5.12.0). Under the Catkin Tools section, there is a comment Make sure, that the build folder is set to ws/build/your_package instead of ws/build. Could you please refresh me on where this setting is done?

Nap gravatar image Nap  ( 2018-12-20 03:47:44 -0500 )edit
1

When you configure the project you are asked for different configurations, you can choose the build directory here. After configuring a project you can modify these settings in "Projects" on the left panel.

VictorLamoine gravatar image VictorLamoine  ( 2018-12-20 04:29:20 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2018-12-18 04:00:01 -0500

Seen: 485 times

Last updated: Dec 19 '18