Search found 18 matches

by SebastianSchlichting
Wed Jun 07, 2023 11:55 am
Forum: PTV Navigator SDK (Admin=SchS)
Topic: How to gather live data of a vehicle through the Navigator?
Replies: 1
Views: 68785

Re: How to gather live data of a vehicle through the Navigator?

We provide an API that runs local on the Android device.
So the communication takes place between Android app and PTV Navigator.

The documentation can be found here (for PTV Navigator G1/G2)


We also provide a test application with source code to ease the implementation and provide examples.
by SebastianSchlichting
Tue Mar 28, 2023 2:29 pm
Forum: PTV xRouteServer / DEV.Routing API
Topic: Guided navigation for ongoing transports
Replies: 3
Views: 8780

Re: Guided navigation for ongoing transports

Hi Peter,

depending on what you have set the value:
REROUTEATTRACTIONFACTOR the navigator will in any ways reroute to the closest point to the destination.

My recommendation is here to do the following:
- Set the first destination to visited
- Set the RouteReattracionfactor to max 70

So ...
by SebastianSchlichting
Fri Sep 16, 2022 1:38 pm
Forum: PTV Navigator SDK (Admin=SchS)
Topic: Guided Navigation
Replies: 5
Views: 89095

Re: Guided Navigation

It depends who provided the license? Was it provided directly through PTV or through a reseller?
by SebastianSchlichting
Thu Sep 15, 2022 3:41 pm
Forum: PTV Navigator SDK (Admin=SchS)
Topic: Guided Navigation
Replies: 5
Views: 89095

Re: Guided Navigation

Hello,

the waypoints are fine. Here we face the problem that the map provider differs. The route is probably planned on HERE, and the Navigator is running with TomTom. Close to the first destination the waypoints are mapped on a street segment with truck restrictions. Although a guided navigation ...
by SebastianSchlichting
Tue May 03, 2022 1:33 pm
Forum: PTV Navigator SDK (Admin=SchS)
Topic: Function to notification when departing 1km from BCR path.
Replies: 4
Views: 87500

Re: Function to notification when departing 1km from BCR pat

Hi Daniel,

sorry this is a function we only provide in our Android application.

BR
Sebastian
by SebastianSchlichting
Thu Apr 21, 2022 2:44 pm
Forum: PTV Navigator SDK (Admin=SchS)
Topic: Map with Polish special letters
Replies: 1
Views: 70024

Re: Map with Polish special letters

Hi Danlez,

unfortunatelly our map data does not contain such characters due to a reduced file size.

BR
Sebastian
by SebastianSchlichting
Fri Apr 08, 2022 1:20 pm
Forum: PTV Navigator SDK (Admin=SchS)
Topic: Function to notification when departing 1km from BCR path.
Replies: 4
Views: 87500

Re: Function to notification when departing 1km from BCR pat

Hi Daniel,

You can first set a corridor around the current route:
http://navigator.ptvgroup.com/DE/remoteinterface/android/html/group___register_route_corridor_crossed_listener.html

The distance is in meter.

And then you can register if you have left the corridor or entered it:
http ...
by SebastianSchlichting
Mon Apr 04, 2022 1:12 pm
Forum: PTV xRouteServer / DEV.Routing API
Topic: xS1 vs PTV Navigator
Replies: 9
Views: 20434

Re: xS1 vs PTV Navigator

The tool Tilerouting can be found here:
https://ptv2box.ptvgroup.com/index.php/s/xEyWaMcdX66TSsX
(the PW is your mail address)

In the first step, please set the path for the map in the ini file.

The map data you can obtain from the android device. Please copy all map data that you find on the ...
by SebastianSchlichting
Fri Apr 01, 2022 11:16 am
Forum: PTV xRouteServer / DEV.Routing API
Topic: xS1 vs PTV Navigator
Replies: 9
Views: 20434

Re: xS1 vs PTV Navigator

Hi Peter,

from Navigator side you have two options:

Enabling forgettweakloryrestricions and setting this tu true. This will ignore soft restrictions in the Navigator map and trying to follow the route the best way it is provided in the BCR. For more details please have a look in the attached PDF ...
by SebastianSchlichting
Fri Nov 19, 2021 10:38 am
Forum: PTV Navigator SDK (Admin=SchS)
Topic: BCR Visited
Replies: 1
Views: 76024

