Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cleanup] deleted files which may not be needed anymore #225

Merged
merged 3 commits into from
Oct 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions documents/design/README.md

This file was deleted.

77 changes: 0 additions & 77 deletions documents/design/new_member_project.md

This file was deleted.

10 changes: 0 additions & 10 deletions helper_scripts/requirements.bash

This file was deleted.

8 changes: 0 additions & 8 deletions urc_bringup/launch/bringup.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ def generate_launch_description():
pkg_nmea_navsat_driver = FindPackageShare("nmea_navsat_driver").find(
"nmea_navsat_driver"
)
pkg_imu_driver = FindPackageShare("imu_driver").find("imu_driver")

controller_config_file_dir = os.path.join(
pkg_urc_bringup, "config", "controller_config.yaml"
Expand Down Expand Up @@ -119,12 +118,6 @@ def generate_launch_description():
output='screen',
parameters=[gps_config])

launch_imu = IncludeLaunchDescription(
PythonLaunchDescriptionSource(
os.path.join(pkg_imu_driver, "launch", "imu_serial_driver.launch.py")
)
)

rosbridge_server_node = Node(
package="rosbridge_server",
name="rosbridge_server",
Expand Down Expand Up @@ -158,7 +151,6 @@ def generate_launch_description():
# load_gripper_controller_right,
teleop_launch,
launch_gps,
launch_imu,
rosbridge_server_node,
odom_frame_node
]
Expand Down
121 changes: 0 additions & 121 deletions urc_gazebo/CMakeLists.txt

This file was deleted.

11 changes: 0 additions & 11 deletions urc_gazebo/config/control_params.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions urc_gazebo/config/ground_truth_params.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions urc_gazebo/config/magnetometer_params.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions urc_gazebo/config/monkey_params.yaml

This file was deleted.

64 changes: 0 additions & 64 deletions urc_gazebo/config/rviz_config.rviz

This file was deleted.

4 changes: 0 additions & 4 deletions urc_gazebo/config/scan_to_pointcloud_params.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions urc_gazebo/config/sim_color_detector_params.yaml

This file was deleted.

Loading
Loading