Robotics StackExchange | Archived questions

[autoware.auto] build code from Atom does not work in ADE

In the docs it says Atom should be able to build the project:

https://autowarefoundation.gitlab.io/autoware.auto/AutowareAuto/installation-and-development.html#installation-and-development-build-code-from-atom

These are the terminal commands I am using (they include the workspace preparation steps for code navigation); I just copied and pasted from the docs:

me@host:~/adehome/AutowareAuto 1$ ade start
me@host:~/adehome/AutowareAuto 1$ ade enter                              
me@ade:~$ cd ~/AutowareAuto
me@ade:~/AutowareAuto (master u=)$ rm -rf .clang_complete build install log
me@ade:~/AutowareAuto (master u=)$ export CC=$PWD/tools/clang_complete/cc
me@ade:~/AutowareAuto (master u=)$ export CXX=$PWD/tools/clang_complete/g++
me@ade:~/AutowareAuto (master u=)$ ctags -R .
me@ade:~/AutowareAuto (master u=)$ colcon build --cmake-args '-DCMAKE_BUILD_TYPE=Debug'
me@ade:~/AutowareAuto (master u=)$ atom

In Atom, I go to File > Add Project Folder... and I add the top level AutowareAuto folder. Then I add something like localization_nodes as a project folder, select it, and hit F9 and this is what I see:

image description

Does anyone know what might be wrong?

Asked by Jeffrey Kane Johnson on 2020-03-20 06:22:41 UTC

Comments

Please edit your question to show exactly what you're doing to reproduce the problem. It's likey that you're not following the tutorial exactly and we need to know what you're actually doing to be able to give you advice how to resolve your problem.

Asked by tfoote on 2020-03-20 16:32:00 UTC

I added some more details.

Asked by Jeffrey Kane Johnson on 2020-03-20 20:29:53 UTC

Hi Jeffrey,

did you resolve it? I am trying to figure this one out too :-)

Asked by jensakut on 2020-03-22 11:45:09 UTC

@jensakut I have not, I just keep a terminal open and build there. Oh well :-).

Asked by Jeffrey Kane Johnson on 2020-03-22 13:49:47 UTC

Answers