them file geometry_msgs

This commit is contained in:
2025-11-06 17:01:17 +07:00
parent 827b8623bc
commit 05616f8fca
36 changed files with 562 additions and 67 deletions

View File

@@ -1,33 +1,8 @@
# Time of image acquisition, camera coordinate frame ID
Header header # Header timestamp should be acquisition time of image
uint32 height
uint32 width
string distortion_model
float64[] D
float64[9] K # 3x3 row-major matrix
float64[9] R # 3x3 row-major matrix
float64[12] P # 3x4 row-major matrix
uint32 binning_x
uint32 binning_y
RegionOfInterest roi
#pragma once
#include <string>
#include <vector>
#include "msg/Header.h"
#include "msg/RegionOfInterest.h"
#include "std_msgs/Header.h"
#include "sensor_msgs/RegionOfInterest.h"
namespace sensor_msgs
{

View File

@@ -1,7 +1,7 @@
#pragma once
#include <string>
#include <vector>
#include "msg/Header.h"
#include "std_msgs/Header.h"
namespace sensor_msgs
{

View File

@@ -1,5 +1,5 @@
#pragma once
#include "msg/Header.h"
#include "std_msgs/Header.h"
namespace sensor_msgs
{

View File

@@ -1,5 +1,5 @@
#pragma once
#include "msg/Header.h"
#include "std_msgs/Header.h"
namespace sensor_msgs
{

View File

@@ -2,7 +2,7 @@
#include <string>
#include <vector>
#include <cstdint>
#include "msg/Header.h"
#include "std_msgs/Header.h"
namespace sensor_msgs
{

View File

@@ -1,6 +1,6 @@
#pragma once
#include <array>
#include "msg/Header.h"
#include "std_msgs/Header.h"
#include "geometry_msgs/Quaternion.h"
#include "geometry_msgs/Vector3.h"

View File

@@ -1,7 +1,7 @@
#pragma once
#include <string>
#include <vector>
#include "msg/Header.h"
#include "std_msgs/Header.h"
namespace sensor_msgs
{

View File

@@ -1,6 +1,6 @@
#pragma once
#include <vector>
#include "msg/Header.h"
#include "std_msgs/Header.h"
namespace sensor_msgs
{

View File

@@ -2,8 +2,8 @@
#define MULTI_ECHO_LASER_SCAN_H
#include <vector>
#include "msg/Header.h"
#include "msg/LaserEcho.h" // Định nghĩa struct LaserEcho (float32[] echoes)
#include "std_msgs/Header.h"
#include "sensor_msgs/LaserEcho.h" // Định nghĩa struct LaserEcho (float32[] echoes)
namespace sensor_msgs
{

View File

@@ -2,7 +2,7 @@
#define RANGE_H
#include <cstdint>
#include "Header.h" // Header tương tự std_msgs/Header
#include "std_msgs/Header.h" // Header tương tự std_msgs/Header
namespace sensor_msgs
{

View File

@@ -2,7 +2,7 @@
#define RELATIVE_HUMIDITY_H
#include <cstdint>
#include "msg/Header.h" // Giả định bạn đã có struct Header tương tự ROS std_msgs/Header
#include "std_msgs/Header.h" // Giả định bạn đã có struct Header tương tự ROS std_msgs/Header
namespace sensor_msgs
{

View File

@@ -2,7 +2,7 @@
#define TEMPERATURE_H
#include <cstdint>
#include "msg/Header.h" // Định nghĩa struct Header tương tự std_msgs/Header
#include "std_msgs/Header.h" // Định nghĩa struct Header tương tự std_msgs/Header
namespace sensor_msgs
{

View File

@@ -2,7 +2,7 @@
#define TIMEREFERENCE_H
#include <string>
#include "msg/Header.h" // Định nghĩa struct Header tương tự std_msgs/Header
#include "std_msgs/Header.h" // Định nghĩa struct Header tương tự std_msgs/Header
namespace sensor_msgs
{