What a wonderful study! I am currently a fourth-year student, and I am also conducting a scientific research project on obstacle avoidance algorithms for drones. May I contact you to discuss this research a bit further?"
@hcarry54553 ай бұрын
Have you uploaded it to GitHub?
@marcb036 ай бұрын
very interesting thank you for sharing
@SubhamKumar22BME042 Жыл бұрын
Hello ! i am a student in VIT and wanted to know how these swarm robots or drones can work ? can you help me with these ?
@CAGonRiv Жыл бұрын
Dr. Alonso-Mora, you and your team have done it again!
@shivamsehgal8129 Жыл бұрын
Really Cool! Can you share the repository
@kubomikio Жыл бұрын
fine result! Do you have a github repo of your code?
@MaksimKenzin2 жыл бұрын
3:45 That looks quite dangerous)
@shehabeldinhousein58752 жыл бұрын
Excellent Work. At 3:44 you probably have a typo replacing "Unstructured" with "Unconstrained" in the title.
@fakuiwang47492 жыл бұрын
Hi, is the code for this paper open source?
@zihaowang64622 жыл бұрын
Hello Professor, Recently, I’m learning multi-robots self-organizing cooperative pursuit algorithm based on Voronoi graph. but I have encountered some troubles when trying to implement the Buffered Voronoi Cells algorithm. If possible, can you send me your Buffered Voronoi Cells part source code or pseudocode?
Can you share the lmpcc local planner imformation? and how to use it
@jingwei_wu08163 жыл бұрын
How can I contact you
@fakuiwang47493 жыл бұрын
Is this paper code open source?
@daniellee34253 жыл бұрын
Super great job👍
@jchen58034 жыл бұрын
Hi, professor. I am a junior student and currently trying to integrate the methods you proposed in this paper to real-world ride-sharing problems. One obstacle I met is that it's quite hard to solve the optimal assignment problem because it is an integer programming problem and using a solver to solve it requires a lot of time. Do you think there might be some ways to just use a linear programming solver to solve it?
@amrlab4 жыл бұрын
Hi, you can solve a real valued LP if you only assign one request per vehicle in each time-step (vehicles may have passengers onboard). Otherwise, you need to solve the ILP.
@jchen58034 жыл бұрын
@@amrlab Thank you for replying, professor. Assume we are only thinging about the assignment problem at a particular time (the algorithm 3 in the paper). Even if we assign one request for each car, the problem still contains integer constraints (for ex. \epsilon_{i,j}), and an integer programming solver is stilled needed. I wonder if I misunderstand something.
@党鑫-g4n4 жыл бұрын
你好 这个代码可以分享吗
@zhefanx27834 жыл бұрын
Hi, Does Bebop 2 itself support intel realsense D435i?
@CAGonRiv5 жыл бұрын
Dr. Alonso-Mora, how do we get a hold of you?
@sobiahamza57445 жыл бұрын
splendid work by you!!
@EwingTaiwan5 жыл бұрын
I would love some explanation on figure1 :)
@marknabilibrahim5 жыл бұрын
Are you using the motion capture system in the robots motion planning or in the pose estimation ?
@Truth_and_mind5 жыл бұрын
hello Professor, I am very interested in your research and want to continue it.Can I refer to your source code ?How can i get your source code? [email protected]
@m.aminsafavi24755 жыл бұрын
This is amazing! can't wait to read the paper! well done!
@韩冬-k6t5 жыл бұрын
do you know how to find this paper?
@sopidf5 жыл бұрын
the value of "travel distance, c.m." is supposed to be a mean value for current 30 second period, measured in "km/vehicle" but it keeps increasing steadily throughout the first part of the video from 0 to 367. Clearly this can not be the mean km / vehicle in the last 30 seconds. What does the value measure? Mean km / vehicle since beginning of video?
@spaceyfounder50406 жыл бұрын
WOW!
@xiaosenzheng49166 жыл бұрын
Hello, does anyone know how to get the number of active taxis? I am using www.nyc.gov/html/tlc/html/about/trip_record_data.shtml.
@capoiosct6 жыл бұрын
So, what's the drones equipped with?
@sockinggood6 жыл бұрын
Nice! Could use some work at the jitter, but really cool to see the amount of tracking that is possible ;)
@MrUbaid936 жыл бұрын
Can I have the code and other useful stuff for some more study on this topic?
@antoniocredoz39317 жыл бұрын
I have a question (well several, but I'll make just one ... for now :D), how did you create the trajectory?
@kaustavmondal78757 жыл бұрын
This is awesome. May I have the code for this ? It doesn't seem like you used ROS for this simulation. Was it Matlab ?
@waimyokhing7 жыл бұрын
can i get matlab simulation?
@waimyokhing7 жыл бұрын
can i get matlab simulation for this project.
@myvideoguy7 жыл бұрын
Would be interesting to take Uber driver data and use as a "collective experience set" for autonomous / AI driving robots making the decisions processes a touch more human / organic. (I'm like a 3rd grader talking to a professor here haha)
@myvideoguy7 жыл бұрын
The ability to select the target and choose a camera angle on that target, and then to watch the drone execute that change in 3D space, in time, and repositioning is amazing. AAAANNNDD tracking of multiple objects with the variable position changes and the "choices" it's making are on such another level! Dream team in action. Crazy tech. I feel like I'm witnessing a necessary milestone in AI. Amazing job guys.
@myvideoguy7 жыл бұрын
Having no solid understanding of the tech behind your obstacle recognition systems (sensors / cameras etc) I wonder how light field technology might benefit (or not) as an alternative method of spatially mapping obstacles.
@thanhbinhdo62907 жыл бұрын
It's great. Could it possible for me to have your code behind? Thanks
@ericshen41228 жыл бұрын
I've been studying multi-robot formation control. Your work is amazing. Wondering if you have plan to open source the project.
@donanderson28608 жыл бұрын
My understanding is that this model is using real historical NYC taxi trips; but all the trips seem to begin and end in Manhattan. So other taxi trips (that didn't both begin and end in Manhattan) were excluded from the data used in the simulation?
@amrlab7 жыл бұрын
Yes, we use real NYC taxi data, which is mostly from Manhattan. Indeed, we only considered trips which start and end in Manhattan. The method could be applied to the larger NYC or other cities.
@donanderson28607 жыл бұрын
If you had included all trips, how much would the trips going outside of Manhattan decrease your efficiency?
@bjkliseko036 жыл бұрын
Can you please share how did you clean the data outside of Manhattan ?
@xiaosenzheng49166 жыл бұрын
Hello, do you mind telling me that how you know the number of active taxis is 13,586 (In you paper On-demand high-capacity ride-sharing via dynamic trip-vehicle assignment)?
@Seoadvertising-ca8 жыл бұрын
As your video stands at the point I was unable to make out at all what you are trying to say. It would of helped me understand if you added a voice over tell the viewer what we are looking at and how the color dots moving very fast is related to On-demand High-capacity Ride-sharing.
@amrlab7 жыл бұрын
Good point. In the video we run our algorithm to route a fleet of taxis, which serve real requests from Manhattan. Each dot represents one vehicle and its color the number of passengers at that time instance. The dots move as the vehicles move through-out a day of activity. We highlight the path of two vehicles, with pick-ups and drop-offs. The video shows: - How the algorithm works - A comparison for three fleet sizes and for three capacities and for the different days of the week.
@ronailush8 жыл бұрын
what application did you use to make simulation?
@amrlab8 жыл бұрын
C++/python with ROS for the robots, matlab for the simulations