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'm trying to run the RVIZ visualization located in whole-body-estimators/devices/baseEstimatorV1/ros
The command I'm using is roslaunch fbeViz.launch
An I'm getting the following error.
roslaunch fbeViz.launch
... logging to /home/gromualdi/.ros/log/8762f73a-50ca-11ea-ab11-9cb6d0f6860f/roslaunch-iiticublap109-23145.log
Checking log directory for disk usage. This may take awhile.
Press Ctrl-C to interrupt
Done checking log file disk usage. Usage is <1GB.
RLException: Invalid <arg> tag: iCub
ROS path [0]=/opt/ros/melodic/share/ros
ROS path [1]=/opt/ros/melodic/share.
Arg xml is <arg default="$(find iCub)/robots/$(env YARP_ROBOT_NAME)/model.urdf" name="model"/>
The traceback for the exception was written to the log file
I'm pretty sure I'm making some mistakes (I'm not a ROS user 😢 )
@GiulioRomualdi please excuse for the lack of documentation on the visualization using RViz. I will update it.
However, I feel rusty with the code as well. I need to look into it and try to fix it if its missing some crucial parts.
I suppose, the solution depends on where the repository icub-models is installed. Could you make sure that ROS_PACKAGE_PATH points to where icub-models is installed?
@GiulioRomualdi one quick check is to use roscd to check if ros can correctly discover your ros-package, in which you have the launch file. Let me know if you need a hand to run rviz.
I'm trying to run the RVIZ visualization located in
whole-body-estimators/devices/baseEstimatorV1/ros
The command I'm using is
roslaunch fbeViz.launch
An I'm getting the following error.
I'm pretty sure I'm making some mistakes (I'm not a ROS user 😢 )
Can you help me? cc @prashanthr05
The text was updated successfully, but these errors were encountered: