Skip to content

Commit

Permalink
colav cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
alekskl01 committed Aug 10, 2024
1 parent bf6d335 commit a36a19d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 168 deletions.
125 changes: 0 additions & 125 deletions motion/colav/scripts/VO_visualize.py

This file was deleted.

5 changes: 4 additions & 1 deletion motion/colav/scripts/colav_sim.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,10 @@ def obstacle_callback(self):
def get_heading(msg: Odometry):
orientation_q = msg.pose.pose.orientation
orientation_list = [
orientation_q.w, orientation_q.x, orientation_q.y, orientation_q.z
orientation_q.w,
orientation_q.x,
orientation_q.y,
orientation_q.z
]
heading = quat2euler(orientation_list)[2]
return heading
Expand Down
42 changes: 0 additions & 42 deletions motion/colav/scripts/cone_visualizer.py

This file was deleted.

0 comments on commit a36a19d

Please sign in to comment.