Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I can't run awsim labs in docker #5759

Open
3 tasks done
kimsos0723 opened this issue Feb 11, 2025 · 5 comments
Open
3 tasks done

I can't run awsim labs in docker #5759

kimsos0723 opened this issue Feb 11, 2025 · 5 comments

Comments

@kimsos0723
Copy link

Checklist

  • I've read the contribution guidelines.
  • I've searched other issues and no duplicate issues were found.
  • I'm convinced that this is not my fault but a bug.

Description

Image

Expected behavior

It should run successfully

Actual behavior

Image

Steps to reproduce

  1. git clone autoware
  2. ./setup-dev-en.sh docker
  3. ./docker/run.sh --devel
  4. mkdir src
  5. vcs import src < autoware.repos
  6. sudo apt update && upgrade
  7. source /opt/ros/humble/setup.bash
    rosdep update
    rosdep install -y --from-paths src --ignore-src --rosdistro $ROS_DISTRO
  8. colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release
  9. ./docker/run.sh --map-path /home/swkim/Downloads/nishishinjuku_autoware_map ros2 launch autoware_launch e2e_simulator.launch.xml vehicle_model:=awsim_labs_vehicle sensor_model:=awsim_labs_sensor_kit map_path:=/home/swkim/Downloads/nishishinjuku_autoware_map launch_vehicle_interface:=true

Versions

No response

Possible causes

No response

Additional context

No response

@kimsos0723 kimsos0723 changed the title I can't run awsim in docker I can't run awsim labs in docker Feb 11, 2025
@kimsos0723
Copy link
Author

This issue seems to be related to autowarefoundation/AWSIM-Labs#188
so i'll try it fist.

@xmfcx
Copy link
Contributor

xmfcx commented Feb 17, 2025

Yes, Autoware has been failing with AWSIM Labs for a while due to some launch misconfiguration.

are merged, and I've tested AWSIM Labs with these changes merged. Could you try again with the latest main branch?

@kimsos0723
Copy link
Author

Image
still same error occur ....

@xmfcx
Copy link
Contributor

xmfcx commented Feb 19, 2025

New changes are probably not reflected to the docker image yet.

First, make sure you are at the main branch of the autoware: git checkout main
At your 5th stage, vcs import src < autoware.repos, after doing this, can you also run: vcs import src < autoware-nightly.repos and vcs pull src?

Also rm -rf build install log then compile again.

@kimsos0723
Copy link
Author

kimsos0723 commented Feb 19, 2025

@xmfcx
Image
oh, another errors occured

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants