mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
[wpical] Use updated thirdparty-ceres and move resource files (#8151)
This commit is contained in:
@@ -3,7 +3,9 @@
|
||||
// the WPILib BSD license file in the root directory of this project.
|
||||
|
||||
#include <tagpose.h>
|
||||
#include <wpi/deprecated.h>
|
||||
|
||||
WPI_IGNORE_DEPRECATED
|
||||
namespace tag {
|
||||
Pose::Pose(int tag_id, double xpos, double ypos, double zpos, double w,
|
||||
double x, double y, double z, double field_length_meters,
|
||||
|
||||
@@ -24,7 +24,7 @@ extern "C" {
|
||||
// Seems like these people don't properly extern-c their headers either
|
||||
extern "C" {
|
||||
#include <suitesparse/SuiteSparse_config.h>
|
||||
#include <suitesparse/cholmod_core.h>
|
||||
#include <suitesparse/cholmod.h>
|
||||
} // extern "C"
|
||||
|
||||
#include <memory>
|
||||
|
||||
Reference in New Issue
Block a user