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.
 
 
algarv 948db3092f Cleaning aruco_navigation.py 1 year ago
..
src/hello_helpers Cleaning aruco_navigation.py 1 year ago
CMakeLists.txt initial public version 4 years ago
LICENSE.md initial public version 4 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 4 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.