removed scout_sdk, replace with wrp_sdk

This commit is contained in:
Tan Pin Da
2020-08-21 15:17:41 +08:00
parent f73a2e2f59
commit f73e8c0ddf
529 changed files with 25 additions and 115711 deletions

View File

@@ -18,9 +18,9 @@
#include <tf2_ros/transform_broadcaster.h>
#include "scout_msgs/ScoutLightCmd.h"
#include "scout_sdk/scout_base.hpp"
#include "wrp_sdk/platforms/scout/scout_base.hpp"
namespace wescore
namespace westonrobot
{
class ScoutROSMessenger
{
@@ -68,6 +68,6 @@ private:
void LightCmdCallback(const scout_msgs::ScoutLightCmd::ConstPtr &msg);
void PublishOdometryToROS(double linear, double angular, double dt);
};
} // namespace wescore
} // namespace westonrobot
#endif /* SCOUT_MESSENGER_HPP */