-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Working examples with Girona500 (I)-AUV.
- Loading branch information
1 parent
02551ef
commit 8b9db8b
Showing
35 changed files
with
25,341 additions
and
12 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
Large diffs are not rendered by default.
Oops, something went wrong.
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,16 +1,16 @@ | ||
### stonefish_ros package for ROS | ||
|
||
This package uses **Stonefish** C++ library (developed by Patryk Cieślak) to simulate dynamics, hydrodynamics, actuators and sensors of an I-AUV in a realistic virtual environment, including collision detection and high quality rendering. | ||
This package uses _Stonefish_ library (developed by Patryk Cieślak) to simulate dynamics, hydrodynamics, actuators and sensors of an I-AUV in a realistic virtual environment, including collision detection and high quality rendering. | ||
|
||
Depends on the following open-source ROS packages by IQUA Robotics: | ||
Depends on the following open-source ROS packages: | ||
|
||
- cola2_core | ||
- cola2_lib | ||
- cola2_msgs | ||
- cola2_girona500 | ||
- girona500_description | ||
- eca_5emicro_manipulator_description | ||
- [cola2_core](https://bitbucket.org/iquarobotics/cola2_core) | ||
- [cola2_lib](https://bitbucket.org/iquarobotics/cola2_lib) | ||
- [cola2_msgs](https://bitbucket.org/iquarobotics/cola2_msgs) | ||
- [cola2_girona500](https://bitbucket.org/iquarobotics/cola2_girona500) | ||
- [girona500_description](https://bitbucket.org/iquarobotics/girona500_description) | ||
- [eca_5emicro_manipulator_description](https://bitbucket.org/) | ||
|
||
Depends on the following libraries: | ||
Depends on the following open-source libraries: | ||
|
||
- Stonefish | ||
- [Stonefish](https://github.com/patrykcieslak/stonefish) |
Oops, something went wrong.