Robotics StackExchange | Archived questions

autoware start error

~/adehome/AutowareAuto$ ade start Starting ade with the following images: ade | 58bfff06da69 | master | registry.gitlab.com/autowarefoundation/autoware.auto/autowareauto/ade:master autowareauto | 914ff12553bd | master | registry.gitlab.com/autowarefoundation/autoware.auto/autowareauto:master aderegistry.gitlab.comautowarefoundationautoware.autoautowareauto_master non-network local connections being added to access control list

Current default time zone: 'Europe/Berlin' Local time is now: Fri Sep 18 15:32:27 CEST 2020. Universal Time is now: Fri Sep 18 13:32:27 UTC 2020.

groupadd: 'domain users' is not a valid group name ERROR: Failed to start ade. Re-run with --debug to get more information.

Asked by krishnaros on 2020-09-18 08:35:35 UTC

Comments

Please start by running the basic troubleshooting tips listed here: https://autowarefoundation.gitlab.io/autoware.auto/AutowareAuto/troubleshooting.html

Let us know if these do not resolve the issue.

Asked by Josh Whitley on 2020-09-18 10:38:44 UTC

You tagged this with Melodic and ROS1. Which version of Autoware are you trying to run?

Asked by Josh Whitley on 2020-09-20 00:30:36 UTC

Autoware auto. with ros2.

Asked by krishnaros on 2020-09-21 04:08:15 UTC

I have tried the trouble shooting tips as well.

Asked by krishnaros on 2020-09-21 04:18:19 UTC

i tried reinstalling autoware ... it works but after a restart it doesnot work. i am getting this same groups issue. kindly help

Asked by krishnaros on 2020-09-23 05:11:18 UTC

Which version of ade are you running? Run ade --version.

Asked by Josh Whitley on 2020-09-23 08:14:03 UTC

4.0.0 is the ade version

Asked by krishnaros on 2020-09-23 08:15:10 UTC

Answers

Your version of ade is fairly outdated. Please update using the instructions here and verify the new version with ade --version. Let us know if this resolves the issue.

Asked by Josh Whitley on 2020-09-23 08:18:04 UTC

Comments

But i am unable to update ade as well. error is below

Traceback (most recent call last): File "site-packages/aiohttp/connector.py", line 936, in _wrap_create_connection File "asyncio/base_events.py", line 954, in create_connection File "asyncio/base_events.py", line 941, in create_connection File "asyncio/selector_events.py", line 464, in sock_connect File "asyncio/selector_events.py", line 469, in _sock_connect OSError: [Errno 101] Network unreachable

The above exception was the direct cause of the following exception:

Asked by krishnaros on 2020-09-23 08:44:53 UTC

I believe the version that you have installed was installed with pip. Please uninstall this version and use the instructions at the link I provided to install the latest version.

Asked by Josh Whitley on 2020-09-23 08:47:24 UTC

no i have not installed with pip i used instructions from here

Asked by krishnaros on 2020-09-23 08:58:22 UTC

In that case, remove ade from ~/.local/bin and install using the instructions I linked to.

Asked by Josh Whitley on 2020-09-24 10:21:23 UTC