Hello !
I’m doing the project for ros2 basic. I’ve reached the part with the services.
It’s working in the simulation. When I try it on the real robot.
I used the code provided in the notebook :
“”
source ~/catkin_ws/devel/setup.bash
roslaunch load_params load_params.launch
source /opt/ros/foxy/setup.bash
ros2 run ros1_bridge parameter_bridge
“”
But I get the following error. Also, in this case, if I want to build after adding a code, which source should i source, and I will navigate to the ros2_ws when i write colcon build ?
Thanks,