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

asked 2020-03-20 06:22:41 -0500

updated 2020-03-20 20:29:37 -0500

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

https://autowarefoundation.gitlab.io/...

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?

edit retag flag offensive close merge delete

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.

tfoote gravatar image tfoote  ( 2020-03-20 16:32:00 -0500 )edit

I added some more details.

Jeffrey Kane Johnson gravatar image Jeffrey Kane Johnson  ( 2020-03-20 20:29:53 -0500 )edit

Hi Jeffrey,

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

jensakut gravatar image jensakut  ( 2020-03-22 11:45:09 -0500 )edit

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

Jeffrey Kane Johnson gravatar image Jeffrey Kane Johnson  ( 2020-03-22 13:49:47 -0500 )edit