Package Summary

Tags No category tags.
Version 0.3.5
License Apache License 2.0
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-planning/navigation2.git
VCS Type git
VCS Version eloquent-devel
Last Updated 2021-01-04
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This package enables Reinfocement Learning with Gazebo and Turtlebot3

Additional Links

No additional links.

Maintainers

  • Mohammad Haghighipanah

Authors

No additional authors.

Overview

The ROS 2 Experimental Reinfocement Learning (RL) package is a package that enables to train and control a robot with RL techniques. This package is utilizing the Gazebo simulator and ROS 2 to train a TurtleBot 3 robot.

Contributing

We have currently implemented a Random Crawl task to get started with RL and plan to implement and add more RL related tasks to this package. This Random Crawl RL task can be used as a tutorial to get started with RL.

Building the source

For instructions on how to build this repo, see the BUILD.md file.

Random Crawl

Random Crawl is a task which enables TurtleBot3 to randomly crawl around the environment without hitting any obstacles. The following use-cases can be achieved with Random Crawl task: 1. Map Exploration 2. Localization test 3. Security Monitoring

Model

TODO Inputs Outputs DQN Parameters

Training

To train Random Crawl:

Firtst run Gazebo:

export <directory_for_turtlebot3_ws>/src/turtlebot3/turtlebot3_simulations/turtlebot3_gazebo/models
export TURTLEBOT3_MODEL=burger or waffle
ros2 launch turtlebot3_gazebo turtlebot3_world.launch.py

Then,

cd <navigation2_ws> source install setup.bash

Run:

ros2 run nav2_turtlebot3_rl random_crawl_train

Running

To run a trained model Random Crawl task: Firtst run Gazebo:

export <directory_for_turtlebot3_ws>/src/turtlebot3/turtlebot3_simulations/turtlebot3_gazebo/models
export TURTLEBOT3_MODEL=burger or waffle
ros2 launch turtlebot3_gazebo turtlebot3_world.launch.py

Then,

cd <navigation2_ws> source install setup.bash

Run:

ros2 run nav2_turtlebot3_rl random_crawl

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged nav2_turtlebot3_rl at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.2.6
License Apache License 2.0
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-planning/navigation2.git
VCS Type git
VCS Version dashing-devel
Last Updated 2020-12-28
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This package enables Reinfocement Learning with Gazebo and Turtlebot3

Additional Links

No additional links.

Maintainers

  • Mohammad Haghighipanah

Authors

No additional authors.

Overview

The ROS 2 Experimental Reinfocement Learning (RL) package is a package that enables to train and control a robot with RL techniques. This package is utilizing the Gazebo simulator and ROS 2 to train a TurtleBot 3 robot.

Contributing

We have currently implemented a Random Crawl task to get started with RL and plan to implement and add more RL related tasks to this package. This Random Crawl RL task can be used as a tutorial to get started with RL.

Building the source

For instructions on how to build this repo, see the BUILD.md file.

Random Crawl

Random Crawl is a task which enables TurtleBot3 to randomly crawl around the environment without hitting any obstacles. The following use-cases can be achieved with Random Crawl task: 1. Map Exploration 2. Localization test 3. Security Monitoring

Model

TODO Inputs Outputs DQN Parameters

Training

To train Random Crawl:

Firtst run Gazebo:

export <directory_for_turtlebot3_ws>/src/turtlebot3/turtlebot3_simulations/turtlebot3_gazebo/models
export TURTLEBOT3_MODEL=burger or waffle
ros2 launch turtlebot3_gazebo turtlebot3_world.launch.py

Then,

cd <navigation2_ws> source install setup.bash

Run:

ros2 run nav2_turtlebot3_rl random_crawl_train

Running

To run a trained model Random Crawl task: Firtst run Gazebo:

export <directory_for_turtlebot3_ws>/src/turtlebot3/turtlebot3_simulations/turtlebot3_gazebo/models
export TURTLEBOT3_MODEL=burger or waffle
ros2 launch turtlebot3_gazebo turtlebot3_world.launch.py

Then,

cd <navigation2_ws> source install setup.bash

Run:

ros2 run nav2_turtlebot3_rl random_crawl

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged nav2_turtlebot3_rl at Robotics Stack Exchange