-
Notifications
You must be signed in to change notification settings - Fork 230
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
Comments
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 |
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 |
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? i am familiar with python and currently practising machine learning. |
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. |
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.
The text was updated successfully, but these errors were encountered: