ROS questionnaire for Beginner Level

ROS Tutorial User Test Questions
1. How do you find the sensor_msgs package? * write your command line input
    rospack find sensor_msgs
2. What is the path of the sensor_msgs package? *
    roscd sensor_msgs
    pwd
3. What ROS messages are defined in the sensor_msgs package? * write the command line input and the list of messages
    rosmsg package sensor_msgs
4. What nodes and topics are created when running roscore? * run roscore and use ROS tools to answer this question
    rosnode list
    rostopic list
5. What ROS packages does the roscpp_tutorials package depend on? * write your command line input and list the dependencies
    rospack depends1 roscpp_tutorials
6. How do you run the talker and listener nodes in the roscpp_tutorials package? * write your command line input
    rosrun roscpp_tutorials talker
    rosrun roscpp_tutorials listener
7. What topic are the talker and listener nodes subscribing and publishing to? * write the topic name
    rosrun rqt_graph rqt_graph
    观察发现topic是 /chatter
8. What is the message type of the topic in the previous question. * write the message type
    rostopic type /chatter
    rosmsg show std_msgs/String
    得到的输出是 string data
9. How to get all the information of a node. * write the message type
    rosnode info /[NODE]

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值