Cant update .srv file

Hello,
I added some parametes in .srv files but when I run a script there are still old parameters.

I tried:

  • rebuild whole project
  • restart pc
  • resource ws

but I still see old parameters as output of command “rosservice info name_of_service
What I missed ? why do that Ros to me ?

Hi @PieterT-CODES ,

If you are on ROS(1):
Delete the build and devel folders and build again with

cd ~/catkin_ws
catkin_make && source devel/setup.bash

If you are on ROS2:
Delete the build, install and log folders and build again with

cd ~/ros2_ws
colcon build && source install/setup.bash

That should fix this problem!

Regards,
Girish

Thanks for your anwer. I tried delete build and devel and rebuild project but still have the same problem. Do you have some other ideas ?

Problem solved:
I imported pkg from the previos one.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.