Git Product home page Git Product logo

o3de-demo-project's People

Contributors

adamdbrw avatar michalpelka avatar pijaro avatar piotr-zyskowski-rai avatar shawstar avatar spham-amzn avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

o3de-demo-project's Issues

Docker readme indicates navstack is launchable from the simulation image

the current readme.md indicates that you build the robot_vacuum sample which contains both the simulation and the navigationstack and that you launch each by changing the target from LaunchSimulation.bash to LaunchNavStack.bash
it then indicates you can (optionally) build the navigation stack as a second image. the navigation stack image is actually a required step since the first image fails with an error if you LaunchNavStack.bash with it

Repro

  1. sudo docker build -t o3de_robot_vacuum_simulation:latest .
  2. sudo docker run --rm --network="bridge" --gpus all -e DISPLAY=:1 -v /tmp/.X11-unix:/tmp/.X11-unix -it o3de_robot_vacuum_simulation:latest /data/workspace/LaunchSimulation.bash
  3. open a second terminal
  4. sudo docker run --rm --network="bridge" --gpus all -e DISPLAY=:1 -v /tmp/.X11-unix:/tmp/.X11-unix -it o3de_robot_vacuum_simulation:latest /data/workspace/LaunchNavStack.bash

[ERROR] [launch]: Caught exception in launch (see debug for traceback): "package 'rviz2' not found, searching: ['/opt/ros/humble']"

  1. sudo docker build --build-arg IMAGE_TYPE=navstack -t o3de_robot_vacuum_navstack:latest .
    this is listed as "You can also create a separate docker image" but this is actually the required process you must then create a separate docker image.
  2. sudo docker run --rm --network="bridge" --gpus all -e DISPLAY=:1 -v /tmp/.X11-unix:/tmp/.X11-unix -it o3de_robot_vacuum_navstack:latest /data/workspace/LaunchNavStack.bash
    Now this executes the rviz and interacts with the simulation.

please update the docker readme.md two paragraphs to indicate the first image builds the simulation and the second image is required and builds the navigation stack so basically update this section of text:

This will create a docker image named 'o3de_robot_vacuum_simulation' with the tag 'latest' that contains both the simulation launcher and the navigation stack. It will also contain helper scripts that will launch either the simulation (LaunchSimulation.bash) or the Rviz2 (LaunchNavStack.bash).

You can also create a separate docker image that only contains the navigation stack and Rviz2 by supplying the argument IMAGE_TYPE and setting it to 'navstack':```

Number of warnings in Editor and Asset Procesor

Some of directories seems to be redundant / not needed anymore.

Some directories e.g.:

  • o3de-demo-project/Platform/Android/
  • o3de-demo-project/Platform/iOS/
  • o3de-demo-project/Shader/Lib
    Some of them look unmodified (e.g. scenesrg.srgi) or are necessary to the unsupported platform.

There are a lot of assets outside the Assets directory (e.g. blouberg_sunrise_2_8k_iblskyboxcm.exr).

Warnings produced by navigation stack

The slam toolbox node produces a lot of warning to output:

[async_slam_toolbox_node-1] [INFO] [1670951140.405768844] [slam_toolbox]: Message Filter dropping message: frame 'lidar' at time 622.384 for reason 'discarding message because the queue is full'
[async_slam_toolbox_node-1] [INFO] [1670951141.419494610] [slam_toolbox]: Message Filter dropping message: frame 'lidar' at time 623.397 for reason 'discarding message because the queue is full'

It seems not to be dependent on the frequency of the simulated LiDAR.
The whole simulation and navigation stack seem to work fine.

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.