reiniscimurs / DRL-robot-navigation

Deep Reinforcement Learning for mobile robot navigation in ROS Gazebo simulator. Using Twin Delayed Deep Deterministic Policy Gradient (TD3) neural network, a robot learns to navigate to a random goal point in a simulated environment while avoiding obstacles.
MIT License
487 stars 97 forks source link

Some problems #95

Closed pzhabc closed 6 months ago

pzhabc commented 6 months ago

Hello.These codes were removed by me:

image

But there's still this in the topic: 3cef63c48bc18c4bf7442fa0ada6d0a6 I run "multi_robot_scenario.launch" directly after "catkin_make_isolated" and "source devel_isolated/setup.bash". What is the reason for this?

reiniscimurs commented 6 months ago

Have you also removed the subscriber to this topic? https://github.com/reiniscimurs/DRL-robot-navigation/blob/main/TD3/velodyne_env.py#L126

Most likely, this is where this topic is coming from.

pzhabc commented 6 months ago

Have you also removed the subscriber to this topic? https://github.com/reiniscimurs/DRL-robot-navigation/blob/main/TD3/velodyne_env.py#L126

Most likely, this is where this topic is coming from.

Hello, one more question, I haven't seen everything related to the /scan topic, but why does this topic exist? It feels like a strange situation. I've tried restarting vscode and the computer, but it doesn't seem to help. image image image image image

reiniscimurs commented 6 months ago

There is no /scan topic in the original code. That must be something that you have added with your changes.

You should use the search functions in your IDE to find the source of your topic.