You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Binit Shah 6525139d60 End effectors are now pluggable into stretch_driver 2 years ago
..
src/hello_helpers End effectors are now pluggable into stretch_driver 2 years ago
CMakeLists.txt initial public version 3 years ago
LICENSE.md initial public version 3 years ago
README.md update banner 2 years ago
package.xml Add ros_numpy dep to multiple packages 2 years ago
setup.py initial public version 3 years ago

README.md

Overview

hello_helpers mostly consists of the hello_helpers Python module. This module provides various Python files used across stretch_ros that have not attained sufficient status to stand on their own.

Capabilities

fit_plane.py : Fits planes to 3D data.

hello_misc.py : Various functions, including a helpful Python object with which to create ROS nodes.

hello_ros_viz.py : Various helper functions for vizualizations using RViz.

Typical Usage

import hello_helpers.fit_plane as fp
import hello_helpers.hello_misc as hm
import hello_helpers.hello_ros_viz as hr

License

For license information, please see the LICENSE files.