ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I started with Eclipe but got into a lot of issues in importing a ROS package and then compiling it.
I switched to CLion afterwards and everything worked like a charm. Its really easy to just install ROS plugin in it and import a project using CMakeList.txt
. Only problem is its free for 30 days evaluation. Afyerwards you have to buy the license.
I have heard a lot about QTCreator but did not use it. Hopefully one day.