dingo-cpr / dingo_robot

3 stars 7 forks source link

Add "_secondary" suffix to secondary laser node #9

Closed jyang-cpr closed 3 years ago

jyang-cpr commented 3 years ago

"RLException: roslaunch file contains multiple nodes named [/hokuyo]." is thrown if primary and secondary lasers are both enabled. This is because both envars launch an instance of the urg_node with the same name "hokuyo". Adding a "_secondary" suffix to the secondary laser node resolves this issue.