Skip to content

This repository is for simulation the actions of turtlebot with behavior trees

Notifications You must be signed in to change notification settings

santoshbalaji/turtlebot_bt_simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

turtlebot_bt_simulation

This repository is for simulating actions of turtlebot with behavior trees

Dependencies involved

  • robot_state_publisher
  • gazebo_ros
  • slam_toolbox

Install dependencies

  • To install dependencies for turtlebot_gazebo package
  rosdep install --from-paths src/turtlebot_gazebo -y --ignore-src
  • To install dependencies for turtlebot_nav2 package
  rosdep install --from-paths src/turtlebot_nav2 -y --ignore-src

Build and Execution

  • To build the package
  colcon build --symlink-install
  • To start simulation
  ros2 launch turtlebot_gazebo start_simulation.launch.py
  • To start mapping with slam_toolbox
  ros2 launch turtlebot_nav2 start_mapping.launch.py

About

This repository is for simulation the actions of turtlebot with behavior trees

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published