ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

msantos's profile - activity

2023-03-14 15:53:28 -0500 received badge  Notable Question (source)
2023-03-14 15:53:28 -0500 received badge  Popular Question (source)
2022-09-22 15:53:27 -0500 commented question Joystick Teleop does not work with Husky at ROS Kinetic

What I could notice after digging a bit into the rabbit hole is that none was publishing /joy_teleop/cmd_vel . Kept echo

2022-09-22 15:05:18 -0500 commented question Joystick Teleop does not work with Husky at ROS Kinetic

What I could notice is that none is publishing /joy_teleop/cmd_vel . Kept echoing it and nothing has been seen not even

2022-09-22 14:10:46 -0500 commented question Joystick Teleop does not work with Husky at ROS Kinetic

Yes, there is data: WARNING: no messages received and simulated time is active. Is /clock being published? header: s

2022-09-22 13:56:59 -0500 commented question Joystick Teleop does not work with Husky at ROS Kinetic

Yes, there is data: WARNING: no messages received and simulated time is active. Is /clock being published? header: s

2022-09-21 16:05:17 -0500 asked a question Joystick Teleop does not work with Husky at ROS Kinetic

Joystick Teleop does not work with Husky at ROS Kinetic Hello, I am using ROS Kinetic due to some legacy packages and l

2022-08-08 21:41:17 -0500 received badge  Famous Question (source)
2022-06-02 09:51:09 -0500 received badge  Notable Question (source)
2022-06-02 09:51:09 -0500 received badge  Famous Question (source)
2022-06-02 09:51:09 -0500 received badge  Popular Question (source)
2022-05-14 19:43:37 -0500 received badge  Famous Question (source)
2022-03-05 17:52:38 -0500 received badge  Famous Question (source)
2021-12-13 15:13:23 -0500 received badge  Notable Question (source)
2021-12-13 15:13:23 -0500 received badge  Popular Question (source)
2021-11-29 11:53:00 -0500 received badge  Notable Question (source)
2021-11-15 02:15:12 -0500 commented question How to build melodic workspace in noetic

Hi, I installed husky for noetic properly, just not sure how to build my old workspaces with all the data I used to hav

2021-11-14 14:37:35 -0500 asked a question How to build melodic workspace in noetic

How to build melodic workspace in noetic Hi, I have switched from ROS melodic on Ubuntu 18 to Ubuntu 20 + noetic, and

2021-11-14 14:16:23 -0500 commented answer How to use ros-noetic-husky?

It seems to be working now, I just installed ROS noetic, and the base command using noetic instead other distros seems

2021-10-22 08:51:30 -0500 received badge  Notable Question (source)
2021-10-22 08:51:30 -0500 received badge  Popular Question (source)
2021-09-23 14:52:53 -0500 commented question How to fix OpenCV x ROS/cv_bridge version issues?

Hi, sorry for that, I forgot to explain it. By: I searched and set this "ROS-given" OpenCV manually I meant: After

2021-09-23 14:38:43 -0500 commented question How to fix OpenCV x ROS/cv_bridge version issues?

But in that case, following the procedures you shared earlier in this thread. Should I clone OpenCV inside my WS and bui

2021-09-23 13:22:08 -0500 commented question How to fix OpenCV x ROS/cv_bridge version issues?

I tried to compile with the "natural" openCV installed with/by ROS, when reinstalling ROS. And it was giving the same co

2021-09-22 15:17:53 -0500 commented question How to fix OpenCV x ROS/cv_bridge version issues?

Hi, @gvdhoom, I tried to: -Completely remove ROS from my System. -Remove all the OpenCV installations that I did. Then

2021-09-22 12:44:27 -0500 received badge  Popular Question (source)
2021-09-02 13:27:41 -0500 commented question How to fix OpenCV x ROS/cv_bridge version issues?

Hi, To be honest I checked it i the previous topic you suggested, but not understood well. I will try to follow those

2021-09-01 15:52:02 -0500 asked a question How to fix OpenCV x ROS/cv_bridge version issues?

How to fix OpenCV x ROS/cv_bridge version issues? Hi, After reading the questions #q352756, #q382266 and #q293333. I b

2021-09-01 14:54:26 -0500 edited answer How to use ros-noetic-husky?

You Shall change the ROS dristro from kinetic to noetic in the command. For example: sudo apt-get install ros-noetic-h

2021-09-01 14:53:25 -0500 edited answer How to use ros-noetic-husky?

You Shall change the ROS dristro from kinetic to noetic in the command. For example: sudo apt-get install ros-noetic-h

2021-09-01 14:43:23 -0500 received badge  Rapid Responder (source)
2021-09-01 14:43:23 -0500 answered a question How to use ros-noetic-husky?

You Shall change the ROS dristro from kinetic to noetic in the command. For example: sudo apt-get install ros-noetic-h

2021-09-01 13:57:31 -0500 received badge  Famous Question (source)
2021-09-01 13:41:45 -0500 commented answer catkin_make not working after VS Code ROS extension debug setup

Is there some how to know the most suitable OpenCV version for ROS Melodic/Ubuntu 18 and fix it? I have installed 3.2.0

2021-09-01 13:41:45 -0500 received badge  Commentator
2021-08-29 15:52:04 -0500 marked best answer catkin_make not working after VS Code ROS extension debug setup

Hi,

I installed today the VS Code ROS extension, in order to try to debug my code for a ROS node for RGB-D Odometry using OpenCV, which is generating segmentation error (core dumped) when running. I made several changes followed by catkin_make yesterday, until I decided to try a debugger. The only change I made today was to config the ROS extension, as per this tutorial.

After some unsuccessful trials to find the issue with the debugger, I tried to make one change in my code, and build again. And I am now having the following error:

-- +++ processing catkin package: 'test_opencv_pkg'
-- ==> add_subdirectory(test_opencv_pkg)
-- Could NOT find OpenCV (missing: OpenCV_DIR)
-- Could not find the required component 'OpenCV'. The following CMake error indicates that you either need to install the package with the same name or change your environment so that it can be found.
CMake Error at /opt/ros/melodic/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
  Could not find a package configuration file provided by "OpenCV" with any
  of the following names:

    OpenCVConfig.cmake
    opencv-config.cmake

  Add the installation prefix of "OpenCV" to CMAKE_PREFIX_PATH or set
  "OpenCV_DIR" to a directory containing one of the above files.  If "OpenCV"
  provides a separate development package or SDK, be sure it has been
  installed.
Call Stack (most recent call first):
  test_opencv_pkg/CMakeLists.txt:5 (find_package)


-- Configuring incomplete, errors occurred!
...
Makefile:754: recipe for target 'cmake_check_build_system' failed
make: *** [cmake_check_build_system] Error 1
Invoking "make cmake_check_build_system" failed

I could not understand very well by the error log what can be done for fixing it. Appreciate if some can help to fix it.

Thanks.

Edit:

Adding CMakeLists.txt from my OpenCV Package. I could also notice that after trying build/debug with the mentioned VS Code stuff, I now have lots of new folders/files inside the package folder, such as "catkin", "catkin_generated", "test_results", "CMakeCache.txt", "CTestConfiguration.ini"...

cmake_minimum_required(VERSION 3.0.2)

project(test_opencv_pkg)

find_package(catkin REQUIRED COMPONENTS
  cv_bridge
  rospy
  roscpp
  image_transport
  sensor_msgs
  std_msgs
  OpenCV 
)
if (OpenCV_FOUND)
    message("Find your opencv succesfully")
else()
    message("Cannot find your opencv, please specifiy your opencv path")
    set(OpenCV_INCLUDE_DIRS /opt/opencv/release/include)
    set(OpenCV_LIBS opencv_core opencv_highgui opencv_imgproc opencv_imgcodecs opencv_calib3d)
    link_directories(/opt/opencv/release/lib)
endif()


catkin_package()


include_directories(${catkin_INCLUDE_DIRS}

)


add_executable(opencv_node src/cv_test.cpp)
add_executable(optflow src/optflow.cpp)
add_executable(harris1 src/harris1.cpp)
add_executable(harris2 src/harris1.cpp)
add_executable(opencv_node2 src/cv_test2.cpp)
add_executable(rgbd_odometry src/rgbd_odo.cpp)


target_link_libraries(opencv_node
   ${catkin_LIBRARIES}
 )
target_link_libraries(opencv_node2
   ${catkin_LIBRARIES}
 )

target_link_libraries(rgbd_odometry
   ${catkin_LIBRARIES}
 )
target_link_libraries(optflow
   ${catkin_LIBRARIES}
 )
target_link_libraries(harris1
   ${catkin_LIBRARIES}
 )

target_link_libraries(harris2
   ${catkin_LIBRARIES}
 )
2021-08-29 15:50:08 -0500 edited answer catkin_make not working after VS Code ROS extension debug setup

I have done fhe following steps and could manage to solve the issue, but not sure if all were needed at all: Removed t

2021-08-29 15:49:11 -0500 edited answer catkin_make not working after VS Code ROS extension debug setup

I have done fhe following steps and could manage to solve the issue, but not sure if all were needed at all: Removed t

2021-08-29 15:48:10 -0500 received badge  Rapid Responder (source)
2021-08-29 15:48:10 -0500 answered a question catkin_make not working after VS Code ROS extension debug setup

I have done fhe following steps and could manage to solve the issue, but not sure if all were needed at all: Removed t

2021-08-29 12:57:19 -0500 commented answer catkin_make not working after VS Code ROS extension debug setup

Funny thing here: I made the following: -catkin clean -catkin config then navigate to the pkg folder and: cmake -DO

2021-08-29 11:30:58 -0500 commented answer catkin_make not working after VS Code ROS extension debug setup

Probably I tried without the "dev" suffix, and it not worked. Then I googled and found that tutorial. And by "my open c

2021-08-29 11:29:41 -0500 commented answer catkin_make not working after VS Code ROS extension debug setup

I think I cannot comment anymore?

2021-08-29 07:44:05 -0500 received badge  Notable Question (source)
2021-08-29 06:56:10 -0500 commented question How to get keyboard input to move robot in Python?

Not sue if I understood well, but I believe you have to dig a bit deeper. /mavros/setpoint_attitude/cmd_vel is supposed

2021-08-29 06:29:58 -0500 commented answer catkin_make not working after VS Code ROS extension debug setup

Regarding catkin_make vc catkin build, I tried the catkin build command to see how it goes, and got the message below:

2021-08-29 06:18:24 -0500 commented answer catkin_make not working after VS Code ROS extension debug setup

Thank you for your inputs, going to check it. Please find the CMakeLists.txt from my package in the Edit, which was wor

2021-08-29 06:14:50 -0500 edited question catkin_make not working after VS Code ROS extension debug setup

catkin_make not working after VS Code ROS extension debug setup Hi, I installed today the VS Code ROS extension, in or