|
@@ -39,7 +39,7 @@ class ArduinoROS():
|
|
|
# Cleanup when termniating the node
|
|
|
rospy.on_shutdown(self.shutdown)
|
|
|
|
|
|
- self.port = rospy.get_param("~port", "/dev/ttyACM0")
|
|
|
+ self.port = rospy.get_param("~port", "/dev/ttyAMA0")
|
|
|
self.baud = int(rospy.get_param("~baud", 57600))
|
|
|
self.timeout = rospy.get_param("~timeout", 0.7)
|
|
|
self.base_frame = rospy.get_param("~base_frame", 'base_footprint')
|