-
Notifications
You must be signed in to change notification settings - Fork 3
[Development] Eclipse tricks and tips
Hajdu Csaba edited this page Jan 20, 2021
·
1 revision
Eclipse is a well-known and widespread IDE known for its high extensibility via plugins. Also well suited for ROS-based development: colcon can generate project files for Eclipse. Unfortunately, errors happen during development with Eclipse, ranging from little nuisance to obscuring catastrophes.
Workaround #1: go to the workspace folder, into the .metadata folder. Most likely, there is a .lock file there, which should be removed.
Workaround #2: start eclipse in a clean and persisted state, e.g. the following:
eclipse/cpp-2020-03/eclipse/eclipse -clean -clearPersistedState
Workaround #3: delete the .metadata folder. This should be a final workaround, as you have to import projects again.
Wiki home page: Home Quick Reference: Quick Reference
ROS2
Installation description
- 🇭🇺 ROS2 telepítése
- Linux
- Distributions
- General tricks of ROS2 installation
- General Linux tricks
- Windows
Development
- Eclipse tricks and tips
- Build system
- Launch files
- General programming techniques