fix: ros record, add disparity pre clone.
This commit is contained in:
parent
1bc0e47cd1
commit
764ccba041
|
@ -44,9 +44,9 @@ class DisparityProcessor : public Processor {
|
|||
inline Processor::process_type ProcessOutputConnection() override {
|
||||
return Processor::WITHOUT_CLONE;
|
||||
}
|
||||
inline Processor::process_type ProcessInputConnection() override {
|
||||
return Processor::WITHOUT_CLONE;
|
||||
}
|
||||
// inline Processor::process_type ProcessInputConnection() override {
|
||||
// return Processor::WITHOUT_CLONE;
|
||||
// }
|
||||
Object *OnCreateOutput() override;
|
||||
bool OnProcess(
|
||||
Object *const in, Object *const out,
|
||||
|
|
Loading…
Reference in New Issue
Block a user