protobuf
RangeOfGlitching 3 years ago
parent f60edf119d
commit 95e2c43361

3
.gitignore vendored

@ -1,3 +1,6 @@
iq_gnc/ iq_gnc/
ROS_controll/ ROS_controll/
launch/ launch/
__pycache__/
*pyc
.todo

@ -0,0 +1,4 @@
# Compile proto
`PROTO_DIR='proto`
`protoc -I proto --python_out=proto proto/*.proto`
Loading…
Cancel
Save