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

A question about running goal_picker main.py #24

Open chenhuahua-orz opened 1 year ago

chenhuahua-orz commented 1 year ago

When I run roslaunch robot_controller start.launch ,I encounter the following error.So I ran the commands in the launch file one by one and found that I had problems running rosrun goal_picker main.py

rosrun goal_picker main.py Goal picker node connected

Does it affect navigation? How can I fix it? Thank you for your help. 111

jkulhanek commented 1 year ago

Only one instance of the goal_picker should be enough. The error should not be an issue; I guess, as long as the goal_picker works (you are able to reach it on the specified port).