You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to run the project on ubuntu 22.04.5 LTS, Matlab 2024b. I have installed the required dependencies according to README (libboost-dev and libeigen3-dev=3.3.7 were installed strictly according to README, and Ipopt and HSL were installed successfully, but it is not clear whether they meet the project requirements)
Then I executed initialize.m and kinova_src/initialize.m in turn, generated kinova_src/kinova_simulator_interfaces, and completed the compilation of mex robust controller, ARMOUR, and ARMTD.
To test the project, I ran kinova_src/scripts/kinova_simple_example.m, but an error occurred as shown below:
I checked the corresponding script simulator/world/obstacles/box_obstacle_zonotope.m and found that zonotope was not defined in that file and other files under simulator/world/obstacles/.
Is there a solution to this problem? If so, I would be very grateful.
The text was updated successfully, but these errors were encountered:
I tried to run the project on ubuntu 22.04.5 LTS, Matlab 2024b. I have installed the required dependencies according to README (libboost-dev and libeigen3-dev=3.3.7 were installed strictly according to README, and Ipopt and HSL were installed successfully, but it is not clear whether they meet the project requirements)
Then I executed
initialize.m
andkinova_src/initialize.m
in turn, generatedkinova_src/kinova_simulator_interfaces
, and completed the compilation of mex robust controller, ARMOUR, and ARMTD.To test the project, I ran
kinova_src/scripts/kinova_simple_example.m
, but an error occurred as shown below:I checked the corresponding script
simulator/world/obstacles/box_obstacle_zonotope.m
and found thatzonotope
was not defined in that file and other files undersimulator/world/obstacles/
.Is there a solution to this problem? If so, I would be very grateful.
The text was updated successfully, but these errors were encountered: