Skip to content

Instantly share code, notes, and snippets.

View LArayane's full-sized avatar

Rayane Benyoucef LArayane

  • IBISC Lab
  • Paris
View GitHub Profile
#include "inspec_pid/myPoint.h"
MyPoint::MyPoint(double xPos, double yPos, double alpha, ros::Time t)
{
x = xPos;
y = yPos;
angle = alpha;
time = t;
}