Skip to content

halqupati/kownbot

Repository files navigation

KownBot

KownBot is an autonomous differential drive robot with two wheels.

The following sections describe how to run the robot simulation and how to make use of the real hardware using the available package launch files.

Gazebo Simulation with ROS Control

Screenshot from 2023-10-13 02-47-35

Screenshot from 2023-10-13 02-57-20

Navigation

Screenshot from 2023-10-13 03-04-43

Usage

Open 1th terminal

  1. source workspace
. ~/{YOUR_WORKSPACE}/devel/setup.bash
  1. Run gazebo simulition
    roslaunch kownbot_gazebo multi_kownbot_view.launch
    

Open 2th terminal

  1. source workspace
. ~/{YOUR_WORKSPACE}/devel/setup.bash
  1. Run navigation
    roslaunch kownbot_navigation multi_kownbot_navigation.launch
    

🔧 Contributing

Your contributions are most welcome. These can be in the form of raising issues, creating PRs to correct or add documentation and of course solving existing issues or adding new features.

📝 License

kownbot is licenses under the BSD 3-Clause. See also open-source-license-acknowledgements-and-third-party-copyrights.md.

Releases

No releases published

Packages

No packages published