If you haven't already set your NPM author info, now you should:
npm set init.author.name "Your Name"
npm set init.author.email "[email protected]"
npm set init.author.url "http://yourblog.com"
npm adduser
| // Automatic FlutterFlow imports | |
| import '/backend/backend.dart'; | |
| import '/backend/schema/structs/index.dart'; | |
| import '/flutter_flow/flutter_flow_theme.dart'; | |
| import '/flutter_flow/flutter_flow_util.dart'; | |
| import '/custom_code/actions/index.dart'; // Imports other custom actions | |
| import '/flutter_flow/custom_functions.dart'; // Imports custom functions | |
| import 'package:flutter/material.dart'; | |
| // Begin custom action code | |
| // DO NOT REMOVE OR MODIFY THE CODE ABOVE! |
| #!/usr/bin/env python | |
| import rospy | |
| import mavros | |
| from geometry_msgs.msg import PoseStamped | |
| from mavros.msg import State | |
| from mavros.srv import CommandBool, SetMode | |
| # callback method for state sub | |
| current_state = State() |
| # -*- mode: ruby -*- | |
| # vi: set ft=ruby : | |
| Vagrant.configure("2") do |config| | |
| config.vm.define "vagrant-windows" | |
| config.vm.box = "windows2008r2" | |
| # You should be using the vagrant-windows Vagrant Plugin! | |
| # Admin user name and password | |
| config.winrm.username = "Administrator" |
If you haven't already set your NPM author info, now you should:
npm set init.author.name "Your Name"
npm set init.author.email "[email protected]"
npm set init.author.url "http://yourblog.com"
npm adduser