-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
101 additions
and
34 deletions.
There are no files selected for viewing
File renamed without changes.
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 |
---|---|---|
@@ -1,4 +1,10 @@ | ||
TODO | ||
|
||
> @tttor: do not compile unused plugins in mavros | ||
> @tttor: move rbmt_joy package to rbmt_teleop package | ||
@tttor: | ||
> make compact costumized msg types in mavlink, e.g. wheel_speed, trajectory_metadata, see http://qgroundcontrol.org/mavlink/create_new_mavlink_message | ||
> make costumized mavros plugins, see http://wiki.ros.org/mavros | ||
> implement AMCL (adaptive Monte Carlo Localization), see http://wiki.ros.org/amcl?distro=indigo | ||
> constraint the workspace, complete the configuration of the cost map | ||
> do not compile unused plugins in mavros | ||
> standardize source code file naming on packages | ||
> refine .launch, follows http://wiki.ros.org/roslaunch/Tutorials/Roslaunch%20tips%20for%20larger%20projects |
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
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
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
TODO | ||
|
||
@tttor: | ||
|