-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
About SIM.I.AM simulator #30
Comments
Hey @chathuradimal , you could check out my fork of the simulator. I have not been actively working with the simulator for at least a year, but I know that I was able to add a list of way points. I will check tonight and maybe I can provide a quick fix for you. Good luck, |
I checked your fork. If you can do it. It will be big help for me thank you. |
I am working on it. Should work either tonight (GMT+2) or tomorrow. I will also provide a small example on how to use it |
Your corporation is highly appreciated and thank you very much |
I believe the current version will let you add targets. I working on a solution to have them communicated to the robots supervisor. |
I'm waiting for your solution. I'm also trying but they are not successful thank you so much |
The target vector is now available in the supervisor of the quickbot. I will have to introduce a logic so that information is actually used, but the hard part is done. |
I'm studying your code. You spent your valuable time for me. |
The latest version should provide what you are looking for. Check out the settings file in +environments. There you should be able to add as many targets as you like |
As I understand, I can give number of points as I wish in +environment repeating "target" .That's great. Then please give me some clue what is the purpose of the "obstacles". |
Hey @chathuradimal , you can remove the obstacles if you like. The purpose of having them is to create a 'more interesting' environment for the robot. Going from target to target is arguable easy, if there are no obstacles in the way. Also, in real life situations, it is very likely that you will encounter obstacles. |
Hello Thank you for the code. I'm trying to implement it to the week three simiam code.but it wasn't successful. How can I do that? |
How can I change the code to follow few way points. We give some goal points like (1,1), (0.1,0.1), (-1,0.5) .If the robot reach the point (1,1) , it should update (0.1,0.1) as his next goal point. Like that it should go through way points. thank you
The text was updated successfully, but these errors were encountered: