Skip to content
Snippets Groups Projects
Commit 84a86b9a authored by bucyril's avatar bucyril
Browse files

reverted previous changes, which were wrong fdsapoifd

parent 4c181ccf
No related branches found
No related tags found
No related merge requests found
......@@ -16,8 +16,6 @@
#include "ros/ros.h"
using namespace d_fall_pps;
int main(int argc, char* argv[]) {
ROS_INFO_STREAM("fdsafsfdsalj");
}
......@@ -20,9 +20,7 @@
#include "d_fall_pps/Setpoint.h"
#include "d_fall_pps/MotorCommands.h"
using namespace d_fall_pps;
bool calculateControlOutput(Controller::Request &request, Controller::Response &response) {
bool calculateControlOutput(d_fall_pps::Controller::Request &request, d_fall_pps::Controller::Response &response) {
ROS_INFO("calculate control output");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment