Aikido
PlanningResult.hpp
Go to the documentation of this file.
1
#ifndef AIKIDO_PLANNER_PLANNINGRESULT_HPP_
2
#define AIKIDO_PLANNER_PLANNINGRESULT_HPP_
3
4
#include <string>
5
6
namespace
aikido
{
7
namespace
planner {
8
9
// TODO(JS): This should be removed once all the legacy planning functions are
10
// converted to the new planning API.
11
class
PlanningResult
12
{
13
public
:
15
void
setMessage
(
const
std::string&
message
);
16
18
const
std::string&
getMessage
()
const
;
19
20
public
:
// TODO: Change this to protected
22
std::string
mMessage
;
23
24
// TODO: Remove
25
std::string
message
;
26
};
27
28
}
// namespace planner
29
}
// namespace aikido
30
31
#endif // AIKIDO_PLANNER_PLANNINGRESULT_HPP_
aikido::planner::PlanningResult::mMessage
std::string mMessage
Message.
Definition:
PlanningResult.hpp:22
aikido::planner::PlanningResult
Definition:
PlanningResult.hpp:11
aikido
Format of serialized trajectory in YAML.
Definition:
algorithm.hpp:4
aikido::planner::PlanningResult::message
std::string message
Definition:
PlanningResult.hpp:25
aikido::planner::PlanningResult::getMessage
const std::string & getMessage() const
Returns message.
aikido::planner::PlanningResult::setMessage
void setMessage(const std::string &message)
Sets message.
include
aikido
planner
PlanningResult.hpp
Generated on Fri Mar 10 2023 20:07:57 for Aikido by
1.8.17