-
Notifications
You must be signed in to change notification settings - Fork 128
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
world issue #160
Comments
Hi, Please provide descriptive information of what the issue is that you are facing. |
You mean 2 different robots or a differential drive robot? Please provide the code changes that you mage to spawn the robot and the full list of commands you execute to run the training. |
Your robot object is not named "chase_robot" so every time you try to reset you get an error regarding it. Since you have changed the robot model but still are calling the pioneer3dx.gazebo.launch I assume you have changes made in that file. That is where i would look for the problem. |
one more question my robot name is chase_robot so the model should i keep it as chase_robot or r1? |
So your issue is that robots name is different from what you think it is in gazebo. When you call reset with "chase_robot" there is no such element so it is not reset. It does not matter if the name is "chase_robot" or "r1", the gazebo should spawn it with the right name, and that is not happening here. My guess is that spawner still takes the default value in the pioneer3dx.gazebo.launch file that you have set to "robot_second" and that is how the robot model is named in gazebo. You should check what the name of your robot is in gazebo after it has been spawned. |
It is hard for me to understand what the issue is here. When do these collisions happen and how do they happen? Please try to understand the code first and asking specific questions providing all the information as it is very difficult to help with general questions without descriptions. |
its happened during training and i changed the seed value as well |
Please read through the code and try to understand what the collision rate measures |
i have spawn my robot but the problem is that it spawn the robot in empty world even my robot is moving.
The text was updated successfully, but these errors were encountered: