Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add ubuntu 22.04 openrave installation #30

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

youliangtan
Copy link

I did an installation of openrave on my ubunu22.04 machine with this modified bash scripts. Would appreciate it if other users can also test this out.

@amin-majdi
Copy link

@youliangtan I tried to install the Openrave with your modifications but I faced with an error when I was installing the lest step (./install-openrave.sh):

here is the error.
/home/robot/git/openrave/python/bindings/openravepy_global.cpp: In function 'std::vector<OpenRAVE::geometry::RaveOrientedBox > openravepy::ExtractOrientedBoxArray(pybind11::object)':
/home/robot/git/openrave/python/bindings/openravepy_global.cpp:355:75: error: invalid conversion from 'size_t' {aka 'long unsigned int'} to 'const char*' [-fpermissive]
355 | vOrientedBox[iOrientedBox] = ExtractOrientedBox(pyOrientedBoxList[iOrientedBox]);
| ^~~~~~~~~~~~
| |
| size_t {aka long unsigned int}
Do you have any idea how we can fix that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants