Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
afa95d10
Commit
afa95d10
authored
Feb 01, 2005
by
David Johnson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bearing is now calculated correctly (with absolute coords rather than
local...)
parent
53488d2e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
robots/rmcd/pilotConnection.c
robots/rmcd/pilotConnection.c
+2
-1
No files found.
robots/rmcd/pilotConnection.c
View file @
afa95d10
...
...
@@ -502,7 +502,8 @@ void pc_plot_waypoint(struct pilot_connection *pc)
if
(
!
flipped_bearing
)
{
flipped_bearing
=
1
;
/* flip it */
bearing
=
-
bearing
;
/* bearing = -bearing; */
bearing
=
2
.
0
f
*
M_PI
-
bearing
;
info
(
"flipped bearing in waypoint gen
\n
"
);
}
else
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment