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

[MonteCarlo Laser Loc] introduce several optimization techniques in the user doc #2382

Open
jmplaza opened this issue Dec 20, 2023 · 4 comments
Labels
gh-pages Github Pages

Comments

@jmplaza
Copy link
Member

jmplaza commented Dec 20, 2023

that can be used. For instance downsampling the laser readings (180 ---> 18?) and computing the theoretical laser readings raytracing on a smaller map image (1024x1024 -----> 400 x 400?).

Applying them the number of particles on real-time operation of the localization algorithm can be larger, and so the relocalization power of the MCL algorithm.

@vinayakgavariya
Copy link

hey @jmplaza i would like to work on this issue.

can you please assign this to me ?

also it will be helpful if you can send the required links for this issue i.e.. user doc

@jmplaza
Copy link
Member Author

jmplaza commented Dec 27, 2023

uhm... @franmore-urjc is working on this issue. He has used this exercise on his classes and knows the most relevant techniques to optimize the solution, including multiprocessing module. So I suggest you focus on a different issue.

Cheers

@vinayakgavariya
Copy link

ahh no worries, hope it resolves soon.

actually i am new to JdeRobot and RoboticsAcademy as well so will you suggest few things where i can start contributing?
or if you have something where i can help you with please let me know.

i am familiar with python and currently practising machine learning.

@jmplaza
Copy link
Member Author

jmplaza commented Dec 28, 2023

Sure.

A good way to start contributing is to get familiar with our software products. In particular, RoboticsAcademy is the most active one and a priority project. The best way to start contributing is to USE RoboticsAcademy (solve and provide feedback) about the exercises already available in current release (FollowLine, ObstacleAvoidance, VacuumCleaner, LocalizedVacuumCleaner...). They use the browser as the only GUI (for source code editing and for exercise monitoring), and a docker image for running the Gazebo simulator (it is named RADI= RoboticsAcademy Docker Image). The docker image already includes a Django webserver for providing the exercise webpages. Please use the RoboticsAcademy GitHub Discussions for questions (you will receive support there) and report any detected bug creating an issue for each one in the RoboticsAcademy repository. Feel free to share videos in the Unibotics forum or mentioning @JdeRobot in tweets of your solutions to those exercises in operation.

After using RoboticsAcademy, a second step in contributing is studying its source code and improve it.

@javizqh javizqh added the gh-pages Github Pages label Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gh-pages Github Pages
Projects
None yet
Development

No branches or pull requests

3 participants