Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
CoLo
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Shengkang (William) Chen
CoLo
Commits
47c95486
Commit
47c95486
authored
6 years ago
by
Shengkang (William) Chen
Browse files
Options
Downloads
Patches
Plain Diff
edited colo-at readme
parent
a5b7f571
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CoLo-AT/README.md
+3
-43
3 additions, 43 deletions
CoLo-AT/README.md
CoLo-AT/algo_framework.png
+0
-0
0 additions, 0 deletions
CoLo-AT/algo_framework.png
with
3 additions
and
43 deletions
CoLo-AT/README.md
+
3
−
43
View file @
47c95486
...
...
@@ -79,9 +79,6 @@ Cade Mallett
Kyle Wong
## Analytical Tool:
Plots:
1.
Estimation deviation error vs. time
...
...
@@ -95,44 +92,7 @@ Values:
## How to add new localization algorithm to the environment
1.
Create the algorithm in the predefined algorithm framework
```
def propagation_update(self, robot_data, sensor_data):
[s, orinetations, sigma_s, index] = robot_data
...
return [s, orinetations, sigma_s]
def absolute_obser_update(self, robot_data, sensor_data):
[s, orinetations, sigma_s, index] = robot_data
...
return [s, orinetations, sigma_s]
def relative_obser_update(self, robot_data, sensor_data):
[s, orinetations, sigma_s, index] = robot_data
...
return [s, orinetations, sigma_s]
def communication(self, robot_data, sensor_data):
[s, orinetations, sigma_s, index] = robot_data
...
return [s, orinetations, sigma_s]
```
2.
Add it to the algorithm library
## Files and folders includes within the project
### Datasets Folder:
Store the UTIAS datasets which has odometry, measurement and groundtruth data for each robot
### Functions Folder:
Contains all the python scripts
Folders:
simulation process
robots
requests
localization algos
dataset_manager
data_analysis
2.
Load it to the robot before running
## Algorithm Framework

This diff is collapsed.
Click to expand it.
CoLo-AT/algo_framework.png
0 → 100644
+
0
−
0
View file @
47c95486
76 KiB
This diff is collapsed.
Click to expand it.
Preview
0%
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