Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mrc_hw7
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bingham, Brian S
mrc_hw7
Commits
13d29e89
Commit
13d29e89
authored
8 years ago
by
Bingham, Brian S
Browse files
Options
Downloads
Patches
Plain Diff
mtlb
parent
e3b766ba
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
matlab/PioneerWaypointNode.m
+22
-3
22 additions, 3 deletions
matlab/PioneerWaypointNode.m
with
22 additions
and
3 deletions
matlab/PioneerWaypointNode.m
+
22
−
3
View file @
13d29e89
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
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment