Lowered baud rate
This commit is contained in:
		@ -7,7 +7,7 @@
 | 
			
		||||
            <param name="right_wheel_name">right_wheel_joint</param>
 | 
			
		||||
            <param name="loop_rate">30</param>
 | 
			
		||||
            <param name="device">/dev/ttyUSB0</param>
 | 
			
		||||
            <param name="baud_rate">115200</param>
 | 
			
		||||
            <param name="baud_rate">57600</param>
 | 
			
		||||
            <param name="timeout">1000</param>
 | 
			
		||||
            <param name="enc_counts_per_rev">3436</param>
 | 
			
		||||
        </hardware>
 | 
			
		||||
 | 
			
		||||
@ -42,7 +42,7 @@
 | 
			
		||||
#define PRINT_RATE_MS			500
 | 
			
		||||
 | 
			
		||||
/* uart */
 | 
			
		||||
#define UART_BAUD_RATE			115200
 | 
			
		||||
#define UART_BAUD_RATE			57600
 | 
			
		||||
#define MAX_PACKET_LENGTH		50
 | 
			
		||||
#define PACKAGE_LENGTH_NO_P		10
 | 
			
		||||
#define RX_328_PIN				6
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user