Closed Farges closed 11 years ago
The beginning of generated files Way.hpp and Waypoint.hpp is:
#include <std_msgs/UInt32.hpp> #include <std_msgs/UInt32.hpp> #include <std_msgs/UInt32.hpp> #include <std_msgs/UInt32.hpp> #include <std_msgs/UInt32.hpp> #include "CppDataTypes.hpp"
It should be:
/*#include <std_msgs/UInt32.hpp> #include <std_msgs/UInt32.hpp> #include <std_msgs/UInt32.hpp> #include <std_msgs/UInt32.hpp> #include <std_msgs/UInt32.hpp>*/ #include "../DataTypes/CppDataTypes.hpp"
This problem will be fixed after generating the code from the deployment plan instead of the model.
The beginning of generated files Way.hpp and Waypoint.hpp is:
It should be: