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

why my environment is empty #134

Closed bb0928 closed 2 months ago

bb0928 commented 2 months ago

I followed the tutorial, when I launched train_velodyne_td3.py, RViz didn't produce any indoor environment, with error like:

[ERROR] [1712917359.424777513, 1.823000000]: Updating ModelState: model [cardboard_box_0] does not exist [ERROR] [1712917359.424956752, 1.823000000]: Updating ModelState: model [cardboard_box_1] does not exist [ERROR] [1712917359.425014172, 1.824000000]: Updating ModelState: model [cardboard_box_2] does not exist [ERROR] [1712917359.425060643, 1.824000000]: Updating ModelState: model [cardboard_box_3] does not exist [ERROR] [1712917438.270502562, 54.587000000]: Updating ModelState: model [cardboard_box_0] does not exist [ERROR] [1712917438.270569909, 54.587000000]: Updating ModelState: model [cardboard_box_1] does not exist [ERROR] [1712917438.270614372, 54.587000000]: Updating ModelState: model [cardboard_box_2] does not exist [ERROR] [1712917438.270777024, 54.587000000]: Updating ModelState: model [cardboard_box_3] does not exist

what should I do? thanks a lot.

bb0928 commented 2 months ago

Sorry I forgot to modify my path.