Error connecting to Hokuyo: Could not open serial Hokuyo:
Hi, I'm new to ROS. Currently, I'm using ROS kinetic on raspberry pi 3, ubuntu mate.I've also installed urg-node with sudo apt-get install ros-kinetic-urg-node
I'm trying to use Hokuyo sensor, UTM-30LX, connected to my raspberry pi 3 through USB port. However, after running the command: rosrun urg_node urg_node
, I got the following output:
/dev/ttyACM0 @ 115200 could not open serial device.
Also, when I'm trying to get the ID of Hokuyo sensor with the command: rosrun urg_node getID /dev/ttyACM0
, I got a similar output:
getID failed: Could not open serial Hokuyo: /dev/ttyACM0 @ 115200 could not open serial device.
Am I suppose to run any command beforehand or set any configuration? Thanks in advance.