v-snap

Results 13 issues of v-snap

I tried to connect to v-rep. So I followed your tutorial after running the following lines $ from reachy import Reachy $ reachy = Reachy(simulator='vrep') $ print(reachy.motors) ![Annotation 2019-12-03 125737](https://user-images.githubusercontent.com/55899089/70029354-e7853580-15cc-11ea-9cee-b3e459075b06.png)...

trying to run moveit servo for ur10 robot but it fails **#1194** i am correctly passing the servo yaml config but still no success it always throws error [moveit_robot_model.robot_model]: Link...

Hi, trying to use visp in my custom ros package. When building ros2 package as following : 1. with `colcon build --symlink-install` - everything works well my application works able...

can you provide small snippet to create visual servoing task for eye To Hand config . i want to control effector pos with respect to base and eye fixed in...

![Screenshot from 2024-06-26 21-16-08](https://github.com/lagadic/vision_visp/assets/55899089/5dd3a0bd-9ac9-4266-b8b0-3be48859d10d) any help ?

Hi I tried building the package with `colcon build ` and was not able run the examples. it throws error - unable to load shared library libvisp*.so but with` colcon...

![Screenshot from 2024-09-02 13-23-24](https://github.com/user-attachments/assets/e6d78d7f-ff51-4603-89ba-ad517f218eac)

### Operating system ubuntu 22.04 ### Description lost connection during installation even though connection exist ### Docker compose windows: image: dockurr/windows container_name: windows environment: VERSION: "11" devices: - /dev/kvm cap_add:...

``` import os os.environ['PYOPENGL_PLATFORM'] = 'glx' import genesis as gs gs.init(backend=gs.cuda) scene = gs.Scene(show_viewer=True) plane = scene.add_entity(gs.morphs.Plane()) franka = scene.add_entity( gs.morphs.MJCF(file='xml/franka_emika_panda/panda.xml'), ) scene.build() for i in range(1000): scene.step() ``` Running...

### Inside CUDA container > ti diagnose [Taichi] version 1.7.2, llvm 15.0.4, commit 0131dce9, linux, python 3.10.12 ******************************************* ** Taichi Programming Language ** ******************************************* Docs: https://docs.taichi-lang.org/ GitHub: https://github.com/taichi-dev/taichi/ Forum: https://forum.taichi.graphics/...

question