Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.25 KB

File metadata and controls

30 lines (20 loc) · 1.25 KB

ros2-Cancel_goals

License: MIT Version

This repository showcases a ROS2 node specifically designed to halt the movement of a bot. It achieves this by canceling the set goals, effectively setting the geometry_msgs to null.

Implementation

Cancel_goal.node.mp4

Video Demonstration of stopping a mobile bot while navigating to goal location which was set by slam toolbox in rviz2.

Usage

Once you have any mobile bot or entity which is publishing geometry_msgs,

git clone https://github.com/Amenephous/Cancel_goals_ros2.git
cd ros2-Cancel_goals
colcon build
source install/setup.bash
ros2 run Cancel_goals_ros2 stop_node

Contributions

Contributions are welcome! Feel free to open issues or submit pull requests.

License

This project is licensed under the MIT License - see the LICENSE file for details.