-
Notifications
You must be signed in to change notification settings - Fork 15
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
why divide the lase #12
Comments
Hi, The value would have to be the same as here: Lines 188 to 189 in fc793ed
|
Hi, have you updated your slam_toolbox configs with the topic names that you want to use? You would have to modify this for the method of SLAM toolbox that you are using. |
I do not recall where the map would be set and where the connection would be made. Perhaps in your costmap configs. You could check if you have connection between your map topic and base_link in the qrt. Additionally you could try publishing connection directly in your launch file and seeing if that works:
|
Hi, so I see a couple of things here. You probably want to use I am a little confused about where do the laser readings come from? And what are the topic names of your sensors? I see there is a velodyne lidar in the image, but that is not part of sensor suite in the repository. Are you merging the DRL repository with this one? In any case, you should check the topic names that you are trying to launch. For instance, I see you are trying to subscribe to |
In the DRL training scenario we spawn a virtual robot with namespace You could try looking at |
Here, after dividing the readings into 19 groups, why divide the laser state by 10? If I still use simulated laser in Project drl-robot-navigation to divide 360 readings into 20 groups, do I still need to divide by 10?
The text was updated successfully, but these errors were encountered: