Skip to content
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

Open
chathuradimal opened this issue Sep 26, 2017 · 12 comments
Open

About SIM.I.AM simulator #30

chathuradimal opened this issue Sep 26, 2017 · 12 comments

Comments

@chathuradimal
Copy link

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

@MarcusFutterlieb
Copy link

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,

@chathuradimal
Copy link
Author

I checked your fork. If you can do it. It will be big help for me thank you.

@MarcusFutterlieb
Copy link

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

@chathuradimal
Copy link
Author

Your corporation is highly appreciated and thank you very much

@MarcusFutterlieb
Copy link

I believe the current version will let you add targets. I working on a solution to have them communicated to the robots supervisor.

@chathuradimal
Copy link
Author

I'm waiting for your solution. I'm also trying but they are not successful thank you so much

@MarcusFutterlieb
Copy link

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.

@chathuradimal
Copy link
Author

I'm studying your code. You spent your valuable time for me.

@MarcusFutterlieb
Copy link

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

@chathuradimal
Copy link
Author

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".

@MarcusFutterlieb
Copy link

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.

@chathuradimal
Copy link
Author

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants