Skip to main content
Sign in
Snippets Groups Projects
Commit 5cfc0d1c authored by Stevedan Ogochukwu Omodolor's avatar Stevedan Ogochukwu Omodolor
Browse files

changed topi

parent d929220e
No related branches found
No related tags found
No related merge requests found
...@@ -181,7 +181,7 @@ int main(int argc, char **argv) { ...@@ -181,7 +181,7 @@ int main(int argc, char **argv) {
/* publisher*/ /* publisher*/
std::stringstream ss; std::stringstream ss;
ss << "/cf" << std::to_string(robotid) << "/cmd_hover"; ss << "/cf" << std::to_string(robotid) << "/cmd_zdistance";
ros::Publisher vel_cmd_publisher = nh.advertise<crazyswarm::ZDistance>(ss.str(),1); ros::Publisher vel_cmd_publisher = nh.advertise<crazyswarm::ZDistance>(ss.str(),1);
std::stringstream ss_stop; std::stringstream ss_stop;
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment