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
97e0b437f2
commit
745d6739bd
@ -93,7 +93,7 @@ bool RosMsgConverterBase::insert(const boost::python::type_info& type_info, cons
|
||||
}
|
||||
|
||||
void* RosMsgConverterBase::convertible(PyObject* object, const boost::python::type_info& type_info) {
|
||||
/// object is convertible if the type of registered
|
||||
/// object is convertible if the type is registered
|
||||
return registry_singleton_.convertible(object, type_info);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user