Skip to content

Commit

Permalink
added old files
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulgoel873 committed Oct 16, 2024
1 parent 95d1b84 commit 01bb6bd
Show file tree
Hide file tree
Showing 15 changed files with 8,290 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rb_ws/src/buggy/launch/sim_2d_single.launch
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<launch>
<node name="foxglove" pkg="foxglove_bridge" type="foxglove_bridge" />
<node name="hello_world" pkg="buggy" type="hello_world" />

4 changes: 4 additions & 0 deletions rb_ws/src/buggy/msg/TrajectoryMsg.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
float64 time
float64 cur_idx
float64[] easting
float64[] northing
26 changes: 26 additions & 0 deletions rb_ws/src/buggy/paths/UC_to_purnell.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[
{
"key": "df250f90-3cc4-4eb8-991c-cb88fa03f774",
"lat": 40.44295800415301,
"lon": -79.9426950522631,
"active": false
},
{
"key": "93e8d2e2-43e1-460f-9ad9-1bf272dd6b4d",
"lat": 40.4430150847491,
"lon": -79.94294473319194,
"active": false
},
{
"key": "7fd4962e-8c0a-4780-bf19-0d3fcc597e1f",
"lat": 40.443081717291996,
"lon": -79.94324300478857,
"active": false
},
{
"key": "00677a33-8f23-41f5-8287-222d2d1efd40",
"lat": 40.44311914802749,
"lon": -79.9434202506794,
"active": false
}
]
Loading

0 comments on commit 01bb6bd

Please sign in to comment.