SongQ-Young / ROS2_Send_Goal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ROS2_Send_Goal

The repo aims to give target goal to the turtlebot3 robot through a script command. The world and respective map can be added for customise goal sending . To test the package: Don't forget to source the workspace{source ~/{worspace_name}/install/setup.bash}

In terminal-1:

  ros2 launch turtlebot3_gazebo turtlebot3_world.launch.py 

In terminal-2:

  ros2 launch turtlebot3_navigation2 navigation2.launch.py 

The default goal location are {0,0} and can be altered in the send_goal package node.

In terminal-3:

  ros2 run send_goal GoalCoordinate 

Screenshot from 2022-07-04 21-17-25

About

License:Apache License 2.0


Languages

Language:C++ 82.3%Language:Python 9.9%Language:CMake 4.1%Language:C 2.5%Language:Shell 0.6%Language:Dockerfile 0.5%Language:Lua 0.1%