installing_gazebo_with_drc-hubo_model
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
installing_gazebo_with_drc-hubo_model [2018/02/13 21:46] – keitaronishimura | installing_gazebo_with_drc-hubo_model [2018/02/18 15:03] (current) – keitaronishimura | ||
---|---|---|---|
Line 19: | Line 19: | ||
===Computer and Software Configuration for DRC-Hubo Simulator=== | ===Computer and Software Configuration for DRC-Hubo Simulator=== | ||
\\ | \\ | ||
- | For the purpose of simulating real-time events having a higher end computer is recommended. Having and Intel i5-4th gen. is a minimum, and having a dedicated GPU is recommended. However, the author was able to run the software using an Intergraded Intel HD 5000 series chip. You will need to have a computer that has Ubuntu | + | For the purpose of simulating real-time events having a higher end computer is recommended. Having and Intel i5-4th gen. is a minimum, and having a dedicated GPU is recommended. However, the author was able to run the software using an Intergraded Intel HD 5000 series chip. You will need to have a computer that has Ubuntu |
\\ | \\ | ||
===ROS Installation=== | ===ROS Installation=== | ||
\\ | \\ | ||
- | You will first need to install | + | You will first need to install gazebo7. Do not download any other version as the code will not be compatible. If: |
- | ---- | + | |
- | <fc purple> | + | |
- | sudo apt-get install gazebo5 | + | |
- | </ | + | |
- | ---- | + | |
- | \\ | + | |
- | If you have 16.04 use: | + | |
\\ | \\ | ||
---- | ---- | ||
Line 46: | Line 39: | ||
\\ | \\ | ||
To install ROS please refer to these links: | To install ROS please refer to these links: | ||
- | *[[http:// | ||
*[[http:// | *[[http:// | ||
\\ | \\ | ||
- | This is the installation for either ROS-Jade or ROS-Kinetic. These come pre-installed with gazebo5 and 7 but just the ros plugin instead of a full install. That is why we needed to do a full install beforehand. | + | This is the installation for ROS-Kinetic. These come pre-installed with gazebo7 |
\\ | \\ | ||
*[[http:// | *[[http:// | ||
Line 56: | Line 48: | ||
\\ | \\ | ||
{{: | {{: | ||
+ | \\ | ||
+ | Once done with setting up the workspace all terminals used and don't forget to add it to your bashrc file so you don't need to source it all the time. First, open the .bashrf file in a new terminal: | ||
+ | ---- | ||
+ | <fc purple> | ||
+ | gedit ~/.bashrc | ||
+ | </fc> | ||
+ | ---- | ||
+ | Then add this line of code at the very end of the file: | ||
+ | ---- | ||
+ | <fc purple> | ||
+ | source ~/ | ||
+ | </fc> | ||
+ | ---- | ||
\\ | \\ | ||
Line 68: | Line 73: | ||
</fc> | </fc> | ||
---- | ---- | ||
- | the if you have ROS-Jade run: | + | run: |
- | ---- | + | |
- | <fc purple> | + | |
- | git clone -b indigo-devel https:// | + | |
- | </ | + | |
- | ---- | + | |
- | \\ | + | |
- | otherwise | + | |
---- | ---- | ||
<fc purple> | <fc purple> | ||
Line 91: | Line 89: | ||
</fc> | </fc> | ||
---- | ---- | ||
- | then run the command: | + | \\ |
+ | <fc red> | ||
+ | Note: If you get an error stating that the .gazebo/ | ||
+ | </fc> | ||
---- | ---- | ||
<fc purple> | <fc purple> | ||
- | | + | mkdir -r ~/.gazebo/models |
</fc> | </fc> | ||
---- | ---- | ||
Line 237: | Line 238: | ||
===QT Instalation=== | ===QT Instalation=== | ||
- | Follow the instructions in the realtime instalation | + | Follow the instructions in the real-time installation |
\\ | \\ | ||
installing_gazebo_with_drc-hubo_model.1518587210.txt.gz · Last modified: by keitaronishimura