Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 342 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 342 Bytes

NDT_Visualization

How to use

Change the file directory in the two lines to your own

rviz_process = subprocess.Popen(['rviz', '-d', 'path/to/my.rviz'])
with open('path/to/demo.txt', 'r') as f:

then

python3 plotNormalDistribution.py

Example

image