Code Monkey home page Code Monkey logo

Comments (9)

hakuturu583 avatar hakuturu583 commented on June 27, 2024 3

Sorry, we checked our internal docker file in our evaluation environment and we found
RUN apt-get update before we run rosdep install.
So, it will be no problem in eval environment.
I will fix example dockerfile soon.

from aichallenge_bringup.

atinfinity avatar atinfinity commented on June 27, 2024 2

@hakuturu583 I tried to run docker build using Dockefile of this project.
But, I could not build. Could you please check again?

E: Unable to locate package ros-melodic-compressed-image-transport
ERROR: the following rosdeps failed to install
  apt: command [sudo -H apt-get install -y ros-melodic-compressed-image-transport] failed
  apt: Failed to detect successful installation of [ros-melodic-compressed-image-transport]

from aichallenge_bringup.

iZuno-K avatar iZuno-K commented on June 27, 2024 2

@hakuturu583
I have the same problem. This issue is also related to the installation of Python packages.

Issue: Apt repository in the docker image is not updated.
Solution: Run RUN apt update before rosdep install.

This issue prevents participants from installing additional python packages such as tensorflow-gpu, as rosdep install tries to install python packages (including python-pip) using apt (though Q & A web page says that you can do it ...)

I hope you can fix this issue as soon as possible.

from aichallenge_bringup.

atinfinity avatar atinfinity commented on June 27, 2024

Some Autoware packages require image_raw.
But, LG Simulator publish compressed image.
So, I think that you had better install ros-melodic-compressed-image-transport on Dockerfile.

from aichallenge_bringup.

hakuturu583 avatar hakuturu583 commented on June 27, 2024

OK, I will add compressed-image-transport to the dependency of this package and rosdep will solve dependency.

from aichallenge_bringup.

hakuturu583 avatar hakuturu583 commented on June 27, 2024

I added it this package to package.xml

from aichallenge_bringup.

atinfinity avatar atinfinity commented on June 27, 2024

Thanks for your help! 👍

from aichallenge_bringup.

T-murarin avatar T-murarin commented on June 27, 2024

@hakuturu583
I have the same problem.

from aichallenge_bringup.

atinfinity avatar atinfinity commented on June 27, 2024

#16 was merged. So, I closed this issue.

from aichallenge_bringup.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.