use fdp not dot

release/4.3a0
Frank Dellaert 2013-09-06 21:27:27 +00:00
parent 0985758cec
commit 86be7b4ebe
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ int main (int argc, char** argv) {
Values result = LevenbergMarquardtOptimizer(graph, initial).optimize();
// save factor graph as graphviz dot file
// Render to PDF using "dot Pose2SLAMExample.dot -Tpdf > graph.pdf"
// Render to PDF using "fdp Pose2SLAMExample.dot -Tpdf > graph.pdf"
ofstream os("Pose2SLAMExample.dot");
graph.saveGraph(os, result);