I am trying to run the ros-wrapper for the first time and I get an error after running:
$ roslaunch zed_wrapper zed.launch
The error is:
PARAMETERS
NODES
/zed/
zed_base_link1 (tf2_ros/static_transform_publisher)
zed_base_link3 (tf2_ros/static_transform_publisher)
zed_state_publisher (robot_state_publisher/state_publisher)
zed_wrapper_node (zed_wrapper/zed_wrapper_node)
ROS_MASTER_URI=http://localhost:11311
core service [/rosout] found
process[zed/zed_base_link1-1]: started with pid [14330]
process[zed/zed_base_link3-2]: started with pid [14331]
ERROR: cannot launch node of type [zed_wrapper/zed_wrapper_node]: can't locate node [zed_wrapper_node] in package [zed_wrapper]
process[zed/zed_state_publisher-4]: started with pid [14340]
Try "rospack find [package]". If that returns an error you may need to source the /devel/setup.bash file of your catkin workspace
I had a similar issue. And rospack did indeed find the file. Any other pointers ?
Silly -- just forgot to do the obvious:
$catkin_make
$source ./devel/setup.bash
I m facing the same issue.. sourcing devel setup, catkin clean build nothing works.. Not sure where the packages are copied..
Hello All,
I tried the solution recommended that resulted in the closing of this topic and it did not work.
I have the following error message.
RLException: [display.launch] is neither a launch file in package [zed_display_rviz] nor is [zed_display_rviz] a launch file name Z
The traceback for the exception was written to the log file
catkin_make ran successfully. I sourced it as recommended.
Thanks
Hi @StairWalkerOne,
If you are using the latest version of the wrapper you must launch display_zed or display_zedm:
https://www.stereolabs.com/docs/ros/#displaying-zed-data
I received the same error, but I was wondering if it had anything to do with the fact that I don't have a zed camera operating at the same time I launch the software?
Most helpful comment
Silly -- just forgot to do the obvious:
$catkin_make
$source ./devel/setup.bash