yhlx125

  初始化ROS的catkin工作空间:catkin_init_workspace 

  编译ROS的catkin工作空间:catkin_make 

  读取当前catkin工作空间的环境变量:source devel/setup.sh

  验证ROS工作空间的环境变量加载成功:echo $ROS_PACKAGE_PATH

KDevelop使用:

  Have you tried starting KDevelop from within a shell where you have sourced your setup.bash?

Ros命令

rostopic list

rosrun rqt_graph rqt_graph

rosrun rqt_tf_tree rqt_tf_tree

rosbag record scan

参考:

  http://wiki.ros.org/IDEs#kDevelop

  https://www.cnblogs.com/Jessica-jie/p/6520061.html

分类:

技术点:

相关文章:

  • 2021-11-10
  • 2021-12-24
  • 2021-07-18
  • 2021-05-31
  • 2021-04-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-13
  • 2021-10-02
  • 2022-12-23
  • 2021-05-30
  • 2022-02-04
相关资源
相似解决方案