Skip to content

Commit feb6411

Browse files
committed
switch test to cartesian_frame
1 parent 6a61940 commit feb6411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opennav_coverage/test/test_server.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class ServerShim : public opennav_coverage::CoverageServer
4141
void configure(const rclcpp_lifecycle::State & state)
4242
{
4343
this->on_configure(state);
44-
cartesian_frame_ = false; // Test files in GPS
44+
cartesian_frame_ = true; // Test files in GPS
4545
}
4646
void activate(const rclcpp_lifecycle::State & state) {this->on_activate(state);}
4747
void deactivate(const rclcpp_lifecycle::State & state) {this->on_deactivate(state);}

0 commit comments

Comments
 (0)