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 tried this separately for both the binary installation and installing using catkin. Using rviz I have verified the correct image topic. However, I keep getting the following error (the error below is after I install it using catkin):
[rosrun] Couldn't find executable named find_object_2d below /home/aditya/catkin_ws/src/find_object_2d
[rosrun] Found the following, but they're either not files,
[rosrun] or not executable:
[rosrun] /home/aditya/catkin_ws/src/find_object_2d
I get a similar error with just binary file installation as well:
[rosrun] Couldn't find executable named find_object_2d below /opt/ros/kinetic/share/find_object_2d
[rosrun] Found the following, but they're either not files,
[rosrun] or not executable:
[rosrun] /opt/ros/kinetic/share/find_object_2d
Do I need to make any changes in CMakeLists.txt to add the executables? I am missing something here?
Please let me know.
Best,
Aditya
The text was updated successfully, but these errors were encountered:
Make sure you did source /opt/ros/kinetic/setup.bash and source ~/catkin_ws/devel/setup.bash. I don't have a kinetic machine to test with, but the following is working with a Kinetic docker image:
I followed the instructions for installing find_object_2d ROS Package found here.
To check my installation, I run the following commands:
I tried this separately for both the binary installation and installing using catkin. Using rviz I have verified the correct image topic. However, I keep getting the following error (the error below is after I install it using catkin):
I get a similar error with just binary file installation as well:
Do I need to make any changes in CMakeLists.txt to add the executables? I am missing something here?
Please let me know.
Best,
Aditya
The text was updated successfully, but these errors were encountered: