Show EOL distros:
Package Summary
The husky_navigation package contains launchers for gmapping and amcl, similar to those used by the TurtleBot.
- Author: Ryan Gariepy
- License: BSD
- Source: git https://github.com/clearpathrobotics/clearpath_husky.git (branch: master)
Package Summary
The husky_navigation package contains launchers for gmapping and amcl, similar to those used by the TurtleBot.
- Author: Ryan Gariepy
- License: BSD
- Source: git https://github.com/clearpathrobotics/clearpath_husky.git (branch: master)
Package Summary
The husky_navigation package contains launchers for gmapping and amcl, similar to those used by the TurtleBot.
- Author: Ryan Gariepy
- License: BSD
- Source: git https://github.com/clearpathrobotics/clearpath_husky.git (branch: groovy)
Package Summary
Launch files and code for autonomous navigation of the Husky A200
- Maintainer: Prasenjit Mukherjee <pmukherj AT clearpathrobotics DOT com>
- Author: Prasenjit Mukherjee <pmukherj AT clearpathrobotics DOT com>
- License: BSD
- Source: git https://github.com/husky/husky_navigation.git (branch: hydro-devel)
Package Summary
Autonomous mapping and navigation demos for the Clearpath Husky
- Maintainer status: maintained
- Maintainer: Paul Bovbel <pbovbel AT clearpathrobotics DOT com>
- Author: Prasenjit Mukherjee <pmukherj AT clearpathrobotics DOT com>, Paul Bovbel <pbovbel AT clearpathrobotics DOT com>
- License: BSD
- Bug / feature tracker: https://github.com/husky/husky/issues
- Source: git https://github.com/husky/husky.git (branch: indigo-devel)
Package Summary
Autonomous mapping and navigation demos for the Clearpath Husky
- Maintainer status: maintained
- Maintainer: Paul Bovbel <paul AT bovbel DOT com>, Tony Baltovski <tbaltovski AT clearpathrobotics DOT com>
- Author: Prasenjit Mukherjee <pmukherj AT clearpathrobotics DOT com>, Paul Bovbel <paul AT bovbel DOT com>
- License: BSD
- Bug / feature tracker: https://github.com/husky/husky/issues
- Source: git https://github.com/husky/husky.git (branch: kinetic-devel)
Package Summary
Autonomous mapping and navigation demos for the Clearpath Husky
- Maintainer status: maintained
- Maintainer: Tony Baltovski <tbaltovski AT clearpathrobotics DOT com>
- Author: Prasenjit Mukherjee <pmukherj AT clearpathrobotics DOT com>, Paul Bovbel <paul AT bovbel DOT com>
- License: BSD
- Bug / feature tracker: https://github.com/husky/husky/issues
- Source: git https://github.com/husky/husky.git (branch: melodic-devel)
Package Summary
Autonomous mapping and navigation demos for the Clearpath Husky
- Maintainer status: maintained
- Maintainer: Tony Baltovski <tbaltovski AT clearpathrobotics DOT com>
- Author: Prasenjit Mukherjee <pmukherj AT clearpathrobotics DOT com>, Paul Bovbel <paul AT bovbel DOT com>
- License: BSD
- Bug / feature tracker: https://github.com/husky/husky/issues
- Source: git https://github.com/husky/husky.git (branch: noetic-devel)
See Robots/Husky for instructions and tutorials.
Overview
This package contains demo and configuration files for autonomous mapping, navigation and planning with the Husky platform. Sample integrations are provided for the navigation stack, gmapping, and frontier_exploration.
Using the demos requires a running husky_simulator instance, or a remote connection to a live Husky robot. It is recommended to run the demos on the same physical hardware as the robot or simulator, since they require low-latency pub/sub to sensor and control topics. See the Robots/Husky for individual demo instructions.
Overview
This package is based on the turtlebot_navigation package.
Getting Started
Sensor Information
Unlike the TurtleBot, Husky does not ship with a standard package. Thus, a number of transforms and topics must be made available. Namely, a transform from /odom to /base_link must be available, as must a sensor_msgs/LaserScan topic with a corresponding transform from /base_link to its frame. Sample launchfiles which provide suitable data are available in the husky_localization package.
SLAM Map Building
To build and save a map, follow the same instructions as laid out in the related TurtleBot tutorial, replacing all references to "turtlebot_navigation" with "husky_navigation".
Autonomous Navigation
To navigate around a prebuilt map, follow the same instructions as laid out in the related TurtleBot tutorial, replacing all references to "turtlebot_navigation" with "husky_navigation".