Skip to content

Commit

Permalink
Remove visualization_tools and vehicle_simulator
Browse files Browse the repository at this point in the history
  • Loading branch information
LihanChen2004 committed Sep 22, 2024
1 parent b70dca3 commit 08e2a25
Show file tree
Hide file tree
Showing 31 changed files with 0 additions and 32,905 deletions.
12 changes: 0 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,6 @@ __pycache__

.DS_Store

vehicle_simulator/mesh/*

!vehicle_simulator/mesh/matterport

vehicle_simulator/mesh/matterport/meshes/*

vehicle_simulator/mesh/matterport/segmentations/*

vehicle_simulator/mesh/matterport/preview/*

vehicle_simulator/log/*

!download_environments.sh

!readme.txt
Expand Down
11 changes: 0 additions & 11 deletions cmu_nav_bringup/launch/bringup_sim.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,16 +162,6 @@ def generate_launch_description():
}.items(),
)

start_visualization_tools = IncludeLaunchDescription(
PythonLaunchDescriptionSource(
os.path.join(get_package_share_directory("visualization_tools"), "launch", "visualization_tools.launch")
),
launch_arguments={
"namespace": namespace,
"world_name": world_name,
}.items(),
)

start_joy = Node(
package="joy",
executable="joy_node",
Expand Down Expand Up @@ -216,7 +206,6 @@ def generate_launch_description():
ld.add_action(TimerAction(period=5.0, actions=[start_far_planner]))
ld.add_action(TimerAction(period=5.0, actions=[start_map_trans_publisher]))

# ld.add_action(start_visualization_tools)
ld.add_action(start_joy)
ld.add_action(start_rviz)

Expand Down
1 change: 0 additions & 1 deletion pb_cmu_navigation/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
<depend>terrain_analysis_ext</depend>
<depend>local_planner</depend>
<depend>teleop_rviz_plugin</depend>
<depend>visualization_tools</depend>
<depend>waypoint_example</depend>
<depend>waypoint_rviz_plugin</depend>

Expand Down
73 changes: 0 additions & 73 deletions vehicle_simulator/CMakeLists.txt

This file was deleted.

140 changes: 0 additions & 140 deletions vehicle_simulator/launch/system_campus.launch.py

This file was deleted.

Loading

0 comments on commit 08e2a25

Please sign in to comment.