def main():
rospy.init_node('system_calibrator', log_level=rospy.INFO)
rospy.loginfo("Calibration node started")
rospy.loginfo("Press 'c' to begin calibration")
try:
calibrator = SystemCalibrator()
except rospy.ROSInterruptException:
pass
rospy.spin()
system_calibrator.py 文件源码
python
阅读 19
收藏 0
点赞 0
评论 0
评论列表
文章目录