From f6b0aa0da3a2db3b1e56e1b7b0dc978eae3cee46 Mon Sep 17 00:00:00 2001 From: kimtaehyung Date: Thu, 21 Mar 2019 10:54:02 +0900 Subject: [PATCH 1/2] check this --- README.md | 16 +--- ros_ship_description/world/open_water.world | 94 +++++++++++++++++++ .../google_statc_map_api_key_sample.yaml | 1 - 3 files changed, 99 insertions(+), 12 deletions(-) create mode 100644 ros_ship_description/world/open_water.world delete mode 100644 ros_ship_visualization/config/google_statc_map_api_key_sample.yaml diff --git a/README.md b/README.md index 18c6da6..bc026e9 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,11 @@ USV simulator for ROS # how to build -1.cd ~/catkin_ws/src -2.git@github.com:hakuturu583/ros_ship_packages.git -3.cd ../ -4.sudo apt install ros-kinetic-jsk-* -5.ros-kinetic-hector-gazebo* -6.sudo apt install ros-kinetic-nmea* -7.sudo apt install ros-kinetic-velodyne* -8.sudo apt install ros-kinetic-nmea* -9.sudo apt install ros-kinetic-robot-pose-ekf -10.sudo apt install ros-kinetic-gps* -11.catkin_make +1. cd ~/catkin_ws/src +2. git clone https://github.com/GoodayTH/ros_ship_packages.git +3. cd ../ +4. sudo apt install ros-kinetic-jsk-* ros-kinetic-hector-gazebo* ros-kinetic-nmea* ros-kinetic-velodyne* sudo apt install ros-kinetic-nmea* ros-kinetic-robot-pose-ekf ros-kinetic-gps* ros-kinetic-tf2-sensor-msgs +5. catkin_make # robot model ## ros_ship ![simulation on gazebo](https://github.com/hakuturu583/ros_ship_packages/blob/master/images/gazebo.png) diff --git a/ros_ship_description/world/open_water.world b/ros_ship_description/world/open_water.world new file mode 100644 index 0000000..a643a20 --- /dev/null +++ b/ros_ship_description/world/open_water.world @@ -0,0 +1,94 @@ + + + + 1 + 0 0 10 0 -0 0 + 0.8 0.8 0.8 1 + 0.1 0.1 0.1 1 + + 1000 + 0.9 + 0.01 + 0.001 + + -0.5 0.5 -1 + + 0 0 -9.8 + 6e-06 2.3e-05 -4.2e-05 + + + 0.001 + 1 + 1000 + + + 0.4 0.4 0.4 1 + 0.7 0.7 0.7 1 + 1 + + + EARTH_WGS84 + 0 + 0 + 0 + 0 + + + 156 164000000 + 0 0 + 1504973084 417478576 + 0 + + 0 0 0 0 -0 0 + 1 1 1 + + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + 0 0 0 0 -0 0 + + + + 13 0 10 0 -1.15 0 + + + + + 77.6242 -98.3572 30.9447 0 0.363643 2.02019 + orbit + perspective + + + + + 0 0 0 0 -0 0 + + 0 0 0.05 0 -0 0 + 2 + + 0.005 + 0 + 0 + 0.005 + 0 + 0 + + + + 0 0 0.1 0 -0 0 + + + 1 1 1 + model://ros_ship_description/world/others/mesh/WATER_SURFACE.dae + + + + 0 + 0 + 1 + + 1 + 0 0 0 0 -0 0 + + + diff --git a/ros_ship_visualization/config/google_statc_map_api_key_sample.yaml b/ros_ship_visualization/config/google_statc_map_api_key_sample.yaml deleted file mode 100644 index 7885a0c..0000000 --- a/ros_ship_visualization/config/google_statc_map_api_key_sample.yaml +++ /dev/null @@ -1 +0,0 @@ -google_static_map_api_key: AI..... From c3f533a330ba33dfaabe3f0088a0e0555e571391 Mon Sep 17 00:00:00 2001 From: kimtaehyung Date: Tue, 26 Mar 2019 17:20:58 +0900 Subject: [PATCH 2/2] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index bc026e9..6a36178 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # ros_ship_packages USV simulator for ROS +* OS : Ubuntu 16.04 +* ROS : Kinetic + # how to build 1. cd ~/catkin_ws/src 2. git clone https://github.com/GoodayTH/ros_ship_packages.git