Closed syundo0730 closed 4 years ago
You need to define the ROS_PACKAGE_PATH. For a more detailed instruction, see the README file of the example-robot-data repository.
it worked. Thank you!
@syundo0730 How did you fix it? I have the same problem
@amirrezarazmjoo I did what cmastalli told https://github.com/loco-3d/crocoddyl/issues/776#issuecomment-629758146
it worked. Thank you!
Hi,@syundo0730, can you tell me how did you define the ROS_PACKAGE_PATH? I don't find guidance in example-robot-data... Thank you very much.
Hi,@syundo0730, can you tell me how did you define the ROS_PACKAGE_PATH? I don't find guidance in example-robot-data... Thank you very much.
You need to include the folder where the mesh files are installed, i.e.
export ROS_PACKAGE_PATH=$ROS_PACKAGE_PATH:$INSTALLATION_PATH/share
where $INSTALLATION_PATH
is /opt/openrobots/
if you've installed the binaries with robotpkg.
@cmastalli Hi, thank you for your reply. I add this into ~/.bashrc
and resource it. And then I rangepetto-gui,
and tried to load robot like this official video, but there is no robot I can choose. What did I miss?
@cmastalli Hi, thank you for your reply. I add this into
~/.bashrc
and resource it. And then I rangepetto-gui,
and tried to load robot like this official video, but there is no robot I can choose. What did I miss?
I am not aware of how to do it. Perhaps @nim65s (or @jmirabel) knows the answer.
The button is still here but the functionality should not be used. It was meant to be used by plugins. It hasn't been updated when switching to plugins.
Loading a robot shall be done using the python interface. If you want to add buttons to the GUI, check the python python interface.
Hello. Error raises when I run the command bellow. Actually I couldn't launch any models.
Model files exists
I'm using Ubuntu xenial and python 3.5.2
How can I fix the file path error?