All Projects → OUXT-Polaris → Ros_ship_packages

OUXT-Polaris / Ros_ship_packages

USV simulator for ROS

Projects that are alternatives of or similar to Ros ship packages

kr mav control
Code for quadrotor control
Stars: ✭ 31 (-39.22%)
Mutual labels:  simulation, ros
ROS-TCP-Connector
No description or website provided.
Stars: ✭ 123 (+141.18%)
Mutual labels:  simulation, ros
smart grasping sandbox
A public sandbox for Shadow's Smart Grasping System
Stars: ✭ 69 (+35.29%)
Mutual labels:  simulation, ros
Aws Robomaker Sample Application Deepracer
Use AWS RoboMaker and demonstrate running a simulation which trains a reinforcement learning (RL) model to drive a car around a track
Stars: ✭ 105 (+105.88%)
Mutual labels:  ros, simulation
Awesome Robotics
A curated list of awesome links and software libraries that are useful for robots.
Stars: ✭ 478 (+837.25%)
Mutual labels:  ros, simulation
Mpc ros
Nonlinear Model Predictive Control on Differential Wheeled Mobile Robot using ROS
Stars: ✭ 140 (+174.51%)
Mutual labels:  ros, simulation
toy code
No description or website provided.
Stars: ✭ 78 (+52.94%)
Mutual labels:  simulation, ros
Mrsl quadrotor
Stars: ✭ 56 (+9.8%)
Mutual labels:  ros, simulation
Unity Robotics Hub
Central repository for tools, tutorials, resources, and documentation for robotics simulation in Unity.
Stars: ✭ 439 (+760.78%)
Mutual labels:  ros, simulation
Uuv simulator
Gazebo/ROS packages for underwater robotics simulation
Stars: ✭ 334 (+554.9%)
Mutual labels:  ros, simulation
Webots
Webots Robot Simulator
Stars: ✭ 1,324 (+2496.08%)
Mutual labels:  ros, simulation
Neo simulation
Package to simulate Neobotix robots
Stars: ✭ 41 (-19.61%)
Mutual labels:  ros, simulation
Autonomous Drone
This repository intends to enable autonomous drone delivery with the Intel Aero RTF drone and PX4 autopilot. The code can be executed both on the real drone or simulated on a PC using Gazebo. Its core is a robot operating system (ROS) node, which communicates with the PX4 autopilot through mavros. It uses SVO 2.0 for visual odometry, WhyCon for visual marker localization and Ewok for trajectoy planning with collision avoidance.
Stars: ✭ 87 (+70.59%)
Mutual labels:  ros, simulation
Visual Gps Slam
This is a repo for my master thesis research about the Fusion of Visual SLAM and GPS. It contains the research paper, code and other interesting data.
Stars: ✭ 175 (+243.14%)
Mutual labels:  ros, simulation
Robots
Collection of quadrupedal robots configured to work in CHAMP development framework
Stars: ✭ 59 (+15.69%)
Mutual labels:  ros, simulation
Virtual-Robot-Challenge
How-to on simulating a robot with V-REP and controlling it with ROS
Stars: ✭ 83 (+62.75%)
Mutual labels:  simulation, ros
ros-docker-images
🐳 Bring ROS to any Linux distributions.
Stars: ✭ 15 (-70.59%)
Mutual labels:  simulation, ros
Ros Academy For Beginners
中国大学MOOC《机器人操作系统入门》代码示例 ROS tutorial
Stars: ✭ 861 (+1588.24%)
Mutual labels:  ros, simulation
Plankton
Open source simulator for maritime robotics researchers
Stars: ✭ 51 (+0%)
Mutual labels:  ros, simulation
Synthea
Synthetic Patient Population Simulator
Stars: ✭ 1,006 (+1872.55%)
Mutual labels:  simulation

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.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

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].