Skip to content

Commit

Permalink
Updated to work with Ugv_sdk V0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Nabeelkii committed Jan 9, 2025
1 parent eea539d commit 408fc7f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions bunker_base/src/bunker_base_ros.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ namespace westonrobot {

BunkerBaseRos::BunkerBaseRos(std::string node_name)
: rclcpp::Node(node_name), keep_running_(false) {
<<<<<<< HEAD
this->declare_parameter("port_name", "can0");

this->declare_parameter("odom_frame", "odom");
Expand All @@ -29,17 +28,6 @@ BunkerBaseRos::BunkerBaseRos(std::string node_name)
this->declare_parameter("bunker_variant_",
static_cast<int>(BunkerRobot::Variant::kBunkerV1));
this->declare_parameter("control_rate", 50);
=======
this->declare_parameter("port_name");

this->declare_parameter("odom_frame");
this->declare_parameter("base_frame");
this->declare_parameter("odom_topic_name");

this->declare_parameter("is_bunker_mini");
this->declare_parameter("simulated_robot");
this->declare_parameter("control_rate");
>>>>>>> parent of fee2a4c (Changed syntax to run in humble)

LoadParameters();
}
Expand Down

0 comments on commit 408fc7f

Please sign in to comment.