forked from LitoNeo/SmartCar-pcd-map-Tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. adjust points' orientation when path created
2. add run_trajectory_generator.launch, now you can use this launch file to start trajectory generator
- Loading branch information
LitoNeo
committed
Jun 24, 2021
1 parent
908fb4e
commit 426eccc
Showing
4 changed files
with
41 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ | |
*.pcd | ||
*.PCD | ||
*.csv | ||
data/ |
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
7 changes: 7 additions & 0 deletions
7
map_tools/modules/trajectory_generator/launch/run_trajectory_generator.launch
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,7 @@ | ||
<launch> | ||
<node name="traj_generator" pkg="traj_generator" type="traj_generator" output="screen" /> | ||
|
||
<node pkg="rviz" type="rviz" name="rviz" output="screen" | ||
args="-d $(find traj_generator)/rviz/rviz_config_traj_gene.rviz" required="true"> | ||
</node> | ||
</launch> |
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