Skip to content

Commit d5c96c2

Browse files
Jayasinghe, Oshada (Data61, Pullenvale)Jayasinghe, Oshada (Data61, Pullenvale)
authored andcommitted
Removed tf2_ros namespace from standard includes header
1 parent 5e3456d commit d5c96c2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

include/syropod_highlevel_controller/standard_includes.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161

6262
using namespace std;
6363
using namespace ros;
64-
using namespace tf2_ros;
6564

6665
/// Converts Degrees to Radians.
6766
/// @param[in] degrees Value in degrees to be converted to radians

src/state_controller.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ StateController::StateController(void)
2424
model_->generate();
2525

2626
debug_visualiser_.setTimeDelta(params_.time_delta.data);
27-
transform_listener_ = allocate_shared<TransformListener>(Eigen::aligned_allocator<TransformListener>(), transform_buffer_);
27+
transform_listener_ = allocate_shared<tf2_ros::TransformListener>(Eigen::aligned_allocator<tf2_ros::TransformListener>(), transform_buffer_);
2828

2929
// Hexapod Remote topic subscriptions
3030
system_state_subscriber_ = n.subscribe("syropod_remote/system_state", 1,

0 commit comments

Comments
 (0)