]> defiant.homedns.org Git - ros_wild_thumper.git/blobdiff - scripts/gps_follow_waypoints.py
www: properly set image hostname
[ros_wild_thumper.git] / scripts / gps_follow_waypoints.py
index e2405f51664c47331524dc6c29f148ec76e05761..78eaea5a6715cbc093f172332f4d0ec56c54561f 100755 (executable)
@@ -64,7 +64,7 @@ class GPSGotoCoords:
                if self.move_base.get_state() == GoalStatus.SUCCEEDED:
                        rospy.loginfo("The base moved to (%f, %f)" % (lat, lon))
                else:
-                       rospy.logerr("The base failed to (%f, %f)" % (lat, lon))
+                       rospy.logerr("The base failed to (%f, %f). Error: %d" % (lat, lon, self.move_base.get_state()))
                        exit(1)
 
        def on_shutdown(self):