Rviz2 visulizer from input file TODO RENAME TO SLAM-VISUALIZER.
- Example files are stored in
data
folder - Folder contains toy data
- After updating data you have to rebuild
points.csv
contains all landmarksID
of the landmark is his line number (starting from zero)x.x x.x x.x
numbers separated by space represents 3D coordinates
positions.csv
contains all visited positionsID
of the position is his line number (starting from zero)x.x x.x x.x
numbers separated by space represents 3D coordinates
x y
two integers separated by space represents ID of the landmark (y
) visible from the position with ID (x
)
world
framevisualization
namespaceviz
topic name
. scripts/build.sh
build repo. scripts/clean.sh
clean build files. scripts/run.sh
run visualization