mirror of
https://github.com/moveit/moveit_task_constructor.git
synced 2025-11-04 14:49:57 +08:00
fix typo
This commit is contained in:
parent
d732bfe3eb
commit
603e337c77
@ -117,7 +117,7 @@ void export_core(pybind11::module& m) {
|
||||
float: Cost that is associated with a particular solution.
|
||||
)pbdoc")
|
||||
.def_property("comment", &SolutionBase::comment, &SolutionBase::setComment, R"pbdoc(
|
||||
str: Comment that is associated with a perticular solution.
|
||||
str: Comment that is associated with a particular solution.
|
||||
)pbdoc")
|
||||
.def("toMsg", [](const SolutionBasePtr& s) {
|
||||
moveit_task_constructor_msgs::Solution msg;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user