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
486 stars 97 forks source link

Change robot model #108

Closed Ethan0207 closed 5 months ago

Ethan0207 commented 5 months ago

Hi, These days, I have changed my robot(four wheel differential car), but I meet some difficulties. When I use command " python3 train_velodyne_td3.py", in rviz, there is only the model. Other than that, nothing happened. And the terminal displays errors. 1 24 1 24 2 This is my multi_robot_scenario.launch file. 1 24 3 This is my mini.gazebo.launch file. 1 24 4 This is my xacro file. 1 24 5 1 24 6 1 24 7 And in the velodyne_env.py, I just modified the vehicle name 1 24 8 1 24 9 Could you give me some suggestions?