stm32-ros icon indicating copy to clipboard operation
stm32-ros copied to clipboard

my_serical_node 节点运行时出错找不到这个包

Open sangeren1002 opened this issue 5 years ago • 1 comments

my_serical_node 节点运行时出错找不到这个包,但是find命令确可以找到。请问是哪里有问题吗?接触ROS不久。 image

sangeren1002 avatar Apr 26 '19 09:04 sangeren1002

Maybe you forgot to source the setup.bash of your project? Try to run following command $ cd ~/catkin_test $ source devel/setup.bash then run node again

frinklai avatar May 11 '19 15:05 frinklai