mirror of
https://github.com/westonrobot/scout_ros.git
synced 2026-01-13 19:40:03 +08:00
updated scout description, still working on scout gazebo sim control
This commit is contained in:
27
scout_gazebo_sim/include/scout_gazebo/scout_skid_steer.hpp
Normal file
27
scout_gazebo_sim/include/scout_gazebo/scout_skid_steer.hpp
Normal file
@@ -0,0 +1,27 @@
|
||||
/*
|
||||
* scout_skid_steer.hpp
|
||||
*
|
||||
* Created on: Mar 25, 2020 22:52
|
||||
* Description:
|
||||
*
|
||||
* Copyright (c) 2019 Ruixiang Du (rdu)
|
||||
*/
|
||||
|
||||
#ifndef SCOUT_SKID_STEER_HPP
|
||||
#define SCOUT_SKID_STEER_HPP
|
||||
|
||||
#include <string>
|
||||
|
||||
#include <ros/ros.h>
|
||||
|
||||
namespace wescore {
|
||||
class ScoutSkidSteer {
|
||||
public:
|
||||
ScoutSkidSteer(std::string robot_name);
|
||||
|
||||
private:
|
||||
std::string robot_name;
|
||||
};
|
||||
} // namespace wescore
|
||||
|
||||
#endif /* SCOUT_SKID_STEER_HPP */
|
||||
Reference in New Issue
Block a user