Gtranqui interfacing #77
linting_auto.yml
on: pull_request
Run C++/Python linters
13s
Annotations
54 errors
|
autonomy/interfacing/can/launch/can.launch.py#L4
from launch.substitutions import LaunchConfiguration
from ament_index_python.packages import get_package_share_directory
import os
+
def generate_launch_description():
# Get the path to the config file
|
|
autonomy/interfacing/can/launch/can.launch.py#L12
'config',
'params.yaml'
)
-
+
# Declare launch arguments
can_interface_arg = DeclareLaunchArgument(
'can_interface',
default_value='can0',
description='Name of the CAN interface to use (e.g., can0)'
)
-
+
publish_rate_arg = DeclareLaunchArgument(
'publish_rate_hz',
default_value='50',
description='Rate in Hz at which to check for CAN messages'
)
-
+
# Create the CAN node
can_node = Node(
package='can',
|
|
autonomy/interfacing/can/launch/can.launch.py#L37
}],
output='screen'
)
-
+
# ============================================================================
# TEST CONTROLLER NODE (for development/testing only)
# Comment out the following section if you want to disable the test controller
|
|
autonomy/interfacing/can/launch/can.launch.py#L51
# ============================================================================
# End of test controller section
# ============================================================================
-
+
# Return the launch description
return LaunchDescription([
can_interface_arg,
|
|
autonomy/interfacing/can/include/can_core.hpp#L4
code should be clang-formatted [-Wclang-format-violations]
|
|
autonomy/interfacing/can/include/can_core.hpp#L9
code should be clang-formatted [-Wclang-format-violations]
|
|
autonomy/interfacing/can/include/can_core.hpp#L12
code should be clang-formatted [-Wclang-format-violations]
|
|
autonomy/interfacing/can/include/can_core.hpp#L13
code should be clang-formatted [-Wclang-format-violations]
|
|
autonomy/interfacing/can/include/can_core.hpp#L13
code should be clang-formatted [-Wclang-format-violations]
|
|
autonomy/interfacing/can/include/can_core.hpp#L14
code should be clang-formatted [-Wclang-format-violations]
|
|
autonomy/interfacing/can/include/can_core.hpp#L14
code should be clang-formatted [-Wclang-format-violations]
|
|
autonomy/interfacing/can/include/can_core.hpp#L15
code should be clang-formatted [-Wclang-format-violations]
|
|
autonomy/interfacing/can/include/can_core.hpp#L15
code should be clang-formatted [-Wclang-format-violations]
|
|
autonomy/interfacing/can/include/can_core.hpp#L16
code should be clang-formatted [-Wclang-format-violations]
|
|
autonomy/interfacing/can/include/can_core.hpp#L16
code should be clang-formatted [-Wclang-format-violations]
|
|
autonomy/interfacing/can/include/can_core.hpp#L17
code should be clang-formatted [-Wclang-format-violations]
|
|
autonomy/interfacing/can/include/can_core.hpp#L17
code should be clang-formatted [-Wclang-format-violations]
|
|
autonomy/interfacing/can/include/can_core.hpp#L18
code should be clang-formatted [-Wclang-format-violations]
|
|
autonomy/interfacing/can/include/can_core.hpp#L21
code should be clang-formatted [-Wclang-format-violations]
|
|
autonomy/interfacing/can/include/can_core.hpp#L22
code should be clang-formatted [-Wclang-format-violations]
|
|
autonomy/interfacing/can/include/can_core.hpp#L22
code should be clang-formatted [-Wclang-format-violations]
|
|
autonomy/interfacing/can/include/can_core.hpp#L23
code should be clang-formatted [-Wclang-format-violations]
|
|
autonomy/interfacing/can/include/can_core.hpp#L23
code should be clang-formatted [-Wclang-format-violations]
|
|
autonomy/interfacing/can/include/can_core.hpp#L24
code should be clang-formatted [-Wclang-format-violations]
|
|
autonomy/interfacing/can/include/can_core.hpp#L24
code should be clang-formatted [-Wclang-format-violations]
|
|
autonomy/interfacing/can/include/can_core.hpp#L25
code should be clang-formatted [-Wclang-format-violations]
|
|
autonomy/interfacing/can/include/can_core.hpp#L25
code should be clang-formatted [-Wclang-format-violations]
|
|
autonomy/interfacing/can/include/can_core.hpp#L26
code should be clang-formatted [-Wclang-format-violations]
|
|
autonomy/interfacing/can/include/can_core.hpp#L26
code should be clang-formatted [-Wclang-format-violations]
|
|
autonomy/interfacing/can/include/can_core.hpp#L27
code should be clang-formatted [-Wclang-format-violations]
|
|
autonomy/interfacing/can/include/can_core.hpp#L31
code should be clang-formatted [-Wclang-format-violations]
|
|
autonomy/interfacing/can/include/can_core.hpp#L32
code should be clang-formatted [-Wclang-format-violations]
|
|
autonomy/interfacing/can/include/can_core.hpp#L32
code should be clang-formatted [-Wclang-format-violations]
|
|
autonomy/interfacing/can/include/can_core.hpp#L32
code should be clang-formatted [-Wclang-format-violations]
|
|
autonomy/interfacing/can/include/can_core.hpp#L34
code should be clang-formatted [-Wclang-format-violations]
|
|
autonomy/interfacing/can/include/can_core.hpp#L35
code should be clang-formatted [-Wclang-format-violations]
|
|
autonomy/interfacing/can/include/can_core.hpp#L35
code should be clang-formatted [-Wclang-format-violations]
|
|
autonomy/interfacing/can/include/can_core.hpp#L35
code should be clang-formatted [-Wclang-format-violations]
|
|
autonomy/interfacing/can/include/can_core.hpp#L36
code should be clang-formatted [-Wclang-format-violations]
|
|
autonomy/interfacing/can/include/can_core.hpp#L37
code should be clang-formatted [-Wclang-format-violations]
|
|
autonomy/interfacing/can/include/can_core.hpp#L39
code should be clang-formatted [-Wclang-format-violations]
|
|
autonomy/interfacing/can/include/can_core.hpp#L40
code should be clang-formatted [-Wclang-format-violations]
|
|
autonomy/interfacing/can/include/can_core.hpp#L40
code should be clang-formatted [-Wclang-format-violations]
|
|
autonomy/interfacing/can/include/can_core.hpp#L40
code should be clang-formatted [-Wclang-format-violations]
|
|
autonomy/interfacing/can/include/can_core.hpp#L42
code should be clang-formatted [-Wclang-format-violations]
|
|
autonomy/interfacing/can/include/can_core.hpp#L43
code should be clang-formatted [-Wclang-format-violations]
|
|
autonomy/interfacing/can/include/can_core.hpp#L43
code should be clang-formatted [-Wclang-format-violations]
|
|
autonomy/interfacing/can/include/can_core.hpp#L43
code should be clang-formatted [-Wclang-format-violations]
|
|
autonomy/interfacing/can/include/can_core.hpp#L45
code should be clang-formatted [-Wclang-format-violations]
|
|
autonomy/interfacing/can/include/can_core.hpp#L46
code should be clang-formatted [-Wclang-format-violations]
|
|
autonomy/interfacing/can/include/can_core.hpp#L48
code should be clang-formatted [-Wclang-format-violations]
|
|
autonomy/interfacing/can/include/can_core.hpp#L49
code should be clang-formatted [-Wclang-format-violations]
|
|
autonomy/interfacing/can/include/can_core.hpp#L50
code should be clang-formatted [-Wclang-format-violations]
|
|
autonomy/interfacing/can/include/can_core.hpp#L51
code should be clang-formatted [-Wclang-format-violations]
|