ros-integrate

Extends IntelliJ-Based IDEs with ROS specific development tools

APACHE-2.0 License

Stars
22
Committers
2

Bot releases are hidden (Show)

ros-integrate - libraries properly linked Latest Release

Published by Noam-Dori about 4 years ago

a test release for checking that the non-interfering project model functions correctly.
So far, this version was tested with:

  • CLion 2020.2 locally on Windows (workspace, single package)
  • CLion 2019.3 locally on Windows (workspace)
  • IntelliJ IDEA 2020.2 locally on Windows (workspace)
  • IntelliJ IDEA 2019.3 locally on Windows (workspace)

On CLion 2019.3 there is an unfixable issue that causes the ROS and workspace libraries to disappear from "External Libraries" when reloading the CMake. This will not interfere with any completion or references. If you create, delete, or rename a file, it will reload the external libraries tab with the missing libraries. Since this is both an old version and avoidable issue, it is considered minor.

Currently untested locally on Linux (any IDE, any version)

ros-integrate - workspace model stablised

Published by Noam-Dori about 4 years ago

a test release for checking that the non-interfering project model functions correctly.
So far, this version was tested with:

  • CLion locally on Windows (workspace, single package, metapackage)
  • CLion locally on Linux (workspace, single package, metapackage)

However, there is a weird bug where if you change a library item, indexing for packages crashes. You can solve this issue at the moment by deleting the .idea folder (deleting lib files wasn't enough, figuring out the responsible file could help)

ros-integrate -

Published by Noam-Dori over 4 years ago

a test release for checking that the non-interfering project model functions correctly.