Merge branch 'develop' of http://gitlab.mynt.com/mynteye/mynt-eye-s-sdk into develop
This commit is contained in:
commit
8537e82963
|
@ -61,4 +61,6 @@ std::shared_ptr<Extrinsics> getDefaultExtrinsics() {
|
|||
return res;
|
||||
}
|
||||
|
||||
|
||||
|
||||
MYNTEYE_END_NAMESPACE
|
||||
|
|
32
wrappers/ros/src/mynt_eye_ros_wrapper/mesh/S1030-0315.mtl
Normal file
32
wrappers/ros/src/mynt_eye_ros_wrapper/mesh/S1030-0315.mtl
Normal file
|
@ -0,0 +1,32 @@
|
|||
# Blender MTL File: 'None'
|
||||
# Material Count: 3
|
||||
|
||||
newmtl Material
|
||||
Ns 96.078431
|
||||
Ka 1.000000 1.000000 1.000000
|
||||
Kd 0.640000 0.640000 0.640000
|
||||
Ks 0.500000 0.500000 0.500000
|
||||
Ke 0.000000 0.000000 0.000000
|
||||
Ni 1.000000
|
||||
d 1.000000
|
||||
illum 2
|
||||
|
||||
newmtl Material.001
|
||||
Ns 96.078431
|
||||
Ka 1.000000 1.000000 1.000000
|
||||
Kd 0.640000 0.640000 0.640000
|
||||
Ks 0.500000 0.500000 0.500000
|
||||
Ke 0.000000 0.000000 0.000000
|
||||
Ni 1.000000
|
||||
d 1.000000
|
||||
illum 2
|
||||
|
||||
newmtl None
|
||||
Ns 96.078431
|
||||
Ka 1.000000 1.000000 1.000000
|
||||
Kd 0.640000 0.640000 0.640000
|
||||
Ks 0.500000 0.500000 0.500000
|
||||
Ke 0.000000 0.000000 0.000000
|
||||
Ni 1.000000
|
||||
d 1.000000
|
||||
illum 2
|
File diff suppressed because it is too large
Load Diff
|
@ -250,7 +250,7 @@ class ROSWrapperNodelet : public nodelet::Nodelet {
|
|||
{Option::GYROSCOPE_RANGE, "standard210a/gyro_range"},
|
||||
{Option::ACCELEROMETER_LOW_PASS_FILTER,
|
||||
"standard210a/accel_low_filter"},
|
||||
{Option::GYROSCOPE_LOW_PASS_FILTER, "standard210a/gyro_low_filter"}
|
||||
{Option::GYROSCOPE_LOW_PASS_FILTER, "standard210a/gyro_low_filter"},
|
||||
{Option::IIC_ADDRESS_SETTING, "standard2/iic_address_setting"}};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user