question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Create bids only from vehicles with status "available"

See original GitHub issue

Thanks you for your help ❤️

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

  • Make sure no one has commented below that they are starting to work on this already.
  • Comment in this issue that you would like to do it.
  • Fork the repository from the Mission Control GitHub page.
  • Clone a copy to your local machine with $ git clone git@github.com:YOUR-GITHUB-USER-NAME/missioncontrol.git
  • Refer to contributing.md for project setup instructions.
  • Make your changes.
  • Run npm test to verify that all the tests pass.
  • Once you’ve made sure all your changes work correctly and committed all your changes, push your local changes back to github with $ git push -u origin master
  • Visit your fork on GitHub.com (https://github.com/YOUR-USER-NAME/missioncontrol) and create a pull request for your changes.
  • Make sure your pull request describes exactly what you changed and references this issue (include the issue number in the title like this: #6)
  • Get hooked on open source!

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 😄

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
srfrnkcommented, Feb 19, 2018

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?

1reaction
srfrnkcommented, Feb 15, 2018

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!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Copart Sale Status Explained - Auto Auctions
Get familiar with Copart's Sale Statuses that can be assigned to vehicles for sale: On Approval, Pure Sale and Minimum Bid (or On...
Read more >
What are Auction Stages and Bid Types? - Help Center
Live bidding is only available for “Basic” “Advanced” or “Premium” Members. You can join a Live Auction from the "Vehicle Finder" or by...
Read more >
Chapter 4. Buying A Vehicle At Auction
“If” bids are usually made on vehicles that did not meet sellers' price expectations. On sale days, the auction has a department dedicated...
Read more >
Single Bid | FTA - Federal Transit Administration
As bids are due soon and no requests for approved equals have been received from others who have requested the IFB, we expect...
Read more >
What's Cars & Bids?
Cars & Bids has daily auctions of cool enthusiast vehicles from the 1980s to the 2020s — like Porsche, BMW, Mercedes-Benz, and more....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found