Sorry to hear about your trouble. From my understanding kernel panic usually comes from hardware issue. Our simulator is built on WebGL that tries to use your GPU. Maybe that’s where the problem comes from?
Nice, I am happy to read you finally manage to use the arms!
You can in fact control the head.
To use it, you need to declare the part Head when you instantiate Reachy:
r = Reachy(
right_arm=parts.RightArm(io='ws', hand='force_gripper'),
left_arm=parts.LeftArm(io='ws', hand='force_gripper'),
head=parts.Head(io='ws'),
)
Everything has not been implemented yet to fully control the head on the simulation, but you can use the look_at function to make the head move. If you define a point (x, y, z) in Reachy’s coordinate system, he can look at this point using:
Hi there! Is there a way to connect to the simulator remotely? I am experimenting with ROS on a Jetson Nano, and the Unity Player does not support ARM64, so I am hoping to launch the simulator on my Mac, and connect to it from the Nano.
Unfortunately you cannot connect remotely to our online simulator.
Nevertheless you can create your own simulator using our package for Unity: Unity package for Reachy 2019 robot!
I was hoping to try out the online simulator, but this link (http://playground.pollen-robotics.com/) doesn’t seem to direct me to the right page. Is there another link that I may use?
You need to install jupyter notebook on your computer (which depends on the environment you are working on) and then simply run it.
You can find the documentation to install it depending on your environment and to run it there: Project Jupyter | Installing the Jupyter Software
Hello,
I am very interested in Reachy, when I try to open the online simulator the browser tell me Page not found :(The page you are looking for doesn’t exist or has been moved.)
Is there another URL or I have a problem.
Sorry for the delay in replying!
I see that you’ve referred to a fairly old topic which contains an old way of obtaining Reachy by simulation and which is no longer active today.
To control a Virtual Reachy, here’s the link that tells you the 2 ways to do it (Unity or Gazebo): About the Simulation & Virtual Reachy category