interface changes
added new data-strcutures for new sensors new helper methods fixed some issues
This commit is contained in:
@@ -131,8 +131,8 @@ TEST(GgridWalk2, LIVE_walkHeading) {
|
||||
|
||||
K::Gnuplot gp;
|
||||
K::GnuplotSplot splot;
|
||||
K::GnuplotSplotElementPoints nodes; nodes.setPointSize(0.1); nodes.setColorHex("#888888"); splot.add(&nodes);
|
||||
K::GnuplotSplotElementPoints states; states.setPointSize(0.5); states.setColorHex("#0000ff"); splot.add(&states);
|
||||
K::GnuplotSplotElementPoints nodes; nodes.setPointSize(0.1); nodes.getColor().setHexStr("#888888"); splot.add(&nodes);
|
||||
K::GnuplotSplotElementPoints states; states.setPointSize(0.5); states.getColor().setHexStr("#0000ff"); splot.add(&states);
|
||||
|
||||
for (const MyNode1239& n : grid) {
|
||||
static int cnt = 0;
|
||||
|
||||
Reference in New Issue
Block a user