forked from nasa/astrobee
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Localization visualization updates. * Preparation for switching to development on github.
- Loading branch information
Showing
52 changed files
with
3,032 additions
and
434 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 |
---|---|---|
@@ -1,12 +1,12 @@ | ||
[submodule "submodules/common"] | ||
path = submodules/common | ||
url = https://babelfish.arc.nasa.gov/git/astrobee_common | ||
url = https://babelfish.arc.nasa.gov/bitbucket/scm/astrobee/astrobee_common.git | ||
[submodule "submodules/android"] | ||
path = submodules/android | ||
url = https://babelfish.arc.nasa.gov/git/freeflyer_android | ||
url = https://babelfish.arc.nasa.gov/bitbucket/scm/astrobee/astrobee_android.git | ||
[submodule "submodules/avionics"] | ||
path = submodules/avionics | ||
url = https://babelfish.arc.nasa.gov/git/freeflyer_avionics | ||
url = https://babelfish.arc.nasa.gov/bitbucket/scm/astrobee/astrobee_avionics.git | ||
[submodule "submodules/platform"] | ||
path = submodules/platform | ||
url = https://babelfish.arc.nasa.gov/git/freeflyer_platform | ||
url = https://babelfish.arc.nasa.gov/bitbucket/scm/astrobee/astrobee_platform.git |
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 |
---|---|---|
|
@@ -75,11 +75,11 @@ exit this session on `m` with <ctrl>+D. | |
At this point you need to decide where you'd like to put the source code | ||
(`SOURCE_PATH`) on your machine: | ||
|
||
export SOURCE_PATH=$HOME/freeflyer | ||
export SOURCE_PATH=$HOME/astrobee | ||
|
||
First, clone the flight software repository: | ||
|
||
git clone --recursive https://[email protected]/git/freeflyer \ | ||
git clone --recursive https://[email protected]/bitbucket/scm/astrobee/astrobee.git \ | ||
--branch develop $SOURCE_PATH | ||
|
||
(Note: re-enter your username and password for every submodules that are cloned) | ||
|
@@ -105,7 +105,7 @@ If you prefer to install them at a different location, you can use the | |
|
||
``` | ||
export NDC_USERNAME=jdoe | ||
export ARS_DEB_DIR=$HOME/freeflyer_debs | ||
export ARS_DEB_DIR=$HOME/astrobee_debs | ||
./add_local_repository.sh | ||
``` | ||
|
||
|
@@ -138,10 +138,10 @@ the code on the robot itself). Please skip to the relevant subsection. | |
|
||
By default, the configure script uses the following paths: | ||
|
||
- native build path (BUILD_PATH): `$HOME/freeflyer_build/native` | ||
- native install path (INSTALL_PATH): `$HOME/freeflyer_install/native` | ||
- armhf build path (BUILD_PATH): `$HOME/freeflyer_build/armhf` | ||
- armhf install path (INSTALL_PATH): `$HOME/freeflyer_install/armhf` | ||
- native build path (BUILD_PATH): `$HOME/astrobee_build/native` | ||
- native install path (INSTALL_PATH): `$HOME/astrobee_install/native` | ||
- armhf build path (BUILD_PATH): `$HOME/astrobee_build/armhf` | ||
- armhf install path (INSTALL_PATH): `$HOME/astrobee_install/armhf` | ||
|
||
You should set these values in your shell. | ||
|
||
|
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
Oops, something went wrong.