So I have a method that I am working with called CanTranslateTo which tells a robot instance whether or not it can translate to a given coordinate. For our purposes, if the robot's speed is greater than or equal to the distance that it needs to translate then it can and should return true.
I am receiving an error that I cannot seem to crack, which is as follows:
ERROR: conversion from 'const csce240::Coordinate' to non-scalar type 'csce240::two_dim::Point' requested two_dim::Point p = *goal;
//first line of CanTranslateTo()