You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running e.g. rosrun advanced_navigation_driver advanced_navigation_driver /dev/ttyUSB0 11520 (One 0 ommited on purpose, I get an invalid baudrate error - and rightfully so!
Starting the node from a launch file (again, with an ivalid port for testing purposes) does indeed throw an error, but it is a generic "process has died. Retrying.."-error. My file:
I'm not sure what could cause this, the args-parameter in the launch file should be dealt with exactly as if i'd run the rosrun adva..... /dev/ttyUSB1 11520 command. Thanks
The text was updated successfully, but these errors were encountered:
Running e.g.
rosrun advanced_navigation_driver advanced_navigation_driver /dev/ttyUSB0 11520
(One0
ommited on purpose, I get aninvalid baudrate
error - and rightfully so!Starting the node from a launch file (again, with an ivalid port for testing purposes) does indeed throw an error, but it is a generic "process has died. Retrying.."-error. My file:
I'm not sure what could cause this, the
args
-parameter in the launch file should be dealt with exactly as if i'd run therosrun adva..... /dev/ttyUSB1 11520
command. ThanksThe text was updated successfully, but these errors were encountered: