Skip to content

Commit

Permalink
Merge branch 'feat/sensing/pointcloud_preprocessor' of github.com:Foo…
Browse files Browse the repository at this point in the history
…l-Stuck/wheel_stuck_ws into feat/sensing/pointcloud_preprocessor
  • Loading branch information
Bey9434 committed Aug 12, 2024
2 parents c61ebb7 + 40d613f commit d2ee5e3
Show file tree
Hide file tree
Showing 14 changed files with 21 additions and 77 deletions.
4 changes: 4 additions & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,21 @@
"colcon",
"costmap",
"DCMAKE",
"downsample",
"downsampled",
"Eigen",
"GNUCXX",
"gtest",
"odometry",
"pkg",
"pkgs",
"pointcloud",
"RANSAC",
"rclcpp",
"rosdep",
"rosdistro",
"rosidl",
"SACMODEL",
"schematypens",
"urdf",
"vcstool",
Expand Down

This file was deleted.

This file was deleted.

26 changes: 0 additions & 26 deletions src/planning/waypoint/wheel_stuck_waypoint_utils/CMakeLists.txt

This file was deleted.

Empty file.
20 changes: 0 additions & 20 deletions src/planning/waypoint/wheel_stuck_waypoint_utils/package.xml

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.5)
project(wheel_stuck_waypoint_msgs)
project(wheel_stuck_planning_msgs)

if(NOT CMAKE_CXX_STANDARD)
set(CMAKE_CXX_STANDARD 14)
Expand All @@ -15,9 +15,11 @@ find_package(ament_cmake_auto REQUIRED)
ament_auto_find_build_dependencies()

rosidl_generate_interfaces(${PROJECT_NAME}
"msg/Route.msg"
"msg/Waypoint.msg"
"msg/WaypointAttribute.msg"
"msg/Path.msg"
"msg/PathPoint.msg"
"msg/PathPointAttribute.msg"
"msg/Trajectory.msg"
"msg/TrajectoryPoint.msg"
DEPENDENCIES
geometry_msgs
)
Expand Down
2 changes: 2 additions & 0 deletions src/planning/wheel_stuck_planning_msgs/msg/Path.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
std_msgs/Header header
wheel_stuck_planning_msgs/PathPoint[] points
2 changes: 2 additions & 0 deletions src/planning/wheel_stuck_planning_msgs/msg/PathPoint.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
geometry_msgs/Pose pose
wheel_stuck_planning_msgs/PathPointAttribute[] attributes
2 changes: 2 additions & 0 deletions src/planning/wheel_stuck_planning_msgs/msg/Trajectory.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
std_msgs/Header header
wheel_stuck_planning_msgs/TrajectoryPoint[] points
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
geometry_msgs/Pose pose
float32 linear_velocity
float32 angular_velocity
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>wheel_stuck_waypoint_msgs</name>
<name>wheel_stuck_planning_msgs</name>
<version>0.1.0</version>
<description>The wheel_stuck_waypoint_msgs package</description>
<description>The wheel_stuck_planning_msgs package</description>
<maintainer email="[email protected]">Akiro Harada</maintainer>
<license>Apache License 2.0</license>

Expand Down

0 comments on commit d2ee5e3

Please sign in to comment.