You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think we need to make certain changes to the data types that are used in the planner.
Instead of using
typedefstruct
{
double x;
double y;
}point;
it would be better if we use the point from krssg_ssl_msgs msg package (point_2d).
Currently, the planner is only accepting the points from the GUI, we need to change this so that skills are able to call.
Planning(std::vector<pos> &v,int n, gui_msg gui_msgs);
It's better if we start using the data types from krssg_ssl_msgs, in that way we don't need to define them wherever we start using. The following data types which are currently defined in MotionPlanner.h
I think we need to make certain changes to the data types that are used in the planner.
it would be better if we use the
point
fromkrssg_ssl_msgs
msg package (point_2d
).GUI
, we need to change this so that skills are able to call.krssg_ssl_msgs
, in that way we don't need to define them wherever we start using. The following data types which are currently defined inMotionPlanner.h
@KgpKubs/path any more ideas, please add them here.
The text was updated successfully, but these errors were encountered: