Skip to content

Commit 9950b2f

Browse files
committed
fixes in viz
1 parent 3e3caf9 commit 9950b2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/keyframe_pose_graph_slam_node.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1223,7 +1223,7 @@ void opt_traj_publisher_colored_by_world( const NodeDataManager * manager, const
12231223
// once in a while flush the unused co-ordinates
12241224
Matrix4d _axis_pose = Matrix4d::Identity();
12251225
for( int p=setids_to_udumbes.size() ; p<20; p++ ) {
1226-
viz->publishXYZAxis( _axis_pose, "opt_traj_axis", 0, 0.0 );
1226+
viz->publishXYZAxis( _axis_pose, "opt_traj_axis", p, 0.0 );
12271227
}
12281228
}
12291229

0 commit comments

Comments
 (0)