Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ECE470
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rmaksi2
ECE470
Commits
7e957b3e
Commit
7e957b3e
authored
7 years ago
by
r0650n
Browse files
Options
Downloads
Patches
Plain Diff
p_obstacles done
parent
a1ae16a6
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
FinalProject/Check_Point_5/Scene_CheckPoint5.ttt
+0
-0
0 additions, 0 deletions
FinalProject/Check_Point_5/Scene_CheckPoint5.ttt
FinalProject/Check_Point_5/check_point5.py
+0
-10
0 additions, 10 deletions
FinalProject/Check_Point_5/check_point5.py
with
0 additions
and
10 deletions
FinalProject/Check_Point_5/Scene_CheckPoint5.ttt
+
0
−
0
View file @
7e957b3e
No preview for this file type
This diff is collapsed.
Click to expand it.
FinalProject/Check_Point_5/check_point5.py
+
0
−
10
View file @
7e957b3e
import
vrep
import
vrep
import
time
import
time
import
numpy
as
np
import
numpy
as
np
import
math
from
numpy.linalg
import
multi_dot
,
norm
,
inv
from
scipy.linalg
import
expm
,
logm
from
usefulFunctions
import
*
import
transforms3d
'''
https://matthew-brett.github.io/transforms3d/reference/transforms3d.euler.html#transforms3d.euler.euler2mat
pip install transforms3d
'''
# Close all open connections (just in case)
# Close all open connections (just in case)
vrep
.
simxFinish
(
-
1
)
vrep
.
simxFinish
(
-
1
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment