Error with multiprocessing.Value when used in a ROS node

前端 未结 0 781
梦如初夏
梦如初夏 2021-01-27 16:57

In a ROS node before the definition of a Class, I have the following code

from multiprocessing import Process,  Value
from ctypes import c_char_p, c_bool

A = Val         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题