Skip to content

weilunwc/ros_ship_packages

Repository files navigation

ros_ship_packages

USV simulator for ROS

how to build

1.cd ~/catkin_ws/src
[email protected]:hakuturu583/ros_ship_packages.git
3.cd ../
4.sudo apt install ros-kinetic-jsk-*
5.ros-kinetic-hector-gazebo*
6.catkin_make

robot model

ros_ship

simulation on gazebo
simulation result on rviz

simulated sensors

camera,VLP-16

how to launch

roslaunch ros_ship_description ros_ship.launch

WAM-V

simulation on gazebo
simulation result on rviz
demo
buoy recognition demo

simulated sensors

gps,imu,camera,VLP-16,laser(2D)

how to launch

roslaunch ros_ship_gazebo_plugins wam-v_gazebo.launch

packages

ros_ship_control

ROS package for control simulated USV

ros_ship_description

ROS package for ros_ship_description(urdf,xacro,mesh,world files,etc..)

ros_ship_gazebo_plugins

gazebo plugins for simlated USV

simple_buoyancy_plugin

gazebo plugin for calculating buoyancy in a very simple way.

world_frame_publisher_plugin

gazebo plugin for broadcast gazebo_world frame.

simple_driving_force_plugin

gazebo plugin for calculating driving force from joint speed and ship speed

ros_ship_msgs

messages for ros_ship_packages

ros_ship_navigation

navigation package for ros_ship

ros_ship_recognition

recognition package for ros_ship

object_recognition_node

object recognition node by using PCL(point cloud library)
set rosparams like below
sample yaml file
stl and mesh file must be puted on (ros_ship_packages)/data/

ros_ship_visualization

gps_plotter.py

plot gps data from /fix(sensor_msgs/NavSatFix) and publish map image via google static map API
S is start point of ship
C is current position of the ship
visualization in google map

kml_plotter.py

plot gps data from /fix(sensor_msgs/NavSatFix) topic in kml format
visualize simulated gps data in google earth

plot_characteristic_curve.py

plot characteristic curve in .eps and .jpeg format
plotted characteristic curve

About

USV simulator for ROS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 63.2%
  • CMake 30.4%
  • Python 6.3%
  • Shell 0.1%