-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feat/sensing/pointcloud_preprocessor
- Loading branch information
Showing
14 changed files
with
21 additions
and
77 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 was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
src/planning/waypoint/wheel_stuck_waypoint_msgs/msg/Waypoint.msg
This file was deleted.
Oops, something went wrong.
26 changes: 0 additions & 26 deletions
26
src/planning/waypoint/wheel_stuck_waypoint_utils/CMakeLists.txt
This file was deleted.
Oops, something went wrong.
Empty file.
20 changes: 0 additions & 20 deletions
20
src/planning/waypoint/wheel_stuck_waypoint_utils/package.xml
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
src/planning/waypoint/wheel_stuck_waypoint_utils/test/test_wheel_stuck_waypoint_utils.cpp
This file was deleted.
Oops, something went wrong.
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,2 @@ | ||
std_msgs/Header header | ||
wheel_stuck_planning_msgs/PathPoint[] points |
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,2 @@ | ||
geometry_msgs/Pose pose | ||
wheel_stuck_planning_msgs/PathPointAttribute[] attributes |
File renamed without changes.
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,2 @@ | ||
std_msgs/Header header | ||
wheel_stuck_planning_msgs/TrajectoryPoint[] points |
3 changes: 3 additions & 0 deletions
3
src/planning/wheel_stuck_planning_msgs/msg/TrajectoryPoint.msg
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,3 @@ | ||
geometry_msgs/Pose pose | ||
float32 linear_velocity | ||
float32 angular_velocity |
4 changes: 2 additions & 2 deletions
4
...int/wheel_stuck_waypoint_msgs/package.xml → ...ing/wheel_stuck_planning_msgs/package.xml
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 |
---|---|---|
@@ -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> | ||
|
||
|