-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Azi_Drive: Speed up 25-50x, fix many bugs
Closes #9 Closes #10 Addresses #42 Note: This retains Fossen's nautical convention for boat coordinate axes. You can put a negative sign in Y if it floats your boat. sorry-not-sorry
- Loading branch information
1 parent
810af70
commit 9b3f91e
Showing
3 changed files
with
44 additions
and
159 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,17 +8,20 @@ | |
<maintainer email="[email protected]">Jacob Panikulam</maintainer> | ||
<license>MIT</license> | ||
<buildtool_depend>catkin</buildtool_depend> | ||
|
||
<build_depend>rospy</build_depend> | ||
<run_depend>rospy</run_depend> | ||
<build_depend>rostest</build_depend> | ||
<test_depend>unittest</test_depend> | ||
|
||
<build_depend>message_generation</build_depend> | ||
<build_depend>message_runtime</build_depend> | ||
<build_depend>std_msgs</build_depend> | ||
|
||
|
||
<run_depend>std_msgs</run_depend> | ||
<run_depend>message_runtime</run_depend> | ||
<run_depend>message_generation</run_depend> | ||
<build_depend>std_msgs</build_depend> | ||
|
||
<export> | ||
</export> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters