Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into 165-feature-local-tra…
Browse files Browse the repository at this point in the history
…jectory-planning-with-frenet-trajectory-planner
  • Loading branch information
samuelkuehnel committed Jan 30, 2024
2 parents a079103 + b178e25 commit 0ff4398
Show file tree
Hide file tree
Showing 44 changed files with 1,947 additions and 418 deletions.
3 changes: 2 additions & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[flake8]
exclude= code/planning/src/behavior_agent/behavior_tree.py,
code/planning/src/behavior_agent/behaviours/__init__.py,
code/planning/src/behavior_agent/behaviours
code/planning/src/behavior_agent/behaviours,
code/planning/__init__.py
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Set AGENT_VERSION from hash (workaround)
run: echo "AGENT_VERSION=${{ steps.hash.outputs.hash }}" >> $GITHUB_ENV
- name: Run docker-compose
run: docker compose up --exit-code-from agent
run: docker compose up --quiet-pull --exit-code-from agent
- name: Copy results
run: docker compose cp agent:/tmp/simulation_results.json .
- name: Stop docker-compose
Expand Down
1 change: 1 addition & 0 deletions build/CustomCarlaSettings.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bThrottleCPUWhenNotForeground=False
4 changes: 2 additions & 2 deletions build/docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: "paf22-test"

services:
carla-simulator:
command: /bin/bash CarlaUE4.sh -quality-level=Epic -world-port=2000 -RenderOffScreen
image: ghcr.io/nylser/carla:leaderboard
command: /bin/bash CarlaUE4.sh -quality-level=Epic -world-port=2000 -RenderOffScreen -nosound
image: ghcr.io/una-auxme/paf23:leaderboard-2.0
init: true
deploy:
resources:
Expand Down
8 changes: 5 additions & 3 deletions build/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ services:

# based on https://github.com/ll7/paf21-1/blob/master/scenarios/docker-carla-sim-compose.yml
carla-simulator:
command: /bin/bash CarlaUE4.sh -quality-level=Epic -world-port=2000 -resx=800 -resy=600 -nosound
# Use this image version to enable instance segmentation cameras: (it does not match the leaderboard version)
# image: carlasim/carla:0.9.14
command: /bin/bash CarlaUE4.sh -quality-level=Epic -world-port=2000 -resx=800 -resy=600 -nosound -carla-settings="/home/carla/CarlaUE4/Config/CustomCarlaSettings.ini"
image: ghcr.io/una-auxme/paf23:leaderboard-2.0
init: true
deploy:
Expand All @@ -34,10 +32,13 @@ services:
- 2000
- 2001
- 2002
environment:
- XDG_RUNTIME_DIR=/tmp/runtime-carla
networks:
- carla
volumes:
- /tmp/.X11-unix:/tmp/.X11-unix
- ./CustomCarlaSettings.ini:/home/carla/CarlaUE4/Config/CustomCarlaSettings.ini

roscore:
image: ros:noetic
Expand Down Expand Up @@ -71,6 +72,7 @@ services:
- ROS_MASTER_URI=http://roscore:11311
- CARLA_SIM_HOST=carla-simulator
- ROS_HOSTNAME=agent
- XDG_RUNTIME_DIR=/tmp/runtime-carla
volumes:
- /tmp/.X11-unix:/tmp/.X11-unix
# if you change the volume here also change the copy command
Expand Down
20 changes: 10 additions & 10 deletions code/acting/launch/acting.launch
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
<arg name="role_name" default="hero" />
<arg name="control_loop_rate" default="0.1" />

<!--node pkg="acting" type="Acting_DebuggerNode.py" name="Acting_Debugger" output="screen">
<param name="control_loop_rate" value="0.05" />
<param name="role_name" value="$(arg role_name)" />
</node-->

<node pkg="acting" type="pure_pursuit_controller.py" name="pure_pursuit_controller" output="screen">
<param name="control_loop_rate" value="$(arg control_loop_rate)" />
<param name="role_name" value="$(arg role_name)" />
Expand All @@ -25,15 +30,10 @@
</node>

<node pkg="acting" type="vehicle_controller.py" name="vehicle_controller" output="screen">
<param name="control_loop_rate" value="$(arg control_loop_rate)" />
<param name="control_loop_rate" value="$(arg control_loop_rate)" /> <!-- leaderboard expects commands every 0.05 seconds OTHERWISE IT LAGS REALLY BADLY-->
<param name="role_name" value="$(arg role_name)" />
</node>

<!-- <node pkg="acting" type="Acting_DebuggerNode.py" name="Acting_Debugger" output="screen">
<param name="control_loop_rate" value="0.05" />
<param name="role_name" value="$(arg role_name)" />
</node> -->

<node pkg="acting" type="MainFramePublisher.py" name="MainFramePublisher" output="screen">
<param name="control_loop_rate" value="0.05" />
<param name="role_name" value="$(arg role_name)" />
Expand All @@ -44,15 +44,15 @@
<param name="enabled" value="False" /> <!-- set to True to publish dummy velocities for testing-->
</node>

<node pkg="acting" type="acc.py" name="Acc" output="screen">
<!--node pkg="acting" type="acc.py" name="Acc" output="screen">
<param name="control_loop_rate" value="$(arg control_loop_rate)" />
<param name="role_name" value="$(arg role_name)" />
</node>
</node-->

<!-- Some plot nodes for debugging speed/steering etc. -->
<!--node pkg="rqt_plot" type="rqt_plot" output="screen" name="rqt_plot_speed" args="/carla/hero/Speed /paf/hero/max_velocity /paf/hero/throttle /paf/hero/brake"/-->
<!--node pkg="rqt_plot" type="rqt_plot" output="screen" name="rqt_plot_speed" args="/carla/hero/Speed /paf/hero/target_velocity /paf/hero/throttle /paf/hero/brake"/-->
<!--node pkg="rqt_plot" type="rqt_plot" output="screen" name="rqt_plot_steering" args="/paf/hero/pure_pursuit_steer /carla/hero/vehicle_control_cmd/steer /paf/hero/pure_p_debug/l_distance"/-->
<!--node pkg="rqt_plot" type="rqt_plot" output="screen" name="rqt_plot_trajectoryfollowing" args="/paf/hero/current_x /paf/hero/current_target_wp"/-->
<!--node pkg="rqt_plot" type="rqt_plot" output="screen" name="rqt_plot_heading_yaw" args="/paf/hero/yaw /paf/hero/current_heading" /-->
<!--node pkg="rqt_plot" type="rqt_plot" output="screen" name="rqt_plot_CONTROLLER" args="/paf/hero/controller"/-->

</launch>
112 changes: 66 additions & 46 deletions code/acting/src/acting/Acting_DebuggerNode.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,16 @@

# 4: Test Steering-PID in vehicleController
# TODO TODO
TEST_TYPE = 2 # aka. TT
TEST_TYPE = 2 # aka. TT

STEERING: float = 0.0 # for TT0: steering -> always straight
TARGET_VELOCITY_1: float = 7 # for TT0/TT1: low velocity
FIXED_STEERING: float = 0 # for TT0: steering 0.0 = always straight
TARGET_VELOCITY_1: float = 5 # for TT0/TT1: low velocity
TARGET_VELOCITY_2: float = 0 # for TT1: high velocity

STEERING_CONTROLLER_USED = 1 # for TT2: 0 = both ; 1 = PP ; 2 = Stanley
TRAJECTORY_TYPE = 0 # for TT2: 0 = Straight ; 1 = SineWave ; 2 = Curve
TRAJECTORY_TYPE = 2 # for TT2: 0 = Straight ; 1 = Curve ; 2 = SineWave

PRINT_AFTER_TIME = 20.0 # How long after Simulationstart to print data


class Acting_Debugger(CompatibleNode):
Expand Down Expand Up @@ -125,6 +127,14 @@ def __init__(self):
self.__get_target_velocity,
qos_profile=1)

# Subscriber for current_headng for plotting
self.heading_sub: Subscriber = self.new_subscription(
Float32,
f"/paf/{self.role_name}/current_heading",
self.__get_heading,
qos_profile=1
)

# Subscriber for current_velocity for plotting
self.current_velocity_sub: Subscriber = self.new_subscription(
CarlaSpeedometer,
Expand Down Expand Up @@ -181,10 +191,15 @@ def __init__(self):
self.__max_velocities = []
self.__throttles = []

self.__current_headings = []
self.__yaws = []

self.__purepursuit_steers = []
self.__stanley_steers = []
self.__vehicle_steers = []

self.positions = []

self.path_msg = Path()
self.path_msg.header.stamp = rospy.Time.now()
self.path_msg.header.frame_id = "global"
Expand All @@ -201,16 +216,33 @@ def __init__(self):
]
self.updated_trajectory(self.current_trajectory)

elif (TRAJECTORY_TYPE == 1): # Sinewave Serpentines trajectory
elif (TRAJECTORY_TYPE == 1): # straight into 90° Curve
self.current_trajectory = [
(984.5, -5442.0),

(984.5, -5563.5),
(985.0, -5573.2),
(986.3, -5576.5),
(987.3, -5578.5),
(988.7, -5579.0),
(990.5, -5579.8),
(1000.0, -5580.2),

(1040.0, -5580.0),
(1070.0, -5580.0)
]
self.updated_trajectory(self.current_trajectory)

elif (TRAJECTORY_TYPE == 2): # Sinewave Serpentines trajectory
# Generate a sine-wave with the global Constants to
# automatically generate a trajectory with serpentine waves
cycles = 4 # how many sine cycles
resolution = 50 # how many datapoints to generate
resolution = 70 # how many datapoints to generate

length = np.pi * 2 * cycles
step = length / resolution # spacing between values
my_wave = np.sin(np.arange(0, length, step))
x_wave = 2 * my_wave # to have a serpentine line with +/- 2 meters
x_wave = 0.15 * my_wave # to have a serpentine line with +/-1.5 m
# to have the serpentine line drive around the middle
# of the road/start point of the car
x_wave += startx
Expand All @@ -228,33 +260,6 @@ def __init__(self):
self.current_trajectory = trajectory_wave
self.updated_trajectory(self.current_trajectory)

