Skip to content

Commit

Permalink
Remove unused cmd_vel_topic variable (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
jyang-cpr committed Oct 26, 2021
1 parent 47b2da2 commit cf5dc63
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/marker_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ class MarkerServer
MarkerServer()
: nh("~"), server("twist_marker_server")
{
std::string cmd_vel_topic;

nh.param<std::string>("link_name", link_name, "base_link");
nh.param<std::string>("robot_name", robot_name, "robot");

Expand Down

0 comments on commit cf5dc63

Please sign in to comment.