Confidence-Based Autonomy (CBA) implementation for ROS.
cba provides and implementation of the Learning from Demonstration algorithm Confidence-Based Autonomy (CBA) built for ROS.
- Author:
- Russell Toris, WPI - rctoris@wpi.edu
- Date:
- December 19, 2011
Definition in file cba.h.
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Creates and runs the cba node.
- Parameters:
-
argc | argument count that is passed to ros::init |
argv | arguments that are passed to ros::init |
- Returns:
- EXIT_SUCCESS if the node runs correctly
Creates and runs the mock_agent node.
- Parameters:
-
argc | argument count that is passed to ros::init |
argv | arguments that are passed to ros::init |
- Returns:
- EXIT_SUCCESS if the node runs correctly
Creates and runs the mock_classify node.
- Parameters:
-
argc | argument count that is passed to ros::init |
argv | arguments that are passed to ros::init |
- Returns:
- EXIT_SUCCESS if the node runs correctly
Creates and runs the mock_state_publisher node.
- Parameters:
-
argc | argument count that is passed to ros::init |
argv | arguments that are passed to ros::init |
- Returns:
- EXIT_SUCCESS if the node runs correctly
Definition at line 438 of file cba.cpp.