Skip to content

Resolve "Improve development experience with atom"

Description

  • For more details, see the issue which will be linked below.

Notes for Reviewer

  • In ade make sure to update atom plugins with atom-install-our-plugins
  • Follow the steps in README to enable clang autocompletion
  • Edit hungarian_assigner.cpp with Atom and verify that completion works

This branch needs latest ade-cli 3.1.0 which enables .aderc to configure arguments for docker run args, in this case --cap_add=SYS_PTRACE and fixes a bug that was preventing additional arguments passed from ade start to docker run. Executed on this branch you should see SYS_PTRACE being added:

pip3 install -U ade-cli>=3.1.0
ECHO=1 ade start --force
...
docker run -h ade --detach --name ade ... --cap-add=SYS_PTRACE registry.gitlab.com/autowareauto/autowareauto/ade:master
...

Checklist

  • Documentation was updated

Closes #14 (closed)

Edited by Lyle Johnson

Merge request reports