Skip to content

Commit 90b3b0f

Browse files
authored
Merge pull request #42 from NavAbility/main
Pulling tests into release.
2 parents bf9bda5 + 7076355 commit 90b3b0f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/navability/entities/Factor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const DFG_VERSION = '0.18.1';
1+
const DFG_VERSION = '0.18.11';
22
const PI = 3.14159;
33

44
export enum FactorType {

src/navability/entities/Variable.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const DFG_VERSION = '0.18.1';
1+
const DFG_VERSION = '0.18.11';
22

33
export enum QueryDetail {
44
LABEL = 'LABEL',

test/integration/factor.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { lsf, addFactor, getFactor, Factor, FactorType } from '../../dist'
44
import { Pose2AprilTag4CornersData, Pose2Pose2Data } from '../../dist'
55

66
jest.setTimeout(180 * 1000)
7-
const navAbilityApi = "https://api.d1.navability.io"
7+
const navAbilityApi = "https://api.p1.navability.io"
88
const userId = "guest@navability.io"
99
const robotId = "DemoRobot"
1010
const MAX_POLLING_TRIES = 150

0 commit comments

Comments
 (0)