Skip to content

Instantly share code, notes, and snippets.

View flow-dev's full-sized avatar

flow-dev flow-dev

View GitHub Profile
@flow-dev
flow-dev / ue4_3dlut_256x16.ipynb
Created March 8, 2020 05:17
UE4 Color Grading LUT. he reference image generated by this code has no effect on UE4 Post Production.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@flow-dev
flow-dev / WebsocketROSClient.py
Created December 18, 2019 07:28 — forked from GigaFlopsis/WebsocketROSClient.py
Websocket ROS client for rosbridge: publisher and subscriber
#!/usr/bin/env python
import json
from uuid import uuid4
# Note that this needs:
# sudo pip install websocket-client
# not the library called 'websocket'
import websocket
import yaml
from geometry_msgs.msg import PoseStamped
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.