rosparam set not working
I wanted to change the port for joystick driver from /dev/input/js0
to /dev/input/js1
using rosparam
command.
rosparam set /joy_node/input "/dev/input/js1"
But after reboot, it changed back to js0
. Any idea on why rosparam
command does not permanently change the port?