用shell脚本可以同时启动ros的多个节点

1、写shell脚本命名为run.sh,启动ros的launch文件

1 #!/bin/bash
2 source devel/setup.bash 3 roslaunch publisher publisher.launch

 

相关文章:

  • 2021-12-03
  • 2022-12-23
  • 2018-07-16
  • 2022-01-16
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-17
猜你喜欢
  • 2022-12-23
  • 2021-07-27
  • 2022-12-23
  • 2022-12-23
  • 2018-11-30
  • 2021-08-11
相关资源
相似解决方案