No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.
Package Summary
Tags | No category tags. |
Version | 0.0.0 |
License | Apache-2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/nmburobotics/vox_nav.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2024-06-23 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
TODO(fetullah.atas)
Additional Links
No additional links.
Maintainers
- Fetullah Atas
Authors
No additional authors.
Waypoint Navigation with vox_nav
vox_nav allows a user to do waypoint navigation with both map coordinates and GPS coordinates.
The GPS waypoint following node converts GPS poses to map poses using robot_localization
s fromLL
service.
You may instantiate each of the server
nodes as follows;
navigate_through_poses_server_node = Node(
package='vox_nav_navigators',
executable='navigate_through_poses_server_node',
name='navigate_through_poses_server_node',
namespace='',
output='screen',
parameters=[params],
)
navigate_through_gps_poses_server_node = Node(
package='vox_nav_navigators',
executable='navigate_through_gps_poses_server_node',
name='navigate_through_gps_poses_server_node',
namespace='',
output='screen',
parameters=[params],
)
The server nodes for waypoint navigation are written in vox_nav_navigators
where they are implemented with behavior trees. There are no specific parameters that need to be passed to the server nodes, except for use_sim_time
`.
The actual client nodes for the waypoint following are hosted in vox_nav_waypoint_nav_clients
, see the launch folder and params folders.
CHANGELOG
No CHANGELOG found.
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
ament_lint_common | |
ament_lint_auto | |
rclcpp | |
rclcpp_action | |
visualization_msgs | |
geometry_msgs | |
sensor_msgs | |
tf2_geometry_msgs | |
vox_nav_msgs | |
robot_localization | |
vox_nav_utilities |
System Dependencies
No direct system dependencies.
Dependant Packages
No known dependants.
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged vox_nav_waypoint_nav_clients at Robotics Stack Exchange
No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.