Giter VIP home page Giter VIP logo

open-airlab / unav-sim Goto Github PK

View Code? Open in Web Editor NEW
100.0 100.0 11.0 379.98 MB

Visually Realistic Underwater Robotics Simulator UNav-Sim

License: Other

C++ 75.11% Batchfile 0.32% CMake 0.58% C# 14.67% C 3.92% Shell 0.35% Python 4.86% Makefile 0.01% ShaderLab 0.13% PowerShell 0.03% Dockerfile 0.02%
ai airsim autonomous-robots auv bluerov2 cpp gym-environment machine-learning mpc px4 reinforcement-learning ros simulation simulator slam underwater-robotics unreal unreal-engine unreal-engine-5

unav-sim's People

Contributors

8w9ag avatar abdelhakim96 avatar aburgm avatar ahmed-elsaharti avatar alonfaraj avatar ashkapoor avatar billyfrcs avatar bkueng avatar bmalhigh avatar clovett avatar euboon1601 avatar forresttrepte avatar gimpelzhang avatar jonymarino avatar kemen209 avatar kissslorinc avatar laurelkeys avatar lovettchris avatar madratman avatar msb336 avatar patrickelectric avatar ppueyor avatar rajat2004 avatar saihv avatar songxiaocheng avatar sytelus avatar thias15 avatar xxeod2242 avatar ykeuter avatar zimmy87 avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

unav-sim's Issues

Some Platforms were skipped due to invalid SDK setup: Android.

When following these instructions:
cd ~/UNav-Sim/Unreal/Environments/Blocks
right-click on Blocks.uproject, select Unreal Engine Generate Project Files

I get the following error:

Discovering modules, targets and source code for project...
Unhandled exception: System.UnauthorizedAccessException: Access to the path '/home/freyja/Underwater_Simulator/UNav-Sim/Unreal/Environments/Blocks/Plugins/UNav-Sim/Content/VehicleAdv/SUV/AutomotiveMaterials/Textures' is denied.
 ---> System.IO.IOException: Permission denied
   --- End of inner exception stack trace ---
   at System.IO.FileStatus.ThrowOnCacheInitializationError(ReadOnlySpan`1 path)

It seems like it needs sudo permissions for accessing that folder

build.sh building succesfully, throwing some errors after build

There are still some removal of folders for "Airsim" (as it is the baseline plugin for UNavSim), but they dont exist because of the new naming of the plugin. The error message:

[100%] Linking CXX executable ../output/bin/AirLibUnitTests
[100%] Built target AirLibUnitTests
+ popd
+ mkdir -p AirLib/lib/x64/Release
+ mkdir -p AirLib/deps/rpclib/lib
+ mkdir -p AirLib/deps/MavLinkCom/lib
+ cp build_release/output/lib/libAirLib.a AirLib/lib
+ cp build_release/output/lib/libMavLinkCom.a AirLib/deps/MavLinkCom/lib
+ cp build_release/output/lib/librpc.a AirLib/deps/rpclib/lib/librpc.a
+ rsync -a --delete build_release/output/lib/ AirLib/lib/x64/Release
+ rsync -a --delete external/rpclib/rpclib-2.3.0/include AirLib/deps/rpclib
+ rsync -a --delete MavLinkCom/include AirLib/deps/MavLinkCom
+ rsync -a --delete AirLib Unreal/Plugins/AirSim/Source
+ rm -rf Unreal/Plugins/AirSim/Source/AirLib/src
+ for d in Unreal/Environments/*
+ '[' -L Unreal/Environments/Blocks ']'
+ Unreal/Environments/Blocks/clean.sh
+ rm -rf Binaries
+ rm -rf Intermediate
+ rm -rf Saved
+ rm -rf Plugins/AirSim/Binaries
+ rm -rf Plugins/AirSim/Intermediate
+ rm -rf Plugins/AirSim/Saved
+ rm -f CMakeLists.txt
+ rm -f Makefile
+ popd
+ mkdir -p Unreal/Environments/Blocks/Plugins
+ rsync -a --delete Unreal/Plugins/AirSim Unreal/Environments/Blocks/Plugins
rsync: readlink_stat("/home/freyja/Underwater_Simulator/UNav-Sim/Unreal/Plugins/AirSim/Content/VehicleAdv/SUV/AutomotiveMaterials/Textures") failed: Permission denied (13)
rsync: readlink_stat("/home/freyja/Underwater_Simulator/UNav-Sim/Unreal/Plugins/AirSim/Content/VehicleAdv/SUV/AutomotiveMaterials/Materials") failed: Permission denied (13)
IO error encountered -- skipping file deletion
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1207) [sender=3.1.3]

Error when installing vulkan-utils in Ubuntu 22

  • sudo apt-get -y install --no-install-recommends lsb-release rsync software-properties-common wget libvulkan1 vulkan-utils
    Reading package lists... Done
    Building dependency tree... Done
    Reading state information... Done
    E: Unable to locate package vulkan-utils

Ardusub SITL etc.

Question

What's your question?

Hi!

I trying to evaluate whether the project I'm working on should switch from gazebo to UNav-Sim/Airsim.

We were interacting with simulated BueROV2s using Ardusub SITL from ROS2 through mavros before. We would like to be able to do something similar in Unreal to make sure that our software can run on real hardware, not just in the simulator.
Does anyone here know if that is supported in this project?
Is this guide applicable?: https://ardupilot.org/dev/docs/sitl-with-airsim.html

Also:
How does the ROS2 integration work?
Any ETA for the maps you used in the paper? (If they are being released at all?)

Include context on what you are trying to achieve

Multi domain, multi robot simulation to support the development of real world demonstrations.

I had some initial problems, but seem to have gotten the UNav-Sim started on ubuntu 22.04 at least!
image

Issue with setup.sh

Bug report

  • AirSim Version/#commit:
  • UE/Unity version: Unreal Engine 5
  • autopilot version: N/A
  • OS Version: Windows 10

What's the issue you encountered?

Followed the attached steps for installation of unavsim but build.sh continually throws errors relating to rpclib 2.3.0. When trying to install this rpclib version, am unable to find this specific rpclib version. Continuing to get errors even though I have the latest rpclib version.

image

Settings

How can the issue be reproduced?

  1. Followed the installation instructions provided by the unavsim team, up until the unavsim setup part.

Include full error message in text form

echo 'ERROR: new version of AirSim requires newer rpclib.'
ERROR: new version of AirSim requires newer rpclib.

What's better than filing an issue? Filing a pull request :).

Motor Control

Question

What's your question?

When controlling the motion of the ROV using API(moveByMotorPWMsAsync) to manipulate the PWM of the motors, how should I reverse the motors to control the descent of the ROV?

Is there a sample project?

Smaller Details:

I don’t know how to set up an underwater environment with this simulator. After I built a project, i can’t control the rov, which is suspended in mid air.

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.