ch333
ch333
@KristsKrilovs, can you give me an example of the waypoint input? `-l -wp ` And is it possible to use multiple waypoints with this? `-wp or --waypoint [NAVIGATOR_WAYPOINT [NAVIGATOR_WAYPOINT ...]]`
@KristsKrilovs Thanks!
It looks like when you pass in coordinates via command line, it gets assigned to `'navigator_waypoint': ['[[lat1,lng1],[[lat2,lng2]'],`, which is separate from `u'navigator_waypoints': [[lat1,lng1],[[lat2,lng2]],` (from the config.json file). These variables appear...