Coder Social home page Coder Social logo

robot_boat's Introduction

README

This is my ROSJect documentation!

Autonomous boat ROSJect based on diff drive robot!

Feel free to donate some money for some beers is you consider this useful!

To use this project, install:

  • Ubuntu 20.04

  • ROS2 foxy

To run this project, the following should be done:

Clone project in your ROS2 workspace

git clone https://github.com/Hercogs/boat_simulation_pkg.git

Build and source your workspace

colcon build && source install/setup.bash

Launch Gazebo world

source install/setup.bash && ros2 launch robot_boat_gazebo_pkg start_world.launch.py

Spawn robot in Gazebo world

source install/setup.bash && ros2 launch robot_boat_gazebo_pkg spawn_robot_ros2_utm.launch.py

Now you should see Gazebo world with fantastic boat

You can use following topics:

  • robot_boat/cmd_vel (to control robot velocity)
  • robot_boat/gps
  • robot_boat/laser_scan (to get laser scan data)
  • robot_boat/gps_utm (to get UTM coordinates)
  • robot_boat/pose_p3d (to get robot pose for simulating compass in RVIZ)
  • robot_boat/azimuth_north (compass topic)

To drive around manually with robot, execute folowing:

ros2 run teleop_twist_keyboard teleop_twist_keyboard --ros-args --remap cmd_vel:=robot_boat/cmd_vel

To open rviz, go to folder robot_boat, use command:

rviz2 -d rviz.rviz

To launch the current UKF implementation, use command:

source install/setup.bash && ros2 launch filter_pkg ukf_node.launch.py

Problems

  • Laser scan min dist is 1,2 meters

robot_boat's People

Contributors

hercogs avatar guslearns avatar

Stargazers

sniegs avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.