Difference between revisions of "Day 7"

From Bambi
Jump to: navigation, search
(Wave Front)
(Log)
 
(One intermediate revision by one other user not shown)
Line 7: Line 7:
 
#* <code>export GAZEBO_RESOURCE_PATH=$GAZEBO_RESOURCE_PATH:~%BAMBI-GIT-ROOT%/gazebo</code>
 
#* <code>export GAZEBO_RESOURCE_PATH=$GAZEBO_RESOURCE_PATH:~%BAMBI-GIT-ROOT%/gazebo</code>
 
#* <code>export GAZEBO_MODEL_PATH=$GAZEBO_MODEL_PATH:~%BAMBI-GIT-ROOT%/gazebo/models</code>
 
#* <code>export GAZEBO_MODEL_PATH=$GAZEBO_MODEL_PATH:~%BAMBI-GIT-ROOT%/gazebo/models</code>
 +
# Successfully implemented WP navigation to orthophoto target position
  
 
= Coordinate Reference System =
 
= Coordinate Reference System =
Line 17: Line 18:
 
Visualized on Google Maps it becomes:
 
Visualized on Google Maps it becomes:
  
[[First-generated-path.png|800px]]
+
[[File:First-generated-path.png|800px]]

Latest revision as of 02:40, 11 August 2018

Log

  1. Use geodesy package for GSM84 --> UTM coordinate transformation
  2. Modified bambi gazebo world and model path. Now they are placed under "bambi_ws"/gazebo. REMEMBER to add the following in .bashrc:
    • export GAZEBO_RESOURCE_PATH=$GAZEBO_RESOURCE_PATH:~%BAMBI-GIT-ROOT%/gazebo
    • export GAZEBO_MODEL_PATH=$GAZEBO_MODEL_PATH:~%BAMBI-GIT-ROOT%/gazebo/models
  3. Successfully implemented WP navigation to orthophoto target position

Coordinate Reference System

In UTM (Northing, Easting, Down) reference system is positive toward north pole (toward map top) and toward east (toward the map right)

Wave Front

Wavefront-screenshot-2018-08-10.png

Visualized on Google Maps it becomes:

First-generated-path.png