DAVFoundation / missioncontrol

🛰 Controls and orchestrates missions between vehicles and DAV users
MIT License
181 stars 156 forks source link

Create bids only from vehicles with status "available" #111

Closed cg-cnu closed 6 years ago

cg-cnu commented 6 years ago

Thanks you for your help :heart:

What is this project?

DAV (Decentralized Autonomous Vehicles) is a new foundation working to build an open-source infrastructure for autonomous vehicles (cars, drones, trucks, robots, and all the service providers around them) to communicate and transact with each other over blockchain.

The specific project you are looking at is Mission Control. It is the brain in charge of orchestrating missions between DAV users and autonomous vehicles.

How you can help

Mission Control comes with a built in simulation environment which generates and controls simulated vehicles, allowing developers to start developing without investing in costly hardware first.

When a request for a delivery is raised by the user, vehicles will participate in the bidding. Right now bidding is done by all the vehicles, including the ones not available.

What you can do

Modify bids.js to only create bids from vehicles that have a status of available.

Contributing to Mission Control

Asking for help

We appreciate your effort in taking the time to work on this issue and help out the open source community and the foundation. If you need any help, feel free to ask below or in our gitter channel. We are always happy to help 😄

mym1990 commented 6 years ago

@cg-cnu Hi Sreenivas, I would like to pick up this issue.

cg-cnu commented 6 years ago

Hey @mym1990 ! Please go ahead 👍 Thanks!

koutron commented 6 years ago

hey @mym1990 you still working on this? wanted to take a crack at it if youre too busy.

TalAter commented 6 years ago

@koutron Please go ahead with this one.

@mym1990 let us know if you're still interested in contributing, we can find more opportunities for you to help 👍

bicep commented 6 years ago

@koutron and @mym1990 Hey I'd love to take a stab at this-- are the both of you still working on this?

srfrnk commented 6 years ago

Hey @koutron - maybe we can let @bicep take this one? Also please let us know if you'd like to help in any other way.

@bicep Please go ahead and take this - thanks!

bicep commented 6 years ago

Hey @srfrnk, I get that bids are each autonomous vehicle offering a price for their service (?). Could you give me a brief overview of what a need and what needs.js does?

Edit: Ah, is a need a simulation of the consumer that wants access to the autonomous vehicles service?

srfrnk commented 6 years ago

Sure @bicep - you're exactly right - a Need is the "request" that comes from the client application (e.g. an end user that needs a drone delivery) - this is then sent to autonomous vehicles who in turn send their bids for supplying the need. Does that make sense now?