Skip to content

An example project for panda control experiments in Linux

Notifications You must be signed in to change notification settings

psh117/panda_control_vrep_linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Panda Control in V-REP (CoppeliaSim)

Requirements

Installation and Execution

git clone --recursive https://github.com/psh117/panda_control_vrep_linux
cd panda_control_vrep_linux
mkdir build
cd build
cmake ..
make
  • make sure you've enabled shared memory control setting in v-rep (coppeliasim). the port is set to -3 ( remoteApiConnections.txt -> portIndex1_port = -3 )
  • make sure v-rep (coppeliasim) scene is loaded and ready to move before execution
./panda_control_vrep

About

An example project for panda control experiments in Linux

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published