Skip to content
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
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024, Personal Robotics Laboratory
# Copyright (c) 2024-2025, Personal Robotics Laboratory
# License: BSD 3-Clause. See LICENSE.md file in root directory.

name: pre-commit
Expand Down
2 changes: 1 addition & 1 deletion ada_calibrate_camera/ada_calibrate_camera/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Copyright (c) 2024, Personal Robotics Laboratory
# Copyright (c) 2024-2025, Personal Robotics Laboratory
# License: BSD 3-Clause. See LICENSE.md file in root directory.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
# Copyright (c) 2024, Personal Robotics Laboratory
# Copyright (c) 2024-2025, Personal Robotics Laboratory
# License: BSD 3-Clause. See LICENSE.md file in root directory.

"""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024, Personal Robotics Laboratory
# Copyright (c) 2024-2025, Personal Robotics Laboratory
# License: BSD 3-Clause. See LICENSE.md file in root directory.

"""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024, Personal Robotics Laboratory
# Copyright (c) 2024-2025, Personal Robotics Laboratory
# License: BSD 3-Clause. See LICENSE.md file in root directory.

"""
Expand Down
2 changes: 1 addition & 1 deletion ada_calibrate_camera/ada_calibrate_camera/helpers.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024, Personal Robotics Laboratory
# Copyright (c) 2024-2025, Personal Robotics Laboratory
# License: BSD 3-Clause. See LICENSE.md file in root directory.

"""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
# Copyright (c) 2024, Personal Robotics Laboratory
# Copyright (c) 2024-2025, Personal Robotics Laboratory
# License: BSD 3-Clause. See LICENSE.md file in root directory.

"""
Expand Down
2 changes: 1 addition & 1 deletion ada_calibrate_camera/calibrate_camera_start.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2024, Personal Robotics Laboratory
# Copyright (c) 2024-2025, Personal Robotics Laboratory
# License: BSD 3-Clause. See LICENSE.md file in root directory.

"""
Expand Down
2 changes: 1 addition & 1 deletion ada_calibrate_camera/config/calibrate_camera.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024, Personal Robotics Laboratory
# Copyright (c) 2024-2025, Personal Robotics Laboratory
# License: BSD 3-Clause. See LICENSE.md file in root directory.

calibrate_camera:
Expand Down
2 changes: 1 addition & 1 deletion ada_calibrate_camera/config/calibs/auto.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024, Personal Robotics Laboratory
# Copyright (c) 2024-2025, Personal Robotics Laboratory
# License: BSD 3-Clause. See LICENSE.md file in root directory.

# This file was auto-generated by the ada_calibrate_camera node.
Expand Down
2 changes: 1 addition & 1 deletion ada_calibrate_camera/config/calibs/manual.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@



# Copyright (c) 2024, Personal Robotics Laboratory
# Copyright (c) 2024-2025, Personal Robotics Laboratory
# License: BSD 3-Clause. See LICENSE.md file in root directory.

publish_camera_extrinsics:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
Copyright (c) 2024, Personal Robotics Laboratory
Copyright (c) 2024-2025, Personal Robotics Laboratory
License: BSD 3-Clause. See LICENSE.md file in root directory.
-->

Expand Down
2 changes: 1 addition & 1 deletion ada_calibrate_camera/setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024, Personal Robotics Laboratory
# Copyright (c) 2024-2025, Personal Robotics Laboratory
# License: BSD 3-Clause. See LICENSE.md file in root directory.

from glob import glob
Expand Down
2 changes: 1 addition & 1 deletion ada_description/launch/view_ada.launch.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024, Personal Robotics Laboratory
# Copyright (c) 2024-2025, Personal Robotics Laboratory
# License: BSD 3-Clause. See LICENSE.md file in root directory.

# Copyright (c) 2021 PickNik, Inc.
Expand Down
2 changes: 1 addition & 1 deletion ada_description/scripts/camera_calibration.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
# Copyright (c) 2024, Personal Robotics Laboratory
# Copyright (c) 2024-2025, Personal Robotics Laboratory
# License: BSD 3-Clause. See LICENSE.md file in root directory.

# Adapted from:
Expand Down
2 changes: 1 addition & 1 deletion ada_hardware/ada_hardware.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
Copyright (c) 2024, Personal Robotics Laboratory
Copyright (c) 2024-2025, Personal Robotics Laboratory
License: BSD 3-Clause. See LICENSE.md file in root directory.
-->

Expand Down
2 changes: 1 addition & 1 deletion ada_hardware/config/ada_hardware_forward_controllers.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024, Personal Robotics Laboratory
# Copyright (c) 2024-2025, Personal Robotics Laboratory
# License: BSD 3-Clause. See LICENSE.md file in root directory.

controller_manager:
Expand Down
2 changes: 1 addition & 1 deletion ada_hardware/launch/ada_hardware.launch.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024, Personal Robotics Laboratory
# Copyright (c) 2024-2025, Personal Robotics Laboratory
# License: BSD 3-Clause. See LICENSE.md file in root directory.

# Copyright 2023 Personal Robotics Lab, University of Washington
Expand Down
2 changes: 1 addition & 1 deletion ada_imu/ada_imu/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Copyright (c) 2024, Personal Robotics Laboratory
# Copyright (c) 2024-2025, Personal Robotics Laboratory
# License: BSD 3-Clause. See LICENSE.md file in root directory.
2 changes: 1 addition & 1 deletion ada_imu/ada_imu/imu_jointstate_publisher.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Copyright (c) 2024, Personal Robotics Laboratory
# Copyright (c) 2024-2025, Personal Robotics Laboratory
# License: BSD 3-Clause. See LICENSE.md file in root directory.

"""
Expand Down
2 changes: 1 addition & 1 deletion ada_imu/config/imu_params.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024, Personal Robotics Laboratory
# Copyright (c) 2024-2025, Personal Robotics Laboratory
# License: BSD 3-Clause. See LICENSE.md file in root directory.

---
Expand Down
2 changes: 1 addition & 1 deletion ada_imu/launch/ada_imu.launch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2024, Personal Robotics Laboratory
# Copyright (c) 2024-2025, Personal Robotics Laboratory
# License: BSD 3-Clause. See LICENSE.md file in root directory.

"""
Expand Down
2 changes: 1 addition & 1 deletion ada_imu/scripts/imu_read.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2024, Personal Robotics Laboratory
# Copyright (c) 2024-2025, Personal Robotics Laboratory
# License: BSD 3-Clause. See LICENSE.md file in root directory.

"""
Expand Down
2 changes: 1 addition & 1 deletion ada_imu/setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024, Personal Robotics Laboratory
# Copyright (c) 2024-2025, Personal Robotics Laboratory
# License: BSD 3-Clause. See LICENSE.md file in root directory.

from setuptools import setup
Expand Down
2 changes: 1 addition & 1 deletion ada_imu/test/test_copyright.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024, Personal Robotics Laboratory
# Copyright (c) 2024-2025, Personal Robotics Laboratory
# License: BSD 3-Clause. See LICENSE.md file in root directory.

# Copyright 2015 Open Source Robotics Foundation, Inc.
Expand Down
2 changes: 1 addition & 1 deletion ada_imu/test/test_pep257.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024, Personal Robotics Laboratory
# Copyright (c) 2024-2025, Personal Robotics Laboratory
# License: BSD 3-Clause. See LICENSE.md file in root directory.

# Copyright 2015 Open Source Robotics Foundation, Inc.
Expand Down
2 changes: 1 addition & 1 deletion ada_moveit/ada_moveit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Copyright (c) 2024, Personal Robotics Laboratory
# Copyright (c) 2024-2025, Personal Robotics Laboratory
# License: BSD 3-Clause. See LICENSE.md file in root directory.
2 changes: 1 addition & 1 deletion ada_moveit/config/initial_positions.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024, Personal Robotics Laboratory
# Copyright (c) 2024-2025, Personal Robotics Laboratory
# License: BSD 3-Clause. See LICENSE.md file in root directory.

# Default initial positions for ada's ros2_control fake system
Expand Down
2 changes: 1 addition & 1 deletion ada_moveit/config/isaac_controllers.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024, Personal Robotics Laboratory
# Copyright (c) 2024-2025, Personal Robotics Laboratory
# License: BSD 3-Clause. See LICENSE.md file in root directory.

# This config file is used by ros2_control
Expand Down
2 changes: 1 addition & 1 deletion ada_moveit/config/joint_limits.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024, Personal Robotics Laboratory
# Copyright (c) 2024-2025, Personal Robotics Laboratory
# License: BSD 3-Clause. See LICENSE.md file in root directory.

# joint_limits.yaml allows the dynamics properties specified in the URDF to be overwritten or augmented as needed
Expand Down
2 changes: 1 addition & 1 deletion ada_moveit/config/kinematics.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024, Personal Robotics Laboratory
# Copyright (c) 2024-2025, Personal Robotics Laboratory
# License: BSD 3-Clause. See LICENSE.md file in root directory.

# Adapted from: https://github.com/PickNikRobotics/pick_ik/blob/main/doc/USAGE.md
Expand Down
2 changes: 1 addition & 1 deletion ada_moveit/config/mock_controllers.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024, Personal Robotics Laboratory
# Copyright (c) 2024-2025, Personal Robotics Laboratory
# License: BSD 3-Clause. See LICENSE.md file in root directory.

# This config file is used by ros2_control
Expand Down
2 changes: 1 addition & 1 deletion ada_moveit/config/mock_servo.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024, Personal Robotics Laboratory
# Copyright (c) 2024-2025, Personal Robotics Laboratory
# License: BSD 3-Clause. See LICENSE.md file in root directory.

# Adapted from https://github.com/ros-planning/moveit2/blob/humble/moveit_ros/moveit_servo/config/panda_simulated_config.yaml
Expand Down
2 changes: 1 addition & 1 deletion ada_moveit/config/moveit_controllers.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024, Personal Robotics Laboratory
# Copyright (c) 2024-2025, Personal Robotics Laboratory
# License: BSD 3-Clause. See LICENSE.md file in root directory.

# MoveIt uses this configuration for controller management
Expand Down
2 changes: 1 addition & 1 deletion ada_moveit/config/ompl_planning.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024, Personal Robotics Laboratory
# Copyright (c) 2024-2025, Personal Robotics Laboratory
# License: BSD 3-Clause. See LICENSE.md file in root directory.

# Based on the MoveIt default: https://github.com/ros-planning/moveit2/blob/main/moveit_configs_utils/default_configs/ompl_defaults.yaml
Expand Down
2 changes: 1 addition & 1 deletion ada_moveit/config/pilz_cartesian_limits.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024, Personal Robotics Laboratory
# Copyright (c) 2024-2025, Personal Robotics Laboratory
# License: BSD 3-Clause. See LICENSE.md file in root directory.

# Limits for the Pilz planner
Expand Down
2 changes: 1 addition & 1 deletion ada_moveit/config/real_controllers.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024, Personal Robotics Laboratory
# Copyright (c) 2024-2025, Personal Robotics Laboratory
# License: BSD 3-Clause. See LICENSE.md file in root directory.

# This config file is used by ros2_control
Expand Down
2 changes: 1 addition & 1 deletion ada_moveit/config/real_servo.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024, Personal Robotics Laboratory
# Copyright (c) 2024-2025, Personal Robotics Laboratory
# License: BSD 3-Clause. See LICENSE.md file in root directory.

# Adapted from https://github.com/ros-planning/moveit2/blob/humble/moveit_ros/moveit_servo/config/panda_simulated_config.yaml
Expand Down
2 changes: 1 addition & 1 deletion ada_moveit/config/sensors_3d.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024, Personal Robotics Laboratory
# Copyright (c) 2024-2025, Personal Robotics Laboratory
# License: BSD 3-Clause. See LICENSE.md file in root directory.

octomap_frame: camera_color_optical_frame
Expand Down
2 changes: 1 addition & 1 deletion ada_moveit/launch/demo.launch.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024, Personal Robotics Laboratory
# Copyright (c) 2024-2025, Personal Robotics Laboratory
# License: BSD 3-Clause. See LICENSE.md file in root directory.

import os
Expand Down
2 changes: 1 addition & 1 deletion ada_moveit/launch/demo_feeding.launch.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024, Personal Robotics Laboratory
# Copyright (c) 2024-2025, Personal Robotics Laboratory
# License: BSD 3-Clause. See LICENSE.md file in root directory.

from moveit_configs_utils import MoveItConfigsBuilder
Expand Down
2 changes: 1 addition & 1 deletion ada_moveit/launch/move_group.launch.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024, Personal Robotics Laboratory
# Copyright (c) 2024-2025, Personal Robotics Laboratory
# License: BSD 3-Clause. See LICENSE.md file in root directory.

from launch import LaunchDescription
Expand Down
2 changes: 1 addition & 1 deletion ada_moveit/launch/moveit_rviz.launch.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024, Personal Robotics Laboratory
# Copyright (c) 2024-2025, Personal Robotics Laboratory
# License: BSD 3-Clause. See LICENSE.md file in root directory.

from launch import LaunchDescription
Expand Down
2 changes: 1 addition & 1 deletion ada_moveit/launch/rsp.launch.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024, Personal Robotics Laboratory
# Copyright (c) 2024-2025, Personal Robotics Laboratory
# License: BSD 3-Clause. See LICENSE.md file in root directory.

from launch import LaunchDescription
Expand Down
2 changes: 1 addition & 1 deletion ada_moveit/launch/setup_assistant.launch.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024, Personal Robotics Laboratory
# Copyright (c) 2024-2025, Personal Robotics Laboratory
# License: BSD 3-Clause. See LICENSE.md file in root directory.

from launch import LaunchDescription
Expand Down
2 changes: 1 addition & 1 deletion ada_moveit/launch/spawn_controllers.launch.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024, Personal Robotics Laboratory
# Copyright (c) 2024-2025, Personal Robotics Laboratory
# License: BSD 3-Clause. See LICENSE.md file in root directory.

from launch import LaunchDescription
Expand Down
2 changes: 1 addition & 1 deletion ada_moveit/launch/static_virtual_joint_tfs.launch.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024, Personal Robotics Laboratory
# Copyright (c) 2024-2025, Personal Robotics Laboratory
# License: BSD 3-Clause. See LICENSE.md file in root directory.

from launch import LaunchDescription
Expand Down
2 changes: 1 addition & 1 deletion ada_moveit/launch/warehouse_db.launch.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024, Personal Robotics Laboratory
# Copyright (c) 2024-2025, Personal Robotics Laboratory
# License: BSD 3-Clause. See LICENSE.md file in root directory.

from launch import LaunchDescription
Expand Down
2 changes: 1 addition & 1 deletion ada_moveit/scripts/ada_keyboard_teleop.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
# Copyright (c) 2024, Personal Robotics Laboratory
# Copyright (c) 2024-2025, Personal Robotics Laboratory
# License: BSD 3-Clause. See LICENSE.md file in root directory.

# Adapted from:
Expand Down
2 changes: 1 addition & 1 deletion ada_moveit/scripts/servo_republisher.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
# Copyright (c) 2024, Personal Robotics Laboratory
# Copyright (c) 2024-2025, Personal Robotics Laboratory
# License: BSD 3-Clause. See LICENSE.md file in root directory.

"""
Expand Down
2 changes: 1 addition & 1 deletion ada_watchdog_listener/ada_watchdog_listener/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024, Personal Robotics Laboratory
# Copyright (c) 2024-2025, Personal Robotics Laboratory
# License: BSD 3-Clause. See LICENSE.md file in root directory.

"""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024, Personal Robotics Laboratory
# Copyright (c) 2024-2025, Personal Robotics Laboratory
# License: BSD 3-Clause. See LICENSE.md file in root directory.

"""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
# Copyright (c) 2024, Personal Robotics Laboratory
# Copyright (c) 2024-2025, Personal Robotics Laboratory
# License: BSD 3-Clause. See LICENSE.md file in root directory.

"""
Expand Down
2 changes: 1 addition & 1 deletion ada_watchdog_listener/setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024, Personal Robotics Laboratory
# Copyright (c) 2024-2025, Personal Robotics Laboratory
# License: BSD 3-Clause. See LICENSE.md file in root directory.

from setuptools import setup
Expand Down
2 changes: 1 addition & 1 deletion ada_watchdog_listener/test/test_copyright.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024, Personal Robotics Laboratory
# Copyright (c) 2024-2025, Personal Robotics Laboratory
# License: BSD 3-Clause. See LICENSE.md file in root directory.

# Copyright 2015 Open Source Robotics Foundation, Inc.
Expand Down
2 changes: 1 addition & 1 deletion ada_watchdog_listener/test/test_flake8.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024, Personal Robotics Laboratory
# Copyright (c) 2024-2025, Personal Robotics Laboratory
# License: BSD 3-Clause. See LICENSE.md file in root directory.

# Copyright 2017 Open Source Robotics Foundation, Inc.
Expand Down
2 changes: 1 addition & 1 deletion ada_watchdog_listener/test/test_pep257.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024, Personal Robotics Laboratory
# Copyright (c) 2024-2025, Personal Robotics Laboratory
# License: BSD 3-Clause. See LICENSE.md file in root directory.

# Copyright 2015 Open Source Robotics Foundation, Inc.
Expand Down
Loading