Merge branch 'v0.24-release' into simple-offboard-update

This commit is contained in:
Oleg Kalachev
2022-12-29 05:56:02 +03:00
8 changed files with 69 additions and 64 deletions

View File

@@ -83,9 +83,6 @@ function generateROSDefinitions() {
if (rosDefinitions.navigateGlobal) {
code += `navigate_global = rospy.ServiceProxy('navigate_global', srv.NavigateGlobal)\n`;
}
if (rosDefinitions.setYaw) {
code += `set_yaw = rospy.ServiceProxy('set_yaw', srv.SetYaw)\n`;
}
if (rosDefinitions.setVelocity) {
code += `set_velocity = rospy.ServiceProxy('set_velocity', srv.SetVelocity)\n`;
}