Skip to content
Snippets Groups Projects
Commit 7e957b3e authored by r0650n's avatar r0650n
Browse files

p_obstacles done

parent a1ae16a6
No related branches found
No related tags found
No related merge requests found
No preview for this file type
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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment