Skip to content

Commit b7a7dc4

Browse files
committed
test
1 parent 442f806 commit b7a7dc4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

index.markdown

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
# Front matter. This is where you specify a lot of page variables.
33
layout: default
4-
title: "CROWS"
4+
title: CROWS <figure><img src="assets/front_figure.png" alt="ICON"width="20"></figure>
55
date: 2024-09-16 09:00:00 -0400
66
description: >- # Supports markdown
77
Conformalized Reachable Sets for Obstacle Avoidance With Spheres
@@ -84,6 +84,8 @@ Safe motion planning algorithms are necessary for deploying autonomous robots in
8484

8585
</div> <!-- END ABSTRACT -->
8686

87+
88+
8789
<!-- BEGIN METHOD -->
8890
<div markdown="1" class="justify">
8991

@@ -95,6 +97,7 @@ Safe motion planning algorithms are necessary for deploying autonomous robots in
9597
<!-- # Contributions -->
9698
To address this challenge, this paper proposes Conformalized Reachable Sets for Obstacle Avoidance With Spheres (CROWS), a neural network-based safety representation that can be efficiently integrated into a trajectory optimization algorithm. CROWS extends SPARROWS<sup>[1](https://roahmlab.github.io/sparrows/)</sup> by learning an overapproximation of the swept volume (i.e. reachable set) of a serial robot manipulator that is composed entirely of spheres. Prior to planning, a neural network is trained to approximate the sphere-based reachable set. Then, CROWS applies conformal prediction to compute a confidence bound that provides a probabilistic safety guarantee. Finally, CROWS uses the conformalized reachable set and its learned gradient to solve an optimization problem to generate probabilistically-safe trajectories online.
9799

100+
98101
</div><!-- END METHOD -->
99102

100103
<!-- START RESULTS -->
@@ -105,7 +108,7 @@ Comming soon...
105108
</div><!-- END RESULTS -->
106109

107110
<div markdown="1" class="justify">
108-
111+
109112
# [Related Projects](#related-projects)
110113

111114
* [Safe Planning for Articulated Robots Using Reachability-based Obstacle Avoidance With Spheres](https://roahmlab.github.io/sparrows/)

0 commit comments

Comments
 (0)