PgSocks 
							
						 
						
							
							
								103086b1a4 
								
							
								 
							
						 
						
							
							
								
								Add Push message type with vision detect info message  
							
							
							
						 
						
							2 years ago  
				
					
						
							
							
								
								PgSocks 
							
						 
						
							
							
								9de914dfa8 
								
							
								 
							
						 
						
							
							
								
								Fetch SDL2 in CMake  
							
							
							
						 
						
							2 years ago  
				
					
						
							
							
								
								PgSocks 
							
						 
						
							
							
								d4123f440e 
								
							
								 
							
						 
						
							
							
								
								Add video stream support  
							
							
							
						 
						
							2 years ago  
				
					
						
							
							
								
								PgSocks 
							
						 
						
							
							
								90552382db 
								
							
								 
							
						 
						
							
							
								
								Add blaster fire message  
							
							
							
						 
						
							2 years ago  
				
					
						
							
							
								
								PgSocks 
							
						 
						
							
							
								f2918b441d 
								
							
								 
							
						 
						
							
							
								
								Change name of Robot struct to include in C++  
							
							
							
						 
						
							3 years ago  
				
					
						
							
							
								
								PgSocks 
							
						 
						
							
							
								150c450210 
								
							
								 
							
						 
						
							
							
								
								Add joystick input  
							
							
							
						 
						
							3 years ago  
				
					
						
							
							
								
								PgSocks 
							
						 
						
							
							
								19993ced8e 
								
							
								 
							
						 
						
							
							
								
								Add mouse control for turret  
							
							
							
						 
						
							3 years ago  
				
					
						
							
							
								
								PgSocks 
							
						 
						
							
							
								2c42352c85 
								
							
								 
							
						 
						
							
							
								
								Add gimble control to simple robot API  
							
							
							
						 
						
							3 years ago  
				
					
						
							
							
								
								PgSocks 
							
						 
						
							
							
								0b238ce048 
								
							
								 
							
						 
						
							
							
								
								Add gimbal control message  
							
							
							
						 
						
							3 years ago  
				
					
						
							
							
								
								PgSocks 
							
						 
						
							
							
								2258812fc2 
								
							
								 
							
						 
						
							
							
								
								Increment major version  
							
							... 
							
							
							
							The low level API needed to change to accomodate the hight level API,
which is a major revision. 
							
						 
						
							3 years ago  
				
					
						
							
							
								
								PgSocks 
							
						 
						
							
							
								31d7e57125 
								
							
								 
							
						 
						
							
							
								
								Implement simple SDK API  
							
							
							
						 
						
							3 years ago  
				
					
						
							
							
								
								PgSocks 
							
						 
						
							
							
								af5a6efdb3 
								
							
								 
							
						 
						
							
							
								
								Add function to get module ID from command ID  
							
							... 
							
							
							
							The module ID is always the same for a given command ID,
so it can be easily mapped with a switch function. 
							
						 
						
							3 years ago  
				
					
						
							
							
								
								PgSocks 
							
						 
						
							
							
								6b4c891b36 
								
							
								 
							
						 
						
							
							
								
								Make preamble a const  
							
							... 
							
							
							
							The preamble is always 0x55. It should be a const in the header. 
							
						 
						
							3 years ago  
				
					
						
							
							
								
								PgSocks 
							
						 
						
							
							
								c4c5e394af 
								
							
								 
							
						 
						
							
							
								
								Add function to get size of message by command ID  
							
							
							
						 
						
							3 years ago  
				
					
						
							
							
								
								PgSocks 
							
						 
						
							
							
								77000b525f 
								
							
								 
							
						 
						
							
							
								
								Combine cmdid and cmdset into cmd code  
							
							
							
						 
						
							3 years ago  
				
					
						
							
							
								
								PgSocks 
							
						 
						
							
							
								6e10db0e07 
								
							
								 
							
						 
						
							
							
								
								Remove high and low byte union for message length  
							
							
							
						 
						
							3 years ago  
				
					
						
							
							
								
								PgSocks 
							
						 
						
							
							
								ca82982a76 
								
							
								 
							
						 
						
							
							
								
								Start on high level interface  
							
							
							
						 
						
							3 years ago  
				
					
						
							
							
								
								PgSocks 
							
						 
						
							
							
								138f758898 
								
							
								 
							
						 
						
							
							
								
								Remove comments  
							
							
							
						 
						
							3 years ago  
				
					
						
							
							
								
								PgSocks 
							
						 
						
							
							
								53b127232c 
								
							
								 
							
						 
						
							
							
								
								Remove code for shell command utility  
							
							
							
						 
						
							3 years ago  
				
					
						
							
							
								
								PgSocks 
							
						 
						
							
							
								b415b9d591 
								
							
								 
							
						 
						
							
							
								
								Add simple drive function to API  
							
							... 
							
							
							
							The wheel speed function requires setting individual wheel speed. And
