Show EOL distros:
- electric: Documentation generated on March 01, 2013 at 02:32 PM
- fuerte: Documentation generated on August 29, 2013 at 12:23 AM
- groovy: Documentation generated on October 05, 2014 at 10:54 PM
- hydro: Documentation generated on August 27, 2015 at 01:28 PM (doc job).
- indigo: Documentation generated on June 07, 2019 at 05:14 AM (doc job).
- kinetic: Documentation generated on October 02, 2020 at 03:33 AM (doc job).
- melodic: Documentation generated on April 14, 2022 at 10:51 AM (doc job).
- noetic: Documentation generated on May 22, 2022 at 10:13 AM (doc job).
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
- Build history (last 5 of 40 builds):
- #53 13-Apr-2022 21:57 7 / 7
- #52 31-Mar-2022 20:57 7 / 7
- #51 17-Mar-2022 20:57 7 / 7
- #50 17-Mar-2022 18:57 7 / 7
- #49 27-Jan-2022 14:57 7 / 7
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
- Build history (last 5 of 23 builds):
- #23 20-May-2022 20:01 9 / 9
- #22 16-May-2022 15:01 9 / 9
- #21 29-Apr-2022 17:01 9 / 9
- #20 20-Apr-2022 20:01 9 / 9
- #19 08-Apr-2022 16:01 9 / 9
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".