elif (TRAJECTORY_TYPE == 2): # straight into 90° Curve
self.current_trajectory = [
(986.0, -5442.0),
(986.0, -5463.2),
(984.5, -5493.2),

(984.5, -5563.5),
(985.0, -5573.2),
(986.3, -5576.5),
(987.3, -5578.5),
(988.7, -5579.0),
(990.5, -5579.8),
(1000.0, -5580.2),

(1040.0, -5580.0),
(1070.0, -5580.0),
(1080.0, -5582.0),
(1090.0, -5582.0),
(1100.0, -5580.0),
(1110.0, -5578.0),
(1120.0, -5578.0),
(1130.0, -5580.0),
(1464.6, -5580.0),
(1664.6, -5580.0)
]
self.updated_trajectory(self.current_trajectory)

def updated_trajectory(self, target_trajectory):
"""
Updates the published Path message with the new target trajectory.
Expand All @@ -272,7 +277,7 @@ def updated_trajectory(self, target_trajectory):
pos.header.frame_id = "global"
pos.pose.position.x = wp[0]
pos.pose.position.y = wp[1]
pos.pose.position.z = 37.6 # why??
pos.pose.position.z = 35 # why??
# currently not used therefore zeros
pos.pose.orientation.x = 0
pos.pose.orientation.y = 0
Expand All @@ -285,7 +290,16 @@ def __current_position_callback(self, data: PoseStamped):
self.x = agent.x
self.y = agent.y
self.z = agent.z

# TODO use this to get spawnpoint? necessary?
# use to plot current_position to trajectory for steering test
self.positions.append((self.x, self.y))

def __get_heading(self, data: Float32):
self.__current_headings.append(float(data.data))

def __get_yaw(self, data: Float32):
self.__yaws.append(float(data.data))

def __get_target_velocity(self, data: Float32):
self.__max_velocities.append(float(data.data))
Expand Down Expand Up @@ -321,9 +335,9 @@ def loop(timer_event=None):
"""
# Drive const. velocity on fixed straight steering
if (TEST_TYPE == 0):
self.drive_Vel = TARGET_VELOCITY_1
self.stanley_steer_pub.publish(STEERING)
self.pure_pursuit_steer_pub.publish(STEERING)
self.driveVel = TARGET_VELOCITY_1
self.stanley_steer_pub.publish(FIXED_STEERING)
self.pure_pursuit_steer_pub.publish(FIXED_STEERING)
self.velocity_pub.publish(self.driveVel)

# Drive alternating velocities on fixed straight steering
Expand All @@ -339,8 +353,8 @@ def loop(timer_event=None):
self.driveVel = TARGET_VELOCITY_2
else:
self.driveVel = TARGET_VELOCITY_1
self.stanley_steer_pub.publish(STEERING)
self.pure_pursuit_steer_pub.publish(STEERING)
self.stanley_steer_pub.publish(FIXED_STEERING)
self.pure_pursuit_steer_pub.publish(FIXED_STEERING)
self.velocity_pub.publish(self.driveVel)

# drive const. velocity on trajectoy with steering controller
Expand All @@ -362,8 +376,8 @@ def loop(timer_event=None):
if (self.checkpoint_time < rospy.get_time() - 15.0):
self.checkpoint_time = rospy.get_time()
self.emergency_pub.publish(True)
self.stanley_steer_pub.publish(STEERING)
self.pure_pursuit_steer_pub.publish(STEERING)
self.stanley_steer_pub.publish(FIXED_STEERING)
self.pure_pursuit_steer_pub.publish(FIXED_STEERING)
self.velocity_pub.publish(self.driveVel)

# drive const. velocity and follow trajectory by
Expand All @@ -384,17 +398,23 @@ def loop(timer_event=None):
if not self.time_set:
self.checkpoint_time = rospy.get_time()
self.time_set = True
print(">>>>>>>>>>>> TRAJECTORY <<<<<<<<<<<<<<")
# print(self.current_trajectory)
print(">>>>>>>>>>>> TRAJECTORY <<<<<<<<<<<<<<")

# Uncomment the prints of the data you want to plot
if (self.checkpoint_time < rospy.get_time() - 10.0):
if (self.checkpoint_time < rospy.get_time() - PRINT_AFTER_TIME):
self.checkpoint_time = rospy.get_time()
print(">>>>>>>>>>>> DATA <<<<<<<<<<<<<<")
# print(self.__max_velocities)
# print(self.__current_velocities)
# print(self.__throttles)
print(self.__purepursuit_steers)
print(self.__stanley_steers)
print(self.__vehicle_steers)
# print(self.__purepursuit_steers)
# print(self.__stanley_steers)
# print(self.__vehicle_steers)
# print(self.__current_headings)
# print(self.__yaws)
# print(self.positions)
print(">>>>>>>>>>>> DATA <<<<<<<<<<<<<<")

self.new_timer(self.control_loop_rate, loop)
Expand Down
Loading

0 comments on commit 0ff4398

Please sign in to comment.