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

roslaunch dvrk_gazebo psm_gazebo.launch Error #10

Open
francomomo opened this issue Nov 14, 2021 · 1 comment
Open

roslaunch dvrk_gazebo psm_gazebo.launch Error #10

francomomo opened this issue Nov 14, 2021 · 1 comment

Comments

@francomomo
Copy link

Hello!

I have the following error when running roslaunch dvrk_gazebo psm_gazebo.launch

I am trying to run this in Ubuntu 20.04 on parallels on Macbook w/ M1 chip.

Do you guys have any idea on what might went wrong?

parallels@ubuntu-linux-20-04-desktop:~/catkin_ws_2$ roslaunch dvrk_gazebo psm_gazebo.launch
... logging to /home/parallels/.ros/log/c7a3379a-4599-11ec-8087-8159cb448fa2/roslaunch-ubuntu-linux-20-04-desktop-37923.log
Checking log directory for disk usage. This may take a while.
Press Ctrl-C to interrupt
Done checking log file disk usage. Usage is <1GB.

RLException: Invalid <param> tag: Cannot load command parameter [robot_description]: no such command [['/opt/ros/noetic/share/xacro/xacro.py', '/home/parallels/catkin_ws_2/src/dvrk_env/dvrk_description/psm/psm_launch.sdf']]. 

Param xml is <param name="robot_description" command="$(find xacro)/xacro.py '$(find dvrk_description)/psm/psm_launch.sdf'"/>
The traceback for the exception was written to the log file
@cvkittler
Copy link

This may be too late for you but for people who might see this the command should be
command="$(find xacro)/xacro '$(find dvrk_description)/psm/psm_launch.sdf'"/>
removing the ".py" this is a change in noetic
REF: http://wiki.ros.org/xacro

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

No branches or pull requests

2 participants