Ajout du suivie du marker
This commit is contained in:
parent
656305cd8a
commit
987720b171
8 changed files with 65 additions and 9 deletions
|
@ -17,6 +17,7 @@ protected:
|
|||
ros::Publisher _objective_pub;
|
||||
ros::Publisher _visualization_pub;
|
||||
ros::Subscriber _config_sub;
|
||||
ros::Subscriber _position_sub;
|
||||
|
||||
interactive_markers::InteractiveMarkerServer _server;
|
||||
|
||||
|
@ -27,6 +28,7 @@ public:
|
|||
~RvizInterface();
|
||||
|
||||
void configCallback(const rviz_interface::InterfaceConfig & new_config);
|
||||
void positionCallback(const geometry_msgs::PointStamped & new_center);
|
||||
};
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue