···379379 // that value seems to unexpectedly
380380 // change during init process.
381381 NS_INFO(ns,
382382- "Just so you know, you can add tunable FoV "
383383- "parameters to your v2 json file. There's an "
384384- "example in "
385385- "src/xrt/drivers/north_star/"
386386- "v2_example_config.json.\n");
382382+ "Just so you know, you can add tunable FoV parameters to your v2 json file. There are "
383383+ "examples in src/xrt/drivers/north_star/exampleconfigs.\n");
387384 said_first_thing = true;
388385 ns->eye_configs_v2[0].fov.angle_left = -0.8;
389386 ns->eye_configs_v2[0].fov.angle_right = 0.8;
···426423 if (offset == NULL) {
427424 if (said_first_thing) {
428425 NS_INFO(ns,
429429- "Also, you should put an offset parameter "
430430- "into the json file to transform your head "
431431- "pose from the realsense to your nose "
432432- "bridge. There are some examples in "
433433- "src/xrt/drivers/north_star/"
434434- "example_configs/ .\n");
426426+ "Also, you should put an offset parameter into the json file to transform your "
427427+ "head pose from the realsense to your nose bridge. There are some examples in "
428428+ "src/xrt/drivers/north_star/exampleconfigs/");
435429 } else {
436430 NS_INFO(ns,
437437- "You should put an offset parameter into "
438438- "the json file to transform your head pose "
439439- "from the realsense to your nose bridge. "
440440- "There are some examples in "
441441- "src/xrt/drivers/north_star/"
442442- "example_configs/ .\n");
431431+ "You should put an offset parameter into the json file to transform your head "
432432+ "pose from the realsense to your nose bridge. There are some examples in "
433433+ "src/xrt/drivers/north_star/exampleconfigs/.");
443434 }
444435 } else {
445436 struct cJSON *translation_meters =
···477468 } else {
478469 NS_ERROR(ns,
479470 "Bad config file. There are examples of v1 and v2 files in "
480480- "src/xrt/drivers/north_star - if those don't work, "
481481- "something's really wrong.");
471471+ "src/xrt/drivers/north_star/exampleconfigs - if those don't work, something's really wrong.");
482472 }
483473484474 cJSON_Delete(config_json);