knowledge of the max and min values. The simple drive function can
accept x, y, and r speeds from -1 to 1, and will compute the wheel
speeds for the user to achieve the desired velocity. 
							
						 
						
							3 years ago  
				
					
						
							
							
								
								PgSocks 
							
						 
						
							
							
								79682c1d04 
								
							
								 
							
						 
						
							
							
								
								Add strafing  
							
							
							
						 
						
							3 years ago  
				
					
						
							
							
								
								PgSocks 
							
						 
						
							
							
								be4c6f9bb5 
								
							
								 
							
						 
						
							
							
								
								Link SDL statically  
							
							
							
						 
						
							3 years ago  
				
					
						
							
							
								
								PgSocks 
							
						 
						
							
							
								a6cc1eca88 
								
							
								 
							
						 
						
							
							
								
								Control individual wheels  
							
							
							
						 
						
							3 years ago  
				
					
						
							
							
								
								PgSocks 
							
						 
						
							
							
								8a34d18eac 
								
							
								 
							
						 
						
							
							
								
								Control robot with WASD keys  
							
							
							
						 
						
							3 years ago  
				
					
						
							
							
								
								PgSocks 
							
						 
						
							
							
								2b0b5e7b4f 
								
							
								 
							
						 
						
							
							
								
								Add SDL to CMake  
							
							
							
						 
						
							3 years ago  
				
					
						
							
							
								
								PgSocks 
							
						 
						
							
							
								60673a5283 
								
							
								 
							
						 
						
							
							
								
								Reorganize messages into module groups  
							
							
							
						 
						
							3 years ago  
				
					
						
							
							
								
								PgSocks 
							
						 
						
							
							
								f0befa0b7b 
								
							
								 
							
						 
						
							
							
								
								Add heartbeat message  
							
							
							
						 
						
							3 years ago  
				
					
						
							
							
								
								PgSocks 
							
						 
						
							
							
								3a2afcc93a 
								
							
								 
							
						 
						
							
							
								
								Make ack bit and receiver byte parameters  
							
							
							
						 
						
							3 years ago  
				
					
						
							
							
								
								PgSocks 
							
						 
						
							
							
								1eca1b25e7 
								
							
								 
							
						 
						
							
							
								
								Add more messages  
							
							
							
						 
						
							3 years ago  
				
					
						
							
							
								
								PgSocks 
							
						 
						
							
							
								07a0d7eca7 
								
							
								 
							
						 
						
							
							
								
								Make shell command take run arguments  
							
							
							
						 
						
							3 years ago  
				
					
						
							
							
								
								PgSocks 
							
						 
						
							
							
								35cc588ae9 
								
							
								 
							
						 
						
							
							
								
								Improve commenting and error checking  
							
							
							
						 
						
							3 years ago  
				
					
						
							
							
								
								PgSocks 
							
						 
						
							
							
								638fcd3fe2 
								
							
								 
							
						 
						
							
							
								
								Check for invalid max socket fd before polling  
							
							
							
						 
						
							3 years ago  
				
					
						
							
							
								
								PgSocks 
							
						 
						
							
							
								a283cad9ed 
								
							
								 
							
						 
						
							
							
								
								Refactor connection polling  
							
							
							
						 
						
							3 years ago  
				
					
						
							
							
								
								PgSocks 
							
						 
						
							
							
								6eb0d092e6 
								
							
								 
							
						 
						
							
							
								
								Read from multiple sockets  
							
							
							
						 
						
							3 years ago  
				
					
						
							
							
								
								PgSocks 
							
						 
						
							
							
								0cec23f7f7 
								
							
								 
							
						 
						
							
							
								
								Make two connections for SDK and device  
							
							
							
						 
						
							3 years ago  
				
					
						
							
							
								
								PgSocks 
							
						 
						
							
							
								51b8897d38 
								
							
								 
							
						 
						
							
							
								
								Make message poll wait indefinitely  
							
							
							
						 
						
							3 years ago  
				
					
						
							
							
								
								PgSocks 
							
						 
						
							
							
								0699fa5906 
								
							
								 
							
						 
						
							
							
								
								Fix crc validation  
							
							
							
						 
						
							3 years ago  
				
					
						
							
							
								
								PgSocks 
							
						 
						
							
							
								ab22567f65 
								
							
								 
							
						 
						
							
							
								
								Fix warning  
							
							
							
						 
						
							3 years ago  
				
					
						
							
							
								
								PgSocks 
							
						 
						
							
							
								40325fd5f7 
								
							
								 
							
						 
						
							
							
								
								Fix warning  
							
							
							
						 
						
							3 years ago  
				
					
						
							
							
								
								PgSocks 
							
						 
						
							
							
								e60aa4c2e3 
								
							
								 
							
						 
						
							
							
								
								Refactor for public API  
							
							
							
						 
						
							3 years ago  
				
					
						
							
							
								
								PgSocks 
							
						 
						
							
							
								dab8e0029e 
								
							
								 
							
						 
						
							
							
								
								Make a struct for connections  
							
							
							
						 
						
							3 years ago  
				
					
						
							
							
								
								PgSocks 
							
						 
						
							
							
								8170b3aa90 
								
							
								 
							
						 
						
							
							
								
								Move messages to their own headers  
							
							
							
						 
						
							3 years ago  
				
					
						
							
							
								
								PgSocks 
							
						 
						
							
							
								dc1d5f77af 
								
							
								 
							
						 
						
							
							
								
								Add Set SDK Mode message  
							
							
							
						 
						
							3 years ago  
				
					
						
							
							
								
								PgSocks 
							
						 
						
							
							
								3a0656f4c4 
								
							
								 
							
						 
						
							
							
								
								Refactor set SDK connection message constructor  
							
							
							
						 
						
							3 years ago  
				
					
						
							
							
								
								PgSocks 
							
						 
						
							
							
								9ccc5cbca0 
								
							
								 
							
						 
						
							
							
								
								Refactor LED packet constructor  
							
							
							
						 
						
							3 years ago  
				
					
						
							
							
								
								PgSocks 
							
						 
						
							
							
								c1bb243211 
								
							
								 
							
						 
						
							
							
								
								Change Session to Client  
							
							
							
						 
						
							3 years ago  
				
					
						
							
							
								
								PgSocks 
							
						 
						
							
							
								d4e1817793 
								
							
								 
							
						 
						
							
							
								
								Add LED control packet  
							
							
							
						 
						
							3 years ago  
				
					
						
							
							
								
								PgSocks 
							
						 
						
							
							
								a1c9c2fc00 
								
							
								 
							
						 
						
							
							
								
								Improve commenting  
							
							
							
						 
						
							3 years ago  
				
					
						
							
							
								
								PgSocks 
							
						 
						
							
							
								c721dc756c 
								
							
								 
							
						 
						
							
							
								
								Set SDK port back default removed seq_id bounds  
							
							
							
						 
						
							3 years ago  
				
					
						
							
							
								
								PgSocks 
							
						 
						
							
							
								71f01f93cf 
								
							
								 
							
						 
						
							
							
								
								Identical output to original Robomaster SDK  
							
							
							
						 
						
							3 years ago