Skip to content

Commit

Permalink
refactored for new mrs_lib matrix loading
Browse files Browse the repository at this point in the history
  • Loading branch information
matemat13 committed Jan 31, 2024
1 parent c313b5d commit ba325e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/waypoint_flier/src/example_waypoint_flier.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ void ExampleWaypointFlier::onInit() {
ROS_INFO_STREAM_ONCE("[ExampleWaypointFlier]: " << _n_loops_ << " loops requested");

/* load offset of all waypoints as a static matrix from config file */
param_loader.loadMatrixStatic("offset", _offset_, 1, 4);
param_loader.loadMatrixKnown("offset", _offset_, 1, 4);
offsetPoints(waypoints_, _offset_);

if (!param_loader.loadedSuccessfully()) {
Expand Down

0 comments on commit ba325e3

Please sign in to comment.