Skip to content
Snippets Groups Projects
Commit 13d29e89 authored by Bingham, Brian S's avatar Bingham, Brian S
Browse files

mtlb

parent e3b766ba
No related branches found
No related tags found
No related merge requests found
classdef PioneerWaypointNode
classdef PioneerWaypointNode < handle
properties
distThreshold=1;
% ROS communication properties
twist_cmd % Twist command to be published
twist_pub % Twist publisher
% Counters
odomN
geonavN
statusN
% Robot State
x
y
yaw
% Waypoint control properties
waypoint_list
dist_threshold
end
methods
% Constructor method
function obj = PioneerNode()
% Setup publishers
twist_pub = publisher(
end
% ROS callback methods
function odom_callback(src,msg)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment