Show EOL distros:
Package Summary
Simple tool for waypoints navigation with two functions:
* Command the robot to go to a goal by passing through a series of waypoints.
* Command the robot to constantly loop through a series of waypoints, useful for patrol.
- Maintainer status: developed
- Maintainer: Jorge Santos Simon <jorge AT yujinrobot DOT com>
- Author: Jorge Santos Simon <jorge AT yujinrobot DOT com>
- License: BSD
- Bug / feature tracker: https://github.com/yujinrobot/yujin_ocs/issues
- Source: git https://github.com/yujinrobot/yujin_ocs.git (branch: hydro)
Package Summary
Simple tool for waypoints navigation with two functions:
* Command the robot to go to a goal by passing through a series of waypoints.
* Command the robot to constantly loop through a series of waypoints, useful for patrol.
- Maintainer status: developed
- Maintainer: Jihoon Lee <jihoonl AT yujinrobot DOT com>
- Author: Jorge Santos Simon
- License: BSD
- Bug / feature tracker: https://github.com/yujinrobot/yujin_ocs/issues
- Source: git https://github.com/yujinrobot/yujin_ocs.git (branch: indigo)
Package Summary
Simple tool for waypoints navigation with two functions:
* Command the robot to go to a goal by passing through a series of waypoints.
* Command the robot to constantly loop through a series of waypoints, useful for patrol.
- Maintainer status: developed
- Maintainer: Jihoon Lee <jihoonl AT yujinrobot DOT com>
- Author: Jorge Santos Simon
- License: BSD
- Bug / feature tracker: https://github.com/yujinrobot/yujin_ocs/issues
- Source: git https://github.com/yujinrobot/yujin_ocs.git (branch: kinetic)
Package Summary
Simple tool for waypoints navigation with two functions:
* Command the robot to go to a goal by passing through a series of waypoints.
* Command the robot to constantly loop through a series of waypoints, useful for patrol.
- Maintainer: Jihoon Lee <jihoonl AT yujinrobot DOT com>
- Author: Jorge Santos Simon
- License: BSD
- Bug / feature tracker: https://github.com/yujinrobot/yujin_ocs/issues
- Source: git https://github.com/yujinrobot/yujin_ocs.git (branch: release/0.8-melodic)
New in hydro
Contents
Use
You can pass the waypoints and/or goal through a YAML file passed as parameter, or with RViz. For the later, you need to add the Publish Point tool (disable the Single Click option), included with RViz Hydro. Once running, the waypoints_navi node listen for these points and the 2D Nav Goal.
- To command the robot to go to a goal by passing through a series of waypoints, use the Publish Point tool to specify the points and then provide the final goal in the traditional way.
- To command the robot to constantly loop through a series of waypoints, use the Publish Point tool to specify the loop points and finish by clicking again on the first point.
- If you use the 2D Nav Goal while already moving, current goal/patrol will be cancelled.