-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2193954
commit c93a391
Showing
4 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# LDOS wrapper on sensor_msgs/LaserScan | ||
string anyinfo | ||
int64 sys_nano_time | ||
std_msgs/Header header | ||
float32 angle_min | ||
float32 angle_max | ||
float32 angle_increment | ||
float32 time_increment | ||
float32 scan_time | ||
float32 range_min | ||
float32 range_max | ||
float32[] ranges | ||
float32[] intensities |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# LDOS wrapper on amrl_msgs/Localization2DMsg | ||
string anyinfo | ||
int64 sys_nano_time | ||
std_msgs/Header header | ||
amrl_msgs/Pose2Df pose | ||
string map |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# LDOS wrapper on geometry_msgs/Twist | ||
string anyinfo | ||
int64 sys_nano_time | ||
geometry_msgs/Vector3 linear | ||
geometry_msgs/Vector3 angular |