Skip to content

Commit

Permalink
Merge pull request #3 from tongtybj/obstacle_detection_rosmsg_fix
Browse files Browse the repository at this point in the history
[fix bug] add missing obstacle detection rosmsg
  • Loading branch information
HarukiKozukapenguin authored Jul 18, 2022
2 parents 1a5e50e + a291153 commit 77768dc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions aerial_robot_msgs/msg/Obstacle.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Position of obstacle
geometry_msgs/Vector3 position

# Scale of obstacle
float64 scale
10 changes: 10 additions & 0 deletions aerial_robot_msgs/msg/ObstacleArray.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Header header

# Time [s]
float64 t

# Number of obstacles in message
int64 num

# Obstacle array
aerial_robot_msgs/Obstacle[] obstacles

0 comments on commit 77768dc

Please sign in to comment.