Skip to content

Commit

Permalink
updated to use variable time value for movement
Browse files Browse the repository at this point in the history
Updated for traditional move cases (joint pose, home, cartesian pose, named pose)
Tested in simulation and needs verification on real robot
  • Loading branch information
DasGuna committed Mar 11, 2024
1 parent d34b62b commit b69a286
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 59 deletions.
88 changes: 39 additions & 49 deletions armer/cython/collision_handler.cpp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions armer/cython/collision_handler.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<!-- Generated by Cython 3.0.5 -->
<!-- Generated by Cython 3.0.9 -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
Expand Down Expand Up @@ -364,7 +364,7 @@
</style>
</head>
<body class="cython">
<p><span style="border-bottom: solid 1px grey;">Generated by Cython 3.0.5</span></p>
<p><span style="border-bottom: solid 1px grey;">Generated by Cython 3.0.9</span></p>
<p>
<span style="background-color: #FFFF00">Yellow lines</span> hint at Python interaction.<br />
Click on a line that starts with a "<code>+</code>" to see the C code that Cython generated for it.
Expand Down
Loading

0 comments on commit b69a286

Please sign in to comment.