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
robot_upstart is great so far,it's good for auto start with reboot.
I want connect wifi Dynamicly,it works well by roslaunch.But installed service by robot_upstart this not work.the test is below,just nmcli command passed and not work,others work well.
If should add something to service for nmcli?
robot_upstart is great so far,it's good for auto start with reboot.
I want connect wifi Dynamicly,it works well by roslaunch.But installed service by robot_upstart this not work.the test is below,just nmcli command passed and not work,others work well.
If should add something to service for nmcli?
test.launch
<launch> <node pkg="hlf_robot" type="test.py" name="test_wifi"/> </launch>
test.py
I have test subprocess and envoy to run this command line,they are the same as os.system().
The text was updated successfully, but these errors were encountered: