@foxglove/rosmsg
Advanced tools
Comparing version 4.2.1 to 4.2.2
{ | ||
"name": "@foxglove/rosmsg", | ||
"version": "4.2.1", | ||
"version": "4.2.2", | ||
"description": "Parser for ROS .msg and .idl definitions", | ||
@@ -31,2 +31,3 @@ "license": "MIT", | ||
"files": [ | ||
"bin", | ||
"dist", | ||
@@ -33,0 +34,0 @@ "src" |
@@ -61,5 +61,5 @@ # @foxglove/rosmsg | ||
struct Point { | ||
long double x; | ||
long double y; | ||
long double z; | ||
double x; | ||
double y; | ||
double z; | ||
}; | ||
@@ -75,6 +75,6 @@ }; | ||
struct Quaternion { | ||
long double x; | ||
long double y; | ||
long double z; | ||
long double w; | ||
double x; | ||
double y; | ||
double z; | ||
double w; | ||
}; | ||
@@ -81,0 +81,0 @@ }; |
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
468467
52