MCPcopy Create free account

hub / github.com/GoGoGo13579/Planning-and-Control-based-on-Carla-and-ROS2 / functions

Functions1,013 in github.com/GoGoGo13579/Planning-and-Control-based-on-Carla-and-ROS2

↓ 3 callersMethodrun_step
initial_version/my_planning_and_control/planner_modules/src/reference_line.cpp:21
↓ 3 callersMethodsensor_data_updated
Pure-virtual function to transform the received carla sensor data into a corresponding ROS message :param carla_sensor_d
plus_version/carla_ros_bridge/src/carla_ros_bridge/sensor.py:193
↓ 3 callersMethodsensor_data_updated
Pure-virtual function to transform the received carla sensor data into a corresponding ROS message :param carla_sensor_d
initial_version/carla_ros_bridge/src/carla_ros_bridge/sensor.py:193
↓ 3 callersMethodset_autopilot
enable/disable the autopilot
plus_version/carla_manual_control/src/carla_manual_control/carla_manual_control.py:213
↓ 3 callersMethodset_autopilot
enable/disable the autopilot
initial_version/carla_manual_control/src/carla_manual_control/carla_manual_control.py:213
↓ 3 callersMethodset_synchronous_mode_running
set the value 'synchronous_mode_running'
plus_version/carla_ros_bridge/src/carla_ros_bridge/carla_status_publisher.py:57
↓ 3 callersMethodset_synchronous_mode_running
set the value 'synchronous_mode_running'
initial_version/carla_ros_bridge/src/carla_ros_bridge/carla_status_publisher.py:57
↓ 3 callersMethodsetup_sensors
Create the sensors defined by the user and attach them to the vehicle (or not if global sensor) :param sensors: list of se
plus_version/carla_spawn_objects/src/carla_spawn_objects/carla_spawn_objects.py:191
↓ 3 callersMethodsetup_sensors
Create the sensors defined by the user and attach them to the vehicle (or not if global sensor) :param sensors: list of se
initial_version/carla_spawn_objects/src/carla_spawn_objects/carla_spawn_objects.py:191
↓ 3 callersFunctionshutdown
()
plus_version/ros_compatibility/src/ros_compatibility/__init__.py:40
↓ 3 callersMethodtick
tick method
plus_version/carla_manual_control/src/carla_manual_control/carla_manual_control.py:362
↓ 3 callersMethodtick
tick method
initial_version/carla_manual_control/src/carla_manual_control/carla_manual_control.py:362
↓ 2 callersFunctionCalculate_heading_and_kappa
TrajectoryPoint::TrajectoryPoint(const TrajectoryPoint& other) { this->x = other.x; this->y = other.y; this->heading = other.heading; this->kappa = ot
plus_version/my_planning_and_control/general_modules/src/common.cpp:32
↓ 2 callersFunctionCalculate_heading_and_kappa
TrajectoryPoint::TrajectoryPoint(const TrajectoryPoint& other) { this->x = other.x; this->y = other.y; this->heading = other.heading; this->kappa = ot
initial_version/my_planning_and_control/general_modules/src/common.cpp:31
↓ 2 callersMethod_create_object
(self, uid, type_id, name, attach_to, spawn_pose, carla_actor=None)
plus_version/carla_ros_bridge/src/carla_ros_bridge/actor_factory.py:280
↓ 2 callersMethod_create_object
(self, uid, type_id, name, attach_to, spawn_pose, carla_actor=None)
initial_version/carla_ros_bridge/src/carla_ros_bridge/actor_factory.py:280
↓ 2 callersMethod_create_object_from_actor
create a object for a given carla actor Creates also the object for its parent, if not yet existing
plus_version/carla_ros_bridge/src/carla_ros_bridge/actor_factory.py:225
↓ 2 callersMethod_create_object_from_actor
create a object for a given carla actor Creates also the object for its parent, if not yet existing
initial_version/carla_ros_bridge/src/carla_ros_bridge/actor_factory.py:225
↓ 2 callersMethod_destroy_object
(self, actor_id, delete_actor)
plus_version/carla_ros_bridge/src/carla_ros_bridge/actor_factory.py:260
↓ 2 callersMethod_destroy_object
(self, actor_id, delete_actor)
initial_version/carla_ros_bridge/src/carla_ros_bridge/actor_factory.py:260
↓ 2 callersFunction_get_rclpy_qos_profile
(qos_profile)
plus_version/ros_compatibility/src/ros_compatibility/node.py:127
↓ 2 callersFunction_get_rclpy_qos_profile
(qos_profile)
initial_version/ros_compatibility/src/ros_compatibility/node.py:127
↓ 2 callersMethod_update
update all actors :return:
plus_version/carla_ros_bridge/src/carla_ros_bridge/bridge.py:308
↓ 2 callersMethod_update
update all actors :return:
initial_version/carla_ros_bridge/src/carla_ros_bridge/bridge.py:308
↓ 2 callersFunctioncarla_location_to_ros_vector3
Convert a carla location to a ROS vector3 Considers the conversion from left-handed system (unreal) to right-handed system (ROS)
plus_version/carla_common/src/carla_common/transforms.py:41
↓ 2 callersFunctioncarla_location_to_ros_vector3
Convert a carla location to a ROS vector3 Considers the conversion from left-handed system (unreal) to right-handed system (ROS)
initial_version/carla_common/src/carla_common/transforms.py:41
↓ 2 callersFunctioncarla_rotation_to_RPY
Convert a carla rotation to a roll, pitch, yaw tuple Considers the conversion from left-handed system (unreal) to right-handed syste
plus_version/carla_common/src/carla_common/transforms.py:81
↓ 2 callersFunctioncarla_rotation_to_RPY
Convert a carla rotation to a roll, pitch, yaw tuple Considers the conversion from left-handed system (unreal) to right-handed syste
initial_version/carla_common/src/carla_common/transforms.py:81
↓ 2 callersFunctioncarla_rotation_to_numpy_rotation_matrix
Convert a carla rotation to a ROS quaternion Considers the conversion from left-handed system (unreal) to right-handed system (ROS).
plus_version/carla_common/src/carla_common/transforms.py:120
↓ 2 callersFunctioncarla_rotation_to_numpy_rotation_matrix
Convert a carla rotation to a ROS quaternion Considers the conversion from left-handed system (unreal) to right-handed system (ROS).
initial_version/carla_common/src/carla_common/transforms.py:120
↓ 2 callersMethodcomputer_control_cmd
plus_version/my_planning_and_control/controller_modules/src/pid_controller.cpp:11
↓ 2 callersMethodcontrol_command_updated
Receive a CarlaEgoVehicleControl msg and send to CARLA This function gets called whenever a ROS CarlaEgoVehicleControl is receive
plus_version/carla_ros_bridge/src/carla_ros_bridge/ego_vehicle.py:215
↓ 2 callersMethodcontrol_command_updated
Receive a CarlaEgoVehicleControl msg and send to CARLA This function gets called whenever a ROS CarlaEgoVehicleControl is receive
initial_version/carla_ros_bridge/src/carla_ros_bridge/ego_vehicle.py:215
↓ 2 callersMethoddestroy_actor
(self, uid)
plus_version/carla_ros_bridge/src/carla_ros_bridge/actor_factory.py:176
↓ 2 callersMethoddestroy_actor
(self, uid)
initial_version/carla_ros_bridge/src/carla_ros_bridge/actor_factory.py:176
↓ 2 callersMethoddestroy_service
(self, service)
plus_version/ros_compatibility/src/ros_compatibility/node.py:101
↓ 2 callersMethoddestroy_service
(self, service)
initial_version/ros_compatibility/src/ros_compatibility/node.py:101
↓ 2 callersMethodemergency_stop
(self)
plus_version/carla_ad_agent/src/carla_ad_agent/local_planner.py:181
↓ 2 callersMethodemergency_stop
(self)
initial_version/carla_ad_agent/src/carla_ad_agent/local_planner.py:181
↓ 2 callersMethoderror
display an error
plus_version/carla_manual_control/src/carla_manual_control/carla_manual_control.py:476
↓ 2 callersMethoderror
display an error
initial_version/carla_manual_control/src/carla_manual_control/carla_manual_control.py:476
↓ 2 callersMethodexecute
Starts a thread to execute the application
plus_version/carla_ros_scenario_runner/src/carla_ros_scenario_runner/application_runner.py:42
↓ 2 callersMethodexecute
Starts a thread to execute the application
initial_version/carla_ros_scenario_runner/src/carla_ros_scenario_runner/application_runner.py:42
↓ 2 callersMethodget_classification
Function to get object classification (overridden in subclasses)
plus_version/carla_ros_bridge/src/carla_ros_bridge/traffic_participant.py:98
↓ 2 callersMethodget_classification
Function to get object classification (overridden in subclasses)
initial_version/carla_ros_bridge/src/carla_ros_bridge/traffic_participant.py:98
↓ 2 callersMethodget_current_ros_accel
Function to provide the current ROS accel :return: the ROS twist of this actor :rtype: geometry_msgs.msg.Twist
plus_version/carla_ros_bridge/src/carla_ros_bridge/actor.py:100
↓ 2 callersMethodget_current_ros_accel
Function to provide the current ROS accel :return: the ROS twist of this actor :rtype: geometry_msgs.msg.Twist
initial_version/carla_ros_bridge/src/carla_ros_bridge/actor.py:100
↓ 2 callersMethodget_object_info
Function to send object messages of this traffic participant. A derived_object_msgs.msg.Object is prepared to be published via '/
plus_version/carla_ros_bridge/src/carla_ros_bridge/traffic_participant.py:65
↓ 2 callersMethodget_object_info
Function to send object messages of this traffic participant. A derived_object_msgs.msg.Object is prepared to be published via '/
initial_version/carla_ros_bridge/src/carla_ros_bridge/traffic_participant.py:65
↓ 2 callersFunctioninit
(name, args=None)
initial_version/ros_compatibility/src/ros_compatibility/__init__.py:34
↓ 2 callersFunctionis_within_distance_ahead
Check if a target object is within a certain distance in front of a reference object. :param target_transform: location of the target objec
plus_version/carla_ad_agent/src/carla_ad_agent/misc.py:14
↓ 2 callersFunctionis_within_distance_ahead
Check if a target object is within a certain distance in front of a reference object. :param target_transform: location of the target objec
initial_version/carla_ad_agent/src/carla_ad_agent/misc.py:14
↓ 2 callersMethodpublish_waypoints
Publish the ROS message containing the waypoints
plus_version/carla_waypoint_publisher/src/carla_waypoint_publisher/carla_waypoint_publisher.py:215
↓ 2 callersMethodpublish_waypoints
Publish the ROS message containing the waypoints
initial_version/carla_waypoint_publisher/src/carla_waypoint_publisher/carla_waypoint_publisher.py:215
↓ 2 callersMethodset_frame
set the value 'synchronous_mode_running'
plus_version/carla_ros_bridge/src/carla_ros_bridge/carla_status_publisher.py:65
↓ 2 callersMethodset_frame
set the value 'synchronous_mode_running'
initial_version/carla_ros_bridge/src/carla_ros_bridge/carla_status_publisher.py:65
↓ 2 callersMethodset_integral_saturation_boundary
plus_version/my_planning_and_control/controller_modules/src/pid_controller.cpp:37
↓ 2 callersMethodset_text
set the text
plus_version/carla_manual_control/src/carla_manual_control/carla_manual_control.py:544
↓ 2 callersMethodset_text
set the text
initial_version/carla_manual_control/src/carla_manual_control/carla_manual_control.py:544
↓ 2 callersMethodset_vehicle_control_manual_override
Set the manual control override
plus_version/carla_manual_control/src/carla_manual_control/carla_manual_control.py:206
↓ 2 callersMethodset_vehicle_control_manual_override
Set the manual control override
initial_version/carla_manual_control/src/carla_manual_control/carla_manual_control.py:206
↓ 2 callersFunctionshutdown
()
initial_version/ros_compatibility/src/ros_compatibility/__init__.py:40
↓ 2 callersMethodspawn_actor
spawns an object No object instances are created here. Instead carla-actors are created, and pseudo objects are appended
plus_version/carla_ros_bridge/src/carla_ros_bridge/actor_factory.py:154
↓ 2 callersMethodspawn_actor
spawns an object No object instances are created here. Instead carla-actors are created, and pseudo objects are appended
initial_version/carla_ros_bridge/src/carla_ros_bridge/actor_factory.py:154
↓ 2 callersMethodspawn_object
(self, spawn_object_request)
plus_version/carla_spawn_objects/src/carla_spawn_objects/carla_spawn_objects.py:59
↓ 2 callersMethodspawn_object
(self, spawn_object_request)
initial_version/carla_spawn_objects/src/carla_spawn_objects/carla_spawn_objects.py:59
↓ 2 callersMethodupdate
(self, frame, timestamp)
plus_version/carla_ros_bridge/src/carla_ros_bridge/sensor.py:248
↓ 2 callersMethodupdate
(self, frame, timestamp)
initial_version/carla_ros_bridge/src/carla_ros_bridge/sensor.py:248
↓ 2 callersMethodupdate_clock
perform the update of the clock :param carla_timestamp: the current carla time :type carla_timestamp: carla.Timestamp
plus_version/carla_ros_bridge/src/carla_ros_bridge/bridge.py:330
↓ 2 callersMethodupdate_clock
perform the update of the clock :param carla_timestamp: the current carla time :type carla_timestamp: carla.Timestamp
initial_version/carla_ros_bridge/src/carla_ros_bridge/bridge.py:330
↓ 1 callersFunctionRPY_to_carla_rotation
(roll, pitch, yaw)
plus_version/carla_common/src/carla_common/transforms.py:307
↓ 1 callersFunctionRPY_to_carla_rotation
(roll, pitch, yaw)
initial_version/carla_common/src/carla_common/transforms.py:307
↓ 1 callersMethod__init__
Constructor :param uid: unique identifier for this object :type uid: int :param name: name identiying this obje
plus_version/carla_ros_bridge/src/carla_ros_bridge/traffic.py:28
↓ 1 callersMethod__init__
Constructor :param uid: unique identifier for this object :type uid: int :param name: name identiying this obje
plus_version/carla_ros_bridge/src/carla_ros_bridge/lidar.py:27
↓ 1 callersMethod__init__
(self, role_name, width, height, node)
plus_version/carla_manual_control/src/carla_manual_control/carla_manual_control.py:303
↓ 1 callersMethod__init__
Constructor :param uid: unique identifier for this object :type uid: int :param name: name identiying this obje
initial_version/carla_ros_bridge/src/carla_ros_bridge/traffic.py:28
↓ 1 callersMethod__init__
Constructor :param uid: unique identifier for this object :type uid: int :param name: name identiying this obje
initial_version/carla_ros_bridge/src/carla_ros_bridge/lidar.py:27
↓ 1 callersMethod__init__
(self, role_name, width, height, node)
initial_version/carla_manual_control/src/carla_manual_control/carla_manual_control.py:303
↓ 1 callersFunction_add_shutdown_hook
(hook)
plus_version/ros_compatibility/src/ros_compatibility/__init__.py:86
↓ 1 callersFunction_add_shutdown_hook
(hook)
initial_version/ros_compatibility/src/ros_compatibility/__init__.py:86
↓ 1 callersMethod_build_camera_info
Private function to compute camera info camera info doesn't change over time
plus_version/carla_ros_bridge/src/carla_ros_bridge/camera.py:85
↓ 1 callersMethod_build_camera_info
Private function to compute camera info camera info doesn't change over time
initial_version/carla_ros_bridge/src/carla_ros_bridge/camera.py:85
↓ 1 callersMethod_get_marker_from_environment_object
(self, environment_object)
plus_version/carla_ros_bridge/src/carla_ros_bridge/marker_sensor.py:118
↓ 1 callersMethod_get_marker_from_environment_object
(self, environment_object)
initial_version/carla_ros_bridge/src/carla_ros_bridge/marker_sensor.py:118
↓ 1 callersMethod_get_static_markers
(self, object_types)
plus_version/carla_ros_bridge/src/carla_ros_bridge/marker_sensor.py:134
↓ 1 callersMethod_get_static_markers
(self, object_types)
initial_version/carla_ros_bridge/src/carla_ros_bridge/marker_sensor.py:134
↓ 1 callersFunction_get_struct_fmt
(is_bigendian, fields, field_names=None)
plus_version/carla_ros_bridge/src/carla_ros_bridge/sensor.py:260
↓ 1 callersFunction_get_struct_fmt
(is_bigendian, fields, field_names=None)
initial_version/carla_ros_bridge/src/carla_ros_bridge/sensor.py:260
↓ 1 callersMethod_get_trafficlight_trigger_location
(self, light_info)
plus_version/carla_ad_agent/src/carla_ad_agent/agent.py:203
↓ 1 callersMethod_get_trafficlight_trigger_location
(self, light_info)
initial_version/carla_ad_agent/src/carla_ad_agent/agent.py:203
↓ 1 callersMethod_is_light_red
Checks if there is a red light affecting us. This version of the method is compatible with both European and US style traffic light
plus_version/carla_ad_agent/src/carla_ad_agent/agent.py:151
↓ 1 callersMethod_is_light_red
Checks if there is a red light affecting us. This version of the method is compatible with both European and US style traffic light
initial_version/carla_ad_agent/src/carla_ad_agent/agent.py:151
↓ 1 callersMethod_is_quit_shortcut
(key)
plus_version/carla_manual_control/src/carla_manual_control/carla_manual_control.py:289
↓ 1 callersMethod_is_quit_shortcut
(key)
initial_version/carla_manual_control/src/carla_manual_control/carla_manual_control.py:289
↓ 1 callersMethod_is_vehicle_hazard
Checks whether there is a vehicle hazard. This method only takes into account vehicles. Pedestrians are other types of obstacles
plus_version/carla_ad_agent/src/carla_ad_agent/agent.py:104
↓ 1 callersMethod_is_vehicle_hazard
Checks whether there is a vehicle hazard. This method only takes into account vehicles. Pedestrians are other types of obstacles
initial_version/carla_ad_agent/src/carla_ad_agent/agent.py:104
↓ 1 callersMethod_parse_vehicle_keys
parse key events
plus_version/carla_manual_control/src/carla_manual_control/carla_manual_control.py:271
↓ 1 callersMethod_parse_vehicle_keys
parse key events
initial_version/carla_manual_control/src/carla_manual_control/carla_manual_control.py:271
↓ 1 callersMethod_spawn_carla_actor
spawns an actor in carla
plus_version/carla_ros_bridge/src/carla_ros_bridge/actor_factory.py:197
↓ 1 callersMethod_spawn_carla_actor
spawns an actor in carla
initial_version/carla_ros_bridge/src/carla_ros_bridge/actor_factory.py:197
← previousnext →101–200 of 1,013, ranked by callers