Re: BCR Visited

Unfortunatelly for the SDK not all fields are considered from the BCR. As you can read here, the navigation will always start with the first station of the BCR file, independent of the attribution of the visited field:

http://navigator.ptvgroup.com/DE/sdk/nativedoc/group__RoutingFunctions.html ...
by SebastianSchlichting
Mon Oct 11, 2021 12:36 pm
Forum: PTV Navigator SDK (Admin=SchS)
Topic: Impact of heading on performance
Replies: 1
Views: 69837

Re: Impact of heading on performance

On what platform is it used, with what kind of hardware?

I would need the sample file to do a investigation.
by SebastianSchlichting
Wed Sep 01, 2021 8:18 am
Forum: PTV Navigator SDK (Admin=SchS)
Topic: Navigate with BCR
Replies: 1
Views: 70786

Re: Navigate with BCR

What do you mean by: the navigation ends?
Are you simulating the tour on device?

With guided Navigation the device will need a moving gps signal to calculate the route to the next destination if the first station was skipped. There are tools to do that on device like Lockito or other 3rd party apps.
by SebastianSchlichting
Wed Aug 11, 2021 3:36 pm
Forum: PTV Navigator SDK (Admin=SchS)
Topic: Problem with displaying route
Replies: 6
Views: 92735

Re: Problem with displaying route

I've attached a screenshot. There you will see that the MVPs are on the exact position as the SDK is calculating the route. So the error lies within the creation process of the BCR with Guided Navigation.
by SebastianSchlichting
Thu Jul 01, 2021 3:28 pm
Forum: PTV Navigator SDK (Admin=SchS)
Topic: Error Message: SDK_ERROR_NoLicense
Replies: 1
Views: 8484

Re: Error Message: SDK_ERROR_NoLicense

How a license.key file is used, is described in the first chapter of the tutorial:
http://navigator.ptvgroup.com/DE/sdk/tu ... ial01.html

A valid test license file can be requested by contacting sales.
by SebastianSchlichting
Wed Mar 24, 2021 2:36 pm
Forum: PTV Navigator SDK (Admin=SchS)
Topic: Set trace from external source
Replies: 4
Views: 16473

Re: Set trace from external source

Hi,

could you please switch from using createRouteFromSVPPoints to the following:


try {
Tour tour = new Tour(new WayPoint(937168,6270162));
SVPWayPointArray ar = new SVPWayPointArray(2);
SVPWayPoint p1 = new SVPWayPoint(934313,6268779,-1);
SVPWayPoint p2 = new SVPWayPoint(933440,6268782,-1 ...
by SebastianSchlichting
Wed Mar 24, 2021 2:28 pm
Forum: PTV Navigator SDK (Admin=SchS)
Topic: UnsatisfiedLinkError for createRouteFromSVPPoints
Replies: 1
Views: 7644

Re: UnsatisfiedLinkError for createRouteFromSVPPoints

Hi,

could you please switch from using createRouteFromSVPPoints to the following:

try {
Tour tour = new Tour(new WayPoint(937168,6270162));
SVPWayPointArray ar = new SVPWayPointArray(2);
SVPWayPoint p1 = new SVPWayPoint(934313,6268779,-1);
SVPWayPoint p2 = new SVPWayPoint(933440,6268782,-1 ...
by SebastianSchlichting
Wed Mar 17, 2021 4:16 pm
Forum: PTV Navigator SDK (Admin=SchS)
Topic: Set trace from external source
Replies: 4
Views: 16473

Re: Set trace from external source

Actually we can only support java code and native (C++). With C# we don't have any experience and can't support you there.

Here is the example code for Java which extracts the way points from the JSON and creates a WayPointArray.

The corresponding paragraph in the tutorial can be found here: http ...
by SebastianSchlichting
Mon Oct 14, 2019 1:22 pm
Forum: PTV Navigator SDK (Admin=SchS)
Topic: Where to find routing profiles?
Replies: 1
Views: 5265

Re: Where to find routing profiles?

Routingprofiles can be found in the following folder:

Android/data/com.ptvag.navigation.app/files/profiles

Be aware that package names can differ. Each reseller has an own package name.
For example: com.reseller.trucknavigation.app

The general structure of a profile file looks like this ...