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've been actively using PyRep and have noticed a couple of areas where I believe I can contribute to improving the project:
Documentation Enhancement:
Issue: libcoppeliaSim.so.1: cannot open shared object file: No such file or directory
Proposed Solution: It seems like some versions of Coppeliasim do not have the symbolic link libcoppeliaSim.so.1 that points to the libcoppeliaSim.so file. I would like to briefly add the steps required to fix this issue by providing intructions needed to generate this file manually. @stepjam Do you think it makes sense to directly add this to the installation readme file?
More Examples:
Feature: Adding examples of integrating LiDAR sensors into PyRep simulations.
Purpose: Currently, due to PyRep's reliance on the legacy API, users are unable to directly access certain plugins, including simVision, from PyRep. The simVision plugin for instance, has functions that would let us directly access the data from the in-built Veldoyne sensors in Coppeliasim. I would like to add a small working example of a scene where we extract the lidar data from one of the built-in Lidar sensors by using the script_call function in PyRep to call the associated Lua child scripts.
I'd appreciate your feedback on these proposed contributions. Please let me know your thoughts, and if you have any specific guidelines or suggestions.
Thank you for maintaining this amazing repository! I really look forward to contributing to it. :)
The text was updated successfully, but these errors were encountered:
Thansk for the offer to contribute. There is some discussion ongoing (#356) to get PyRep compatible with the most recent version of CoppeliaSim. Once the new version comes out, then helping with the upgrade of PyRep would be great 😃 . This would then enable the use of the simVision plugin you mentioned too.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hello @stepjam and the PyRep community,
I've been actively using PyRep and have noticed a couple of areas where I believe I can contribute to improving the project:
Documentation Enhancement:
More Examples:
script_call
function in PyRep to call the associated Lua child scripts.scene_panda_reach_target.ttt file
I'd appreciate your feedback on these proposed contributions. Please let me know your thoughts, and if you have any specific guidelines or suggestions.
Thank you for maintaining this amazing repository! I really look forward to contributing to it. :)
The text was updated successfully, but these errors were encountered: