jkulhanek / robot-visual-navigation

Visual Navigation in Real-World Indoor Environments Using End-to-End Deep Reinforcement Learning Official Implementation
MIT License
58 stars 11 forks source link

Collecting the original dataset #27

Open jiacheng-yao123 opened 7 months ago

jiacheng-yao123 commented 7 months ago

collect dataset When I run the command to collect the dataset based on the readme roslaunch map_collector/launch/start.launch

rosrun map_collector controller.py --by 1 2 --by 2 2 --by 3 2 --goal 4 2

I'm having some problems, the robot moves after running it, but it doesn't create a dataset folder under the /mnt/data/ folder, no images are collected. code 1705587753847

speedhawk commented 2 weeks ago

collect dataset When I run the command to collect the dataset based on the readme roslaunch map_collector/launch/start.launch

rosrun map_collector controller.py --by 1 2 --by 2 2 --by 3 2 --goal 4 2

I'm having some problems, the robot moves after running it, but it doesn't create a dataset folder under the /mnt/data/ folder, no images are collected. code 1705587753847

Hi, mate! Does that mean you can use your personal datasets to train the model?