rosserial non-unique executable
I installed rosserial on Groovy with catkin and it works nicely, but when I enter
rosrun rosserial_python serial_node.py /dev/ttyACM0
I get:
[rosrun] You have chosen a non-unique executable, please pick one of the following:
1) .../catkin_ws/install/lib/rosserial_python/serial_node.py
2) .../catkin_ws/src/rosserial/rosserial_python/nodes/serial_node.py
Why are there two and which one should I use?