Skip to content

Commit

Permalink
Update node name in SteamJoyNode constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanzemlin committed Apr 12, 2024
1 parent c3bca8e commit 9e4ee49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ struct SteamJoyNodeConfig
class SteamJoyNode : public SCR::Node
{
public:
SteamJoyNode() : SCR::Node("autonav_manual_steam")
SteamJoyNode() : SCR::Node("autonav_manual_steamcontroller")
{
steam_subscription = create_subscription<autonav_msgs::msg::SteamInput>("/autonav/joy/steam", 20, std::bind(&SteamJoyNode::onSteamDataReceived, this, std::placeholders::_1));
motor_publisher = create_publisher<autonav_msgs::msg::MotorInput>("/autonav/MotorInput", 20);
Expand Down

0 comments on commit 9e4ee49

Please sign in to